Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Themes and Templates
    In reply to: h3 problem
    Thread Starter chel01

    (@chel01)

    Where is the foreach clause?
    Wait, got it.

    EDIT: Thank you for your help everybody!! ??

    Forum: Themes and Templates
    In reply to: h3 problem
    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?

Viewing 2 replies - 1 through 2 (of 2 total)