getignited
Member
Posted 2 years ago #
I've set up a new theme and I want to add a button to allow Replying for Comments (threading). I've been through various guides and my blog should support them, but I think I may be missing a PHP code.
If anyone can assist me here that would be great, my blog is located at http://getignited.co.uk/blog
Thanks.
Are you using <?php wp_list_comments(); ?> in comments.php? That should add the link automatically. You may also want to read:
http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display
getignited
Member
Posted 2 years ago #
By using that code, do I have to use the CSS Styling suggested on the Codex page?
No - you can use any CSS you want. WordPress just provides the classes and/or ids.
getignited
Member
Posted 2 years ago #
Ok, I think I've got it. Just has to be controlled through the functions.php file. Thanks :]