Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dyadcore

    (@dyadcore)

    It was a conflict between the blog and the static page as home page plugin….

    Thread Starter dyadcore

    (@dyadcore)

    This be the code, why isn’t it doing what it should?

    <?php get_header(); ?>

    <?php if (have_posts()) : while(have_posts()) : the_post(); ?>

    <?php if (have_posts()) : while(have_posts()) : the_post(); ?>

    <div class="post">
    <h2 class="posth2"><?php the_date(); ?></h2>
    <h3 class="posth3"><a>"><?php the_title(); ?></a></h3>
    <?php the_excerpt(); ?>
    <p class="postdata">Filed by <?php the_author(); ?> at <?php the_time('F jS, Y') ?> under <?php the_category(', ') ?><a>"><?php comments_number('No comments on this post yet', '1 person have commented this post', '% persons have commented this post'); ?></a></p>
    </div>

    <?php endwhile; endif; ?>

    <div class="postsnav"><?php posts_nav_link(); ?></div>

    <?php get_footer(); ?>

    I can’t see what I have commented out or what could be wrong.

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