Always show default image on single
-
I just need to replace this line:
<?php the_post_thumbnail( 'single-post-thumbnail', array( 'class' => 'single-post-thumbnail' ) ); ?>
With one that uses the same style element (single-post-thumbnail), but always only returns the default image set using your plugin.
My posts have a featured image I use for a widget, but I am using the featured image for the page header for every page/post etc. (from another plugin), so I want to always only show the default image for posts only.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Always show default image on single’ is closed to new replies.