Viewing 5 replies - 1 through 5 (of 5 total)
  • Yes, You can either delete the post tag code from php file or you can use css to hide the tags, Whichever you choose make sure you make a back copy of that file or make changes in a child theme.

    Thread Starter absolutelytara

    (@absolutelytara)

    I apologize for my lack of code knowledge, but could you give me a step by step guide? Also, will these changes be lost when a theme update is done?

    Theme Author Mahvash Fatima

    (@mahvash-fatima)

    Yes, these changes will be lost after theme updates. So please do not make any changes in the original file of the theme. You can create a child theme instead if you haven’t created yet. Reference: https://codex.ww.wp.xz.cn/Child_Themes

    Simply add the following code to your child theme’s style.css and it will hide all the post tags.

    .entry-footer .tags-links,
    .entry-footer .cat-links {
    display: none;
    }

    I want to hide this tags? help me.
    Image link

    Theme Author Mahvash Fatima

    (@mahvash-fatima)

    Use the Correct Forum Section
    This forum is for Themes. Questions placed in the wrong Forum may get overlooked.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘How do I Hide Post tags’ is closed to new replies.