I want to set up a feedback page with comments template at the bottom of page.
When someone post comment, after approval it displays on the feedback page with page numbering.
m new to wordpress
I know that i hav to make a template feedback.php & used that template in feedback page.
<?php
/*
Template Name: Feedback
*/
?>
<?php get_header(); ?>
<?php get_sidebar(); ?>
--------------------------
--------------------------
<?php comments_template(); ?>
<?php get_footer(); ?>
But i dont know what script to enter in the feedback.php template to work properly ?