K
K
Klaus Kater2015-11-26 14:44:12
WordPress
Klaus Kater, 2015-11-26 14:44:12

How to make media files in WordPress in a custom post?

Hello, just a question. You need to make posts of a custom type, but with a media file, like standard ones.

register_post_type('report', array(
      'public' => true,
      'supports' => array('title', 'thumbnail', 'author'),
    ));

So the posts are obtained with a preview image, but it is not suitable for all the necessary files.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
MetaDone, 2015-11-27
@kurojneko

wp-kama.ru/function/add_meta_box

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question