Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #58345
    klaarbenje
    Member

    I’m using a Catch Responsive theme for a site and I’d like to only use the option for featured content and a header on the homepage.

    Right now also the latest posts is shown underneath the featured content (or in this case the 404 error since there are no posts to be shown). How can I remove these posts from the homepage? I tried to select ‘static page’ (settings > reading) but I can only select one of the three childpages as the frontpage and if I do that, the featured content disappears from the homepage.

    #58366
    Sakin
    Keymaster

    @klaarbenje: Yes, you can create blank page and set that page as static front page from “Settings => Readings => Front page displays”, where you need to check “A static page (select below)” and select that page. This will show that static blank page in your homepage. Then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box to hide that page content.

    .home #content { display: none; }

    #58368
    klaarbenje
    Member

    Awesome, that worked! 😀

    Thanks @Sakin!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to disable posts shown on homepage’ is closed to new replies.