• I’ve setup a page to index certain wordpress Pages just like the index.php will index posts.

    I set this up using ‘query_posts’ then ‘the loop,’ repeating this until all the Pages I want indexed are displayed.

    However the ‘postmetadata’ section will not display if a Page has a comment (number of comments) or has no comments yet.

    Is the php different in the ‘postmetadata’ section for posts and Pages? Do I need to add/modify code in comments.php or comments-popup.php?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Normally the page.php template shouldn’t have the call for the comments template.
    Though I don’t really understand what are you trying to do.

    Thread Starter uladk

    (@uladk)

    Thanks for your reply. I found a better solution actually. Here’s what I was wanting to accomplish:

    Working index Page

    If you rollover the menu on the left (top 2 only work so far) you’ll see each Page is pulled into the index with their comments and comment reply field without reloading the page.

    Thread Starter uladk

    (@uladk)

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

The topic ‘Index page for Pages’ is closed to new replies.