Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #4684
    robx
    Member

    Hi,

    need some help please.

    I have an image on a post which is used with the featured slider for my homepage. I am trying to exclude this post from my catagory/unacatagorised view. Is there a way of doingthis or do I need some css?

    Thanks

    Robx

     

     

    #4722
    Sakin
    Keymaster

    @robx: In Simple Catch Free theme you can exclude the Slider post only in Frontpage/Homepage. Through Appearance => Theme Options => Featured Post Slider => Add Slider Options. Just check Exclude Slider post from Home page posts and save.

    #4736
    robx
    Member

    Hi Sakin,

    thanks for replying.

    Have followed your instructions and checked exclude slider post….

    The Slider post still displays when clicking on all posts. See:

    http://www.shelley-t-arline.com/category/all-posts/

    regards

    Robx

    #4743
    robx
    Member

    In addition, checked certain posts to show in “All Posts” category, but only one shows?

     

    Kind regards

    Robx

    #4762
    Sakin
    Keymaster

    @robx: That is only for the homepage post not for the category.

    #4809
    robx
    Member

    Hi Sakin,

    thanks for your reply.

    Do you know of any .css code that would exclude the discussed post when accessing via categories?

     

    Robert

    #4821
    Sakin
    Keymaster

    @robx: Yes you can do that if you know the Id of the post that you want to hide in Category. For example if you want to hide the post ID 340 then the css will be as below. You can replace the ID as per your need.
    .archive .post-340 {display: none; }

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘exclude post with header image from catagories’ is closed to new replies.