Hi everybody (nop, it’s not Dr. Nick),
it’s not really a problem: does anybody know if there’s a option or hack to open the comment list AND comment form simultaneously by clicking on the link?
My idea ist only to use this code, so only one link.
<?php do_action('awp_comments_link');?>
By hacking into my WP theme’s template I’d be able to include the theme’s comment form automatically. I don’t wanna have the comment form open by default nor two links.
Thanks in advance
Edit: I’d like to have the full AJAX feature when choosing the option under ‘Comment’ -> ‘ Use your theme’s default comment template’. But this feature brings me to the single post page.