So my aim is to find a method of adding more thumbnails only for displaying on a custom post type, for example I wish to have a large image (not the same image) for a featured post and a different image for the default view.
Leave a Reply
You must be logged in to post a comment.
In the end i followed this tutorial and it did exactly what i required to a T.
http://www.lifeonlars.com/wordpress/how-to-add-multiple-featured-images-in-wordpress
have you try this add_image_size
why don’t you use custom post template plugin
I got a solution from online. I also customized some code. You can check this.
Step 1 Download this library from this link and put beside
functions.php
( theme root ).Step 2: Copy this code below to
functions.php
.Step 3 Check now.
I can write entire code here, but clicking on this tutorial link is much easier 🙂