Title: Category Link Issue
Last modified: December 22, 2017

---

# Category Link Issue

 *  Resolved [moonshot1968](https://wordpress.org/support/users/moonshot1968/)
 * (@moonshot1968)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/category-link-issue/)
 * Somehow, a category link has showed up on each one of my employee’s pages. You
   can see the code above the employee name (ie. EMP2) in light blue font. They 
   have never been there before. I am assuming they showed up after a recent update.
   I need to know how to get rid of them on each employee page. Thanks.
 * Glenn
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcategory-link-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [moonshot1968](https://wordpress.org/support/users/moonshot1968/)
 * (@moonshot1968)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/category-link-issue/#post-9806857)
 * Also, there is a white background on the bottom of the page covering the links
   from on employee to the next with a black font. I don’t know how that happened
   either. Please help.
 *  [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/category-link-issue/#post-9807010)
 * Just starting with the first one, if you go to:
    Dashboard > Appearance > Customise
   > Blog options is “Hide post meta on singles” unchecked.
 *  Thread Starter [moonshot1968](https://wordpress.org/support/users/moonshot1968/)
 * (@moonshot1968)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/category-link-issue/#post-9807033)
 * Sorry lorro, the first option didn’t work. Any other way?
 *  Thread Starter [moonshot1968](https://wordpress.org/support/users/moonshot1968/)
 * (@moonshot1968)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/category-link-issue/#post-9807114)
 * Sorry again. I didn’t realize your comment was a question. “Hide post meta on
   singles” is NOT unchecked.
 *  [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/category-link-issue/#post-9807243)
 * The easiest method would be to hide the category link with some custom css:
 *     ```
       .type-employees .meta-post {
         display: none;
       }
       ```
   
 * To get rid of the white block you can try:
 *     ```
       .post-navigation {
         background: transparent !important;
       }
       ```
   
 * Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional
   CSS
 *  Thread Starter [moonshot1968](https://wordpress.org/support/users/moonshot1968/)
 * (@moonshot1968)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/category-link-issue/#post-9807276)
 * Awesome !!! They both worked. Thanks you so much and Happy Holidays !!!!!

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

The topic ‘Category Link Issue’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [category](https://wordpress.org/support/topic-tag/category/)
 * [links](https://wordpress.org/support/topic-tag/links/)

 * 6 replies
 * 2 participants
 * Last reply from: [moonshot1968](https://wordpress.org/support/users/moonshot1968/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/category-link-issue/#post-9807276)
 * Status: resolved