I am looking for a way for users to add comments on a page. After that comment is added, the menu will automatically show part of the posted comment as well as the page the comment was added on in the menu.
I need it to be as simple as possible. It is best if I only need to add one string of PHP to the menu, and one string of PHP to the place I want the comment form to be displayed.
I am also guessing that I will need some way to declare the title of the page the comment was posted on so t…
