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

Sign In or Register to comment.