Hi
I'd like to have comments displayed in the first page as a popup layer, reacting to an event mouseon.
This is for letting users read them without having to click on the "x comments" link.
I have found that there is an easy way for doing so :
Inside header.php add this line:
<?php comments_popup_script(); ?>
above this line:
<?php wp_head(); ?>
code is from :
http://codex.wordpress.org/FAQ_Worki...up_comments.3F
Would it be possible to have this choice as an option in Atahualpa ?
Thanks and best regards
Nello