Forums

Remove "Categories" title (3 posts)

  1. levani01
    Member
    Posted 1 year ago #

    When I use this code <?php wp_list_categories(); ?> for adding list of categories it automatically adds "Categories" title and only after this it show the list of categories. How can I remove it?

  2. sewmyheadon
    Member
    Posted 1 year ago #

    Here you go:
    http://codex.wordpress.org/Template_Tags/wp_list_categories#Display_or_Hide_the_List_Heading

    Basically, in your template, you change this:

    <?php wp_list_categories(); ?>

    to this:

    <?php wp_list_categories('title_li='); ?>

  3. levani01
    Member
    Posted 1 year ago #

    It works. Thank you very much!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.