How can add image in wordpress custom post? please any one help me….
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You mean a post featured image?
In the functions file for your theme you need to turn support on for the post types you have
You may already have a line that looks like this, just as your postype in the array.
add_theme_support(‘post-thumbnails’, array(‘post’, ‘page’, ‘CUSTOM_POST_TYPE_HERE’));