I need to remove “Leave a Reply”
And Written by, Date, Filed Under from each of my Post pages
Thanks
Have you been able to resolve this? I am having the same problem.
nope….been looking all over no solution….if I find one will post it
Okay – I think I found a solution in two older posts.
You can solve most of the problems by creating a redirect of your posts to static pages.
Below is an answer from a previous post by Daniel the theme designer. I tried this last night and it worked great. Follow the instructions for the plug-in once you activate. Keep in mind the line that says the page MUST be a draft.
[i]
Try using this plugin to redirect the post permalinks.
http://wordpress.org/extend/plugins/quick-pagepost-redirect-plugin/%5B/i%5D
Then to remove the leave a reply on the page, do this:
[i]Delete all instances of the call to comments_template();. Usually located in loop-single.php and loop-page.php [/i]
Hope that helps you.