Support » Fixing WordPress » Comments missing from permalink page

  • mamabean

    (@mamabean)


    I just noticed today that my comments listing and comments form are missing from my permalinks page. They used to be there but obviously I have don’t something at some point that has caused them to disappear.
    I read one possibly similar thread here earlier that suggested that it might be the permalink structure? I’m using MtDew’s archives hack and have set the permalink structure as recommended for it.
    /archives/%year%/%monthnum%/%day%/%postname%/
    In my index file, I have the following…
    <?php link_pages('
    Pages: ', '
    ', 'number'); ?>
    " rel="bookmark" title="Permanent Link: <?php the_title(); ?>">Permalink ||
    <?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)'); ?>
    Commenters: <?php comment_plugger(); ?>
    Filed under: <?php the_category(',') ?>

    — <?php the_time() ?> <?php edit_post_link(); ?>
    <!--
    <?php trackback_rdf(); ?>
    -->
    <?php include(ABSPATH . 'wp-comments.php'); ?>

    Any idea how to bring the comments back to the page? I’m currently using the 2/11/04 nightly.
    http://jellybean-dreams.net
    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Nick Momrik

    (@mtdewvirus)

    In 1.1-beta, which you are using, there was an added feature to not display the comments link when on a permalinked post, since the comments would alreadly be displayed.
    But…you’re using popup comments so you obviously still want the link there…might be a bug? Anyone else using popup comments with this version?

    Thread Starter mamabean

    (@mamabean)

    So my comments have been missing from that page since I upgraded to that nightly and I never noticed? LOL!! Ah well… that’s ok. It’s not a big deal. I was just wracking my brain trying to figure out what I messed up. LOL!
    Thanks guys. 🙂

    Thread Starter mamabean

    (@mamabean)

    Well phooey… I tried disabling the pop up comments and the comments form still doesn’t show on the page. Really weird. For the life of me, I can’t figure out what is wrong. Probably something unbelievably obvious and I just can’t see it. LOL

    Nick Momrik

    (@mtdewvirus)

    If you want to send me a copy of your index.php I can try to see what’s up…but yes…very weird!

    Thread Starter mamabean

    (@mamabean)

    Thanks MtDew… just dropped you an email. 🙂

    Nick Momrik

    (@mtdewvirus)

    Looks like the problem is coming from wp-comments.php not index.php.
    Emailed you back.

    Thread Starter mamabean

    (@mamabean)

    Whatever was wrong is fixed now, after upgrading to 1.0.2. I tried uploading a clean version of wp-comments but it didn’t make a difference so I have no idea where the problem actually was. Thanks for your help though! 🙂

    Nick Momrik

    (@mtdewvirus)

    Glad it is all working again!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Comments missing from permalink page’ is closed to new replies.