• Indell

    (@indell)


    Hi,

    Thanks for a great theme!

    I’d like to remove the tag-links, both at the bottom of single posts and under the excerpt on the homepage and blog listings.

    Can’t find where to do that. Please help

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey Indell,
    This css should work for you:

    span.posttags {
        display: none;
    }

    Just paste it into your custom css box in Theme Options > Advanced Settings.
    Hope it helps!

    Hannah

    Thread Starter Indell

    (@indell)

    I know CSS. Not a very good solution for SEO.

    I’d like to know where the code is.

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    If you would like using a child theme edit the templates/content-single.php line 90-92 and
    templates/content.php lines 191-193

    also if you don’t assign tags they won’t show so depending on what your wanting that may be a easier option.

    Hope that helps,

    Ben
    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove tags?’ is closed to new replies.