• I am usint the full width template for my pages but would like to have a comments section at the bottom

    Please tell me which piece of code I need to add to the bottom of the template to have comments available too

    Thanks

    Chris

    http://www.aspiringnomads.com

Viewing 1 replies (of 1 total)
  • look for the comments code in your page.php or single.php file, and copy it…

    Mine looks like:

    <?php if ( comments_open() ) : comments_template( '', true ); endif; ?>

    And goes right before:

    <?php endwhile; ?>

    But yours may be slightly different. It may be wrapped up in a div or something too. You need to copy what already exists elsewhere in your theme

Viewing 1 replies (of 1 total)

The topic ‘Add comments to ful width template’ is closed to new replies.