• Hello,
    First, sorry for my poor English…>_<;

    I want to show categories on my side bar and I used code:
    “<?php wp_list_categories(‘orderby=name&order=asc&show_count=1&use_desc_for_title=0&feed=RSS 2.0’); ?>”

    Then it shows:

    Category
    Soprts(RSS2.0)(37)
    Daily(RSS2.0)(28)”

    How can I remove the title Category then shows:

    Soprts(RSS2.0)(37)
    Daily(RSS2.0)(28)”

    Thanks for your response.

Viewing 1 replies (of 1 total)
  • Use this:

    wp_list_categories('title_li=');

    I don’t know how to render the list without the

    • markup though.

      Miha

Viewing 1 replies (of 1 total)
  • The topic ‘wp_list_categories question’ is closed to new replies.