• Hi
    Im using Hatch theme and have a static page. I would like to remove posts.
    I have not listed any posts so on the home page it says “Apologises no entries” I don’t want this to show up. How do I remove the entire posts section?

    thanks in advance for your help.

    Link to site is here
    http://www.remedymusic.com.au

Viewing 4 replies - 1 through 4 (of 4 total)
  • I would suggest creating a child theme first off – http://codex.wordpress.org/Child_Themes

    Once you have that created open up the loop-error.php file inside of your theme directory and just delete the “Apologies, but no entries were found.” text on line 15. Just delete the text inside of the ‘ ‘ though and leave the rest of the code there.

    <p><?php _e( '', 'hatch' ); ?></p>

    I’m having the same issue. I created a child theme, but could not locate loop-error.php file. And the editor page only had a few lines of coding–compared to the parent page?

    where do I find <p><?php _e( ‘ ‘ , ‘hatch’ ) ; ?></p> ??

    also, I created a child theme using one-click-child-theme and it erased my website content!! I deactivated it and still no content… PLEASE HELP!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Help to delete posts in Hatch theme’ is closed to new replies.