Forums

[resolved] how to remove txt above categories (3 posts)

  1. dennisv1982
    Member
    Posted 7 months ago #

    on my website, www.totalgamer.nl on the rightside above the categories there is a text saying "Categorie".
    the wp_list i am using right now is:

    <?php wp_list_categories('title_li=' . __('Categories:')); ?>

    but i want the word "Categorie" to go... please help me??

    ps: in do not mean in the bar "categories" i mean the word right above the categories "Categorie"

  2. xewax
    Member
    Posted 7 months ago #

    try searching for this word in your html code to remove it. If you want to swap these words just try to modify your code

  3. dennisv1982
    Member
    Posted 7 months ago #

    yeah i did, it isnt there :)

    but i solved it using this string:
    <?php wp_list_cats(); ?>

    its gone now, lol :)

Reply

You must log in to post.

About this Topic