mrlarter
Member
Posted 7 years ago #
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.
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.
mrlarter
Member
Posted 7 years ago #
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.