• I have tried and failed to hide the tags at the bottom of my post. Does anyone have any ideas that i could try?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can I ask why they’re there in the first place? If it’s for SEO then you most certainly shouldn’t hide them with CSS.

    Thread Starter davidandreaswatkins

    (@davidandreaswatkins)

    Hi Andrew

    The tags were created within WP on the posts. The SEO plugin (SEO Ultimate) has a modules page that gives me options to hide things but i’m not sure it will do what i want.

    Options, that have the word tag written in them, that I can “hide” are-
    Meta Robot Tags Editor
    Title Tag Rewriter

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I think this will require changes in your theme’s template files. To do this safely and correctly I recommend talking to your theme vendors. The Stacker theme is not one that is distributed on www.ads-software.com, but you may be able to get support from ThemeFurnace from where the theme is distributed: https://themefurnace.com

    Thread Starter davidandreaswatkins

    (@davidandreaswatkins)

    Think I’ve found it in my index, display none worked in inspect

    #bottommeta {
    margin-bottom: 30px;
    margin-top: 30px;
    display:none

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I don’t recommend that. Search engines don’t like keyword stuffing, which is where you put keywords on the page and hide it from view.

    Thread Starter davidandreaswatkins

    (@davidandreaswatkins)

    Ok, what should i do then?

    Thread Starter davidandreaswatkins

    (@davidandreaswatkins)

    Oh, just read your previous message

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hiding Tags’ is closed to new replies.