• Resolved juliedehne

    (@juliedehne)


    I would like to modify the Chunk Theme so that the Category label does not appear next to each of my blog posts. I will not be categorizing my posts, so it looks sort of odd to have the hyperlink text “UNCATEGORIZED” right next to each and every post. I’m new to WordPress so a simple fix is much appreciated!

    I’ve already looked into plug-ins and can’t find one that removes the text. Most will let me “filter” but this isn’t what I want to do.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • We can just display-none it via CSS but first we need to install a Custom CSS plugin, so read through theme and pick one you like and install it
    https://themes.trac.ww.wp.xz.cn/browser/parabola/1.6.1/includes/theme-styles.php#L47

    Put this code in

    .cat-links { display: none; }

    In the future when you decide to categorize your posts, remember that we can always change the default “uncategorized” to something else more generic or more relate to your site main content (for better SEO).

    Thread Starter juliedehne

    (@juliedehne)

    Holy moly, that was super easy! Thank you paulwpxp!

    I used the “Simply Custom CSS” plugin and added the code you suggested.

    Very much appreciated. 🙂

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

The topic ‘Chunk – Remove Category Text’ is closed to new replies.