• Hi

    I will be posting all my updates on my site under ‘Uncategorized’ .
    Hence I do not want the posts to display this category below the post preview or when the post is viewed in full.

    Request your assistance in achieving this.

    The relevant URL is https://www.atrglobal.co.uk/

    Thank You.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there JChaitanyaReddy,

    How are you doing today?

    You should be able to remove that with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    span.category-icon {
      display: none;
    }

    This should remove the category from being displayed on blog and single post pages. If the code doesn’t work please keep it added and let me know so I can take a look ??

    Cheers,
    Bojan

    Thread Starter JChaitanyaReddy

    (@jchaitanyareddy)

    Hi Bojan

    This worked perfect :). Thanks a lot.

    One small request though, how do I remove the ‘Tags’ like ‘Featured’ etc from showing.

    Thanks again ??

    Hey again JChaitanyaReddy,

    Glad that worked ??

    As for the tags the only place where I am seeing them is actually in the footer, see screenshot https://screencast.com/t/cD6Nfbsb.

    If that is the case I believe that you should be able to remove them from Appearance -> Widgets where your footer is displayed.

    If that doesn’t help I guess we can remove it with some custom CSS.

    Hope that helps ??

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable visibility of post category’ is closed to new replies.