Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21503
    mark
    Member

    How do I hide/remove

    “Category Archives: reviews” that appears in

    http://www.topicblog.com/category/reviews/

    This is also the same for current affairs, rants, discussion, opinons

    #21549
    Sakin
    Keymaster

    @mark: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide that.
    .archive #primary .page-header { display: none; }

    #61913
    FIAN
    Participant

    Is there any way I can replace that text with something else? (I’d like to replace “category archives: reviews” with my own text).

    -Marit

    #61937
    Sakin
    Keymaster

    @FIAN: All the category archive will have it’s Category Archive and then Category Title. So, you can change reviews to other words that depends on your category title. then to change the Text Category Archive, you need to create child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy content.php file to your child theme and change that text.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Category Archives:’ is closed to new replies.