Hi, I recently had a custom theme developed. As it might have happened to some of you before, the designer [whocs also the coder] ran away fter the homepage and raw blog page was made. So now when i open a blog post, i just see the content of the post, comment section isnt added yet. can anyone help?
If you are looking for free help, this is what I can give you: Download any wordpress theme zip file. Instead of installing it, open it with a text editor and search for the comments.php file in the zip file. Copy that file in your theme files, change the variables if you have custom variables in your theme Copy/tweak the CSS as per your requirement for the comment form to appear. Sit back and enjoy
You need to add comment code in single.php file. It should be something like this: <?php comments_template( '', true ); ?> Code (markup):