This topic has 1 reply, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #108772
     dima-nesterov
    Participant

    How do I exclude a post from displaying on the home page? When I post an infographic and the featured image is taken from the post it just goes and goes and goes till the end of it. I need to either cut it like pinterest does or exclude it from displaying. So here are two questions:

    1. How do I exclude a post from displaying on the home page?
    2. How do I make feature images to display only a portion of infographic(like it is done in pinterest) not the entire infographic?

    Thanks.

    #108951
     sharmstr
    Moderator

    1 – The theme isnt responsible for this. A google search found this that may be of help to you: http://wpsites.net/web-design/3-ways-to-remove-posts-from-your-home-page-loop/

    2 – Put this in your quick css and set it to whatever height you want.

    COPY CODE
    
    .home .post-image {
        max-height: 500px;
        overflow: hidden;
    }
    .home span.hover-element {
        max-height: 500px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?