• Just want what the topic says. I want a page from the Nav to be for people to comment on the site/product. Any help is appreciated.

    thanks.

Viewing 1 replies (of 1 total)
  • Many themes do not have the comment code implemented into the Pages.

    You would need to modify the page.php file and add:
    <?php comments_template(); ?>
    where you wanted the comments to appear.

    This tiny bit of code inputs the whole comment system into pages.

    There may be more styling, etc. to do after you implement this however.

Viewing 1 replies (of 1 total)
  • The topic ‘COMMENTS on a Static Page(non-post)??’ is closed to new replies.