thumbnails if, if not help
-
I’m looking for a way to get this code to show thumbnails IF they page is called page1, page2 and so on:
<?php if(has_post_thumbnail()) { ?> <?php the_post_thumbnail('homeblog'); ?> <?php } ?>
How can i write that?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘thumbnails if, if not help’ is closed to new replies.