The following is the comments code for my theme ... went ahead and just deleted the code for commenting ... I went to wordpress.org and found this article http://codex.wordpress.org/Commenting_Code ... and instead of just getting ride of/or (commenting out the ) comments all together ... I would rather leave them for the design page ... anywho ... for some reason there is not a whole lot on this subject ... or atleast I have not been able to find it ...
the first bit of code you recommended ... do i add that to the top of the comments.php template ... or do I replace a bit of code with what you shared?
and the second bit of code ... do I add this in addition to the comments bit of code I add? ...
Thanks doc ... I made a back up copy of the template page and comments.php files ... then I added the first bit of code to the comments.php file ... then I deleted everything in the pages.php file between the
get_header();?> and<?php get_footer(); ?> and replaced it with the second bit of code you gave ... and it is working ... thanks for your help ...
I think that should work if you're using comments.php.
and the second bit of code ... do I add this in addition to the comments bit of code I add? ...
thanks for your help ...
get_header();?> and<?php get_footer(); ?> and replaced it with the second bit of code you gave ... and it is working ... thanks for your help ...
All I did was add
and I took out
So now the about page gets its posts ...
Now I am working on the Design page ... the comments work ... but the page title is below ...
has to go after this bit ...
so now the title shows up above the comments box ...
I just made back up copies of the page and comments .php files ... so I could read through the code and see where it might logically go ...
Thanks for your help doc ...