• My site is just going to use tags (except one category for slider) Is it possible to take the category link off the home page under the posts and just leave the tags links on.

    Love your theme, thank you very much.

Viewing 1 replies (of 1 total)
  • Theme Author Brian Harris

    (@zgani)

    To hide the category link you’ll need to add the following CSS code via a custom CSS plugin

    .categories-links {
      display: none;
    }

    Regards,
    Zulf

Viewing 1 replies (of 1 total)
  • The topic ‘Take categories off home page.’ is closed to new replies.