Categories in every blog post in timeline

Hi,

I have a page where I want to be posts only from 1 category, timeline view. The problem is that it shows the filter "categories" on every post. How can I get rid of that?

Thank you!


Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    Thanks

  • Hi,

    I can't publicly attach a link to my website or fix it when it's online. The website is under maintenance but I can send you a private message with credentials if you could help me that way and give me an email address.

    Thank you!

  • Please send us the WordPress dashboard access privately through the contact form, which is on the right side at https://themeforest.net/user/muffingroup#contact and we will check what might be the reason.

    Notice!

    Please attach a link to this forum discussion.

    Sending incorrect or incomplete data will result in a longer response time.

    Therefore, please ensure that the data you send are complete and correct.

    Thanks

  • You can disable Categories & Tags in Betheme -> Theme options -> Blog & Portfolio -> Blog:

    Or use the following CSS code:

    .blog_wrapper .post-desc .post-meta .category{
     display: none;
    }
    

    Put it in the Current Page CSS area:

    Best regards

  • Hi!

    Thank you so much! Sorry for many posts, it is the first time I use your theme. I like it and I plan to use it on other websites as well.

    Another problem I have and I can't find the answer on forum or documentation is ... where can I have a filter to select the categories in my blog page? I don't use the blog template - news archive - because it is limited for what I want to have in my blog page, but I do have many categories and I would like to have the possibility to select the category I need.


    Do I have to make a separate post for it?

    Thank you!

    Andreea

  • In the Blog element put slugs of the categories you want to display:

    If you refer to the main blog page, you can exclude categories you do not need in Betheme -> Theme options -> Blog & Portfolio -> Blog:

    Best regards

  • Hi,

    So in my blog page I have the Blog element and I selected multiple categories, but I would need that the visitor to have the possibility to select the articles category he reads.

    I have so many articles to import from like... 20 categories. To have a dropdown or something....

    Thank you!


  • Filters work only with all categories, so there is no option to achieve what you need.


    Best regards

  • Ok, and if I have all categories can I have some dropdown bar to select the category I want to read?


    Thank you!

  • Yes, for that you must enable the filters:

    or

    Best regards

Sign In or Register to comment.