Answer the question
In order to leave comments, you need to log in
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'),
));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question