• Hello

    I am currently working with the popup comments on my site. Currently when you press the link for the popup comments (which works fine) it just opens the current window in a popup.

    I was wondering is there a way to display just the comments? no post, no theme….just the comments them selves?

    any suggestions? I suspect i need to toy around with my comments-popup theme file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You do have to toy around with that theme file.

    I recommend you find another theme that does what you want and get that, then go through and examine how they did it and use their reference code.

    Thread Starter mrlarter

    (@mrlarter)

    basically the popup comments are defaulting to the index.php file template. How can i change it to a special theme seperate from the index.php theme?

    The classic popup comments file has this near the top:
    <body id="commentspopup">

    So…using that, you could create css that works just in the popup:

    #commentspopup {
    color:#ff00ff;
    font-size:36px;
    }

    #commentspopup p {}
    #commentspopup li {}

    that sort of thing.
    http://www.tamba2.org.uk/wordpress/graphicalcss/comments/index.html#six may help a bit too.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘popup comments style’ is closed to new replies.