• Hi,
    I have the following question – On my index.php I have the <?php comments_popup_link() ?> which is working fine and superb.
    My problem (and question) is the following: When I browse complete posts (something like mydomain.com/blog/index.php?p=120) it does not the <?php comments_popup_link() ?>.
    How can I make it also show there?
    10x in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Popup comments are only designed to popup when the post is viewed with other posts.
    When it is viewed as a single post, comments are always displayed inline – like you have.
    There may well be a workround, but if there is, I don’t recall it.

    Thread Starter Jordan Hlebarov

    (@jdbg)

    well, on my blog I don’t have comments inline 🙁
    I’ve modified my index – (see http://jdbg.com/blog )
    I’m using the <?php comments_popup_link() ?> only.
    Can you tell you me how to display the comments inline?

    To remove popup comments, make sure this line is in index.php:
    <?php //comments_popup_script(); // off by default ?>
    Comments can only be displayed inline when a single post is viewed on it’s own. Your post titles don’t seem to be permalinked, so I can’t illustrate this.
    (And congrats on the exam 🙂 )

    Thread Starter Jordan Hlebarov

    (@jdbg)

    I’ve got it! 🙂
    I was missing the <?php include(ABSPATH . 'wp-comments.php'); ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘popup comment question’ is closed to new replies.