Viewing 2 replies - 1 through 2 (of 2 total)
  • Most themes use a simple code in their single.php to display comments on the post permalink page.
    If you want the comment form on front page, place this code after the_content call in theme’s index.php. Back up files 1st

    <?php comments_template(); ?>

    If your theme is not set up like that, go to pastebin.com and paste the contents of your theme’s single.php and index.php and come back here with url.

    Thread Starter bduronio

    (@bduronio)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment Section’ is closed to new replies.