Set a Defualt Feature Image?
-
Im confused, how do i set it so theres a default image showing on all posts unless there is a feature image set when posting?
<?php if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it. the_post_thumbnail(); } ?>
im just using that to display the feature image if there is oneset. Can anyone help me ? :]
ive looked on the codex but i just cant get my head around it :[
Thanks,
Renny
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Set a Defualt Feature Image?’ is closed to new replies.