How do I make the comments page a pop up versus on the page?
How do I make the comments page a pop up versus on the page?
know,
Open up your INDEX.PHP file - somewhere near the top between the < head > and < /head > tags you will see this:
<pre>
<?php //comments_popup_script(); // off by default ?> </pre>
Simply remove the "//" in front of "comments_popup..." and then you have a separate page.
Craig.
Thanks :)
This topic has been closed to new replies.