• Resolved dirkielander

    (@dirkielander)


    I would like to have a homepage with just the featured posts. Thus without the “blog” part underneath the slideshow with featured posts. Is that an option?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • My first answer was: If you don’t choose a blog page in the settings the blog posts won’t show. But hen I realized that I don’t work with featured posts but with child pages, sorry. I can’t remove this answer.

    • This reply was modified 8 years, 4 months ago by tastymouse. Reason: Not the right answer
    Thread Starter dirkielander

    (@dirkielander)

    Thanks for your response @tastymouse. I have configure my homepage to show “your latest posts” under settings > reading. Your solution would also be an option for me if I could show featured posts on a static page. Is that possible within this theme?

    Moderator Kathryn Presner

    (@zoonini)

    @dirkielander

    I would like to have a homepage with just the featured posts. Thus without the “blog” part underneath the slideshow with featured posts. Is that an option?

    You could hide the main content area (including the blog section) with custom CSS like this:

    .site-content-wrapper {
      display: none;
    }
    

    Add that to your Additional CSS panel in the Customizer and let me know if it’s the effect you’re after.

    Thread Starter dirkielander

    (@dirkielander)

    Thanks for the helpfull response @zoonini.

    I added “.home” to the custum CSS in order for it to only apply to the home page:

    .home .site-content-wrapper {
      display: none;
    }
    Moderator Kathryn Presner

    (@zoonini)

    You’re welcome — glad you’re set!

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

The topic ‘home page with only featured posts’ is closed to new replies.