featured image
-
Hi
I have this piece of code
if (!empty($the_query->posts)) { echo '<ul>'; foreach ($the_query->posts as $p) { ?> <li> <h3><a href="<?php echo get_the_permalink($p->ID) ?>"> <?php echo $p->post_title ?> </a></h3> <?php echo $p->post_excerpt ?> </li> <?php } echo '</ul>'; }
What do I have to add to make it show the featured image from the page?
tnx
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘featured image’ is closed to new replies.