HomePage Forums Traveler Hide some posts

This topic contains 20 replies, has 2 voices, and was last updated by  Bryan 5 years, 6 months ago.

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • #871

    Helo!
    Could I hide posts in blog, but I want them visible on location page.
    Is it possible?
    By exemple, I create tab on location page with list of districts, but I don’t want them visible on blog page.

    #887

    hello

    Please provide your blog page url so i can help you hide it.

    Thanks

    #1044

    I need to hide articles from blog that I want – not all. And leave the same articles on page of locations. I think you understand that when I publish article for location page, automatically it appears in blog. As result – info is published twice and it’s not good.
    Is it possible?

    #1059

    Yes we can help you do it by using css code to remove post on only blog page.

    Thanks

    #1123
    This reply has been marked as private.
    #1141

    Does this page is your blog page that you want to remove some post?

    http://triptoper.com/ru/blog/

    Your site is in Russia language so i hard to find the post.

    If my url is your true blog page, you can use this css code to remove post you want in it.

    .blog .post-8373 {
        display: none;
    }

    In the code, 8373 is post id. You can change it to your other post id.

    Thanks

    #1169

    Yes, this is the blog page. Ok, thank you.
    and could I hide whole rubruc? Cause there a lot of posts and it’s difficult to hide each post.

    #1173

    What is rubruc? please send me a screenshot with more details on it so i can help you better.

    #1175

    The name of rubric is ‘Грузия’
    Screenshot is attached

    Attachments:
    You must be logged in to view attached files.
    #1177

    I can see a lot of post in this page: http://triptoper.com/ru/blog/ belong to Грузия (Georgia) category.

    Please confirm so i can help you remove all of it.

    Thanks

    #1183
    This reply has been marked as private.
    #1186

    I did it.

    .blog .article.post.category-georgia {
        display: none;
    }

    Please check your blog post again.

    Thanks

    #1188

    Nice, thanks. But site even counts this posts and the name of rubric is visible.
    Could you fix it?

    Attachments:
    You must be logged in to view attached files.
    #1191

    Temporacy, you don’t have any other post so i hide the page navigation. In future, when you have more post, please remove this css code to enable page navigation again.

    .blog .pagination {
        display: none;
    }

    Thanks

    #1193

    I added one post and navigation looks like there are 4 pages of posts.
    Also hidden rubric is visible on post page.
    See my attachments.

    It’s important function to hide from blog already published posts on location pages. I suppose on future versions you shoul add function on posts’ settings “Hide from blog”. Otherwice info is duplicated twice on site.

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 1 through 15 (of 21 total)

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