I would like to create a comments section on a password protected page. (Actually I’m surprised comments aren’t a standard feature – on a blog – but there you go, what would I know?)
I have assumed the index.php file has all the code I need as that is exactly what I want, so…
– I copied the index file and called it page_with_comments.php
– I added the 5 lines of code required to enable it to be seen under the Page Template drop down menu
<?php
/*
Template Name: page with comments
*/
?>
However the ‘Comments’ link to add comments is not displaying.
How can I make it so that a page that is password protected can allow people to add comments.
Thanks in advance.
PS WP, would it be possible to include a ‘page with comments’ template as standard in the page drop down menu, along with any others and for weirdos like me who might want to do it in this fashion??