Hello,
I CANNOT get the comments to be open by default like here: http://www.angelacalderon.com/blog
In the comments settings and comment form, it’s all set to open by default.
Here is what I have for the comment code:
< ?php edit_post_link(__('Edit', 'ProPhoto'), "\t\t\t\t\t“, “\n\t\t\t\t\t|\n”); ?>
< ?php do_action('awp_comments'); ?>
< ?php do_action('awp_comments_link');?> |
< ?php do_action('awp_commentform'); ?>
< ?php do_action('awp_commentform_link');?>
</div>
</div>
</div>
What am I doing wrong? It’s like my settings are ignored.