• is it possible to add comments to pages from “Pages” section? i looked for this in site admin but haven’t found anything.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your theme’s Page template (page.php) needs the comments_template() tag in it to display Page comments. For the default theme’s page.php, locate this line:

    <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>

    and slip in the comments_template() tag right after it:

    <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
    <?php comments_template(); ?>

    Thread Starter nefastis

    (@nefastis)

    Works! tnx.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments to “Pages”’ is closed to new replies.