Forums
(@edengonzalez)
8 years, 6 months ago
I have the same question
8 years, 7 months ago
I did it by myself!
<ul> <?php foreach ($data as $posts): ?> <li><a>ID ); ?>"><?php echo $posts->post_title; ?><?php echo get_the_post_thumbnail( $posts->ID, $size, $attr ); ?></a></li> <?php endforeach; ?> </ul>