Title: dyadcore's Replies | WordPress.org

---

# dyadcore

  [  ](https://wordpress.org/support/users/dyadcore/)

 *   [Profile](https://wordpress.org/support/users/dyadcore/)
 *   [Topics Started](https://wordpress.org/support/users/dyadcore/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dyadcore/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dyadcore/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dyadcore/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dyadcore/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dyadcore/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Where have my date/other descriptions of post gone on index.php?](https://wordpress.org/support/topic/where-have-my-dateother-descriptions-of-post-gone-on-indexphp/)
 *  Thread Starter [dyadcore](https://wordpress.org/support/users/dyadcore/)
 * (@dyadcore)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/where-have-my-dateother-descriptions-of-post-gone-on-indexphp/#post-477815)
 * It was a conflict between the blog and the static page as home page plugin….
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Where have my date/other descriptions of post gone on index.php?](https://wordpress.org/support/topic/where-have-my-dateother-descriptions-of-post-gone-on-indexphp/)
 *  Thread Starter [dyadcore](https://wordpress.org/support/users/dyadcore/)
 * (@dyadcore)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/where-have-my-dateother-descriptions-of-post-gone-on-indexphp/#post-477814)
 * 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)