remove "post on" and "post in" statements
-
I am new to WordPress and I want a static website. I am using the weaver (wheat) template. I was able to remove the comment box by going to single.php and adding // in front of the word comments in the line <?php comments_template( ”, true ); ?>. Therefore, it looks like <?php //comments_template( ”, true ); ?>. This worked to remove the comment box, however, it leaves me with the statements “posted on (date) by (author)” and “Posted in Uncategorized | Leave a comment” on the home page. How do I remove these statements? I tried by removing the post that came with the theme, but when I do that, the Home page reads “Not Found…Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.” Please help!
- The topic ‘remove "post on" and "post in" statements’ is closed to new replies.