Thread Starter
chel01
(@chel01)
Where is the foreach clause?
Wait, got it.
EDIT: Thank you for your help everybody!! 😀
Thread Starter
chel01
(@chel01)
<h3><?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<?php the_date(”,”,”); ?><br>
Entry #<?php the_ID(); ?> … “<?php the_title(); ?>”
<class=”storytitle” id=”post-<?php the_ID(); ?>”></h3>
That’s what I have. It IS enclosed in a h3 tag, so it should work, right?