voceconnect / multi-post-thumbnails

Adds multiple post thumbnails to a post type. If you've ever wanted more than one Featured Image on a post, this plugin is for you.
143 stars 63 forks source link

Wordpress Thumbnail #21

Closed remozehnder closed 10 years ago

remozehnder commented 10 years ago

Good day

How can I display the normal thumbnail of WordPress, if no second thumnail was set? So, it isnt working... And if none at all is determined by both, a default image should be displayed bildschirmfoto 2014-07-20 um 20 36 23

chrisscott commented 10 years ago

If that's the exact code you are using, then it won't work because it isn't valid PHP and the function for getting the standard post thumbnail is wrong (it should be the_post_thumbnail()). If that's the case, try fixing that first.