i think wordpress has an option to enable comment viewing in popups. how do i enable that?
i think wordpress has an option to enable comment viewing in popups. how do i enable that?
You need a comments-popup.php file and then adjust some code.
If you dont have a php file like that send me a mail.
Usually the code is there in the theme's header file, you just have to uncomment it:
<?php //comments_popup_script(); // off by default ?>
And just for your info, redstar:
If the 'out of the box' default theme is installed, WP is smart enough to look for the comment templates in default theme, if it cannot find in your own theme.
thanks! :)
This topic has been closed to new replies.