• Resolved eastpeak

    (@eastpeak)


    I can’t figure out how to remove the default displayed posting, below the 3 services section on the home page? The site I am building has no need for any posts to display anywhere, I would love to replace it with just a centered small image?

Viewing 2 replies - 1 through 2 (of 2 total)
  • you might need to edit front-page.php in a child theme;

    remove the section near the end, starting with:

    <!--latest three blog start here -->

    and ending with:

    <!-- latest three blog end here -->

    or replace the section with some image html code – http://www.w3schools.com/tags/tag_img.asp

    the space should naturally be empty if you don’t have any published posts in your site.

    Thread Starter eastpeak

    (@eastpeak)

    Just figured that out, thanks so much for the SUPER fast help 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home page – post display removal’ is closed to new replies.