Forums

[resolved] Main category not shown (3 posts)

  1. manou
    Member
    Posted 5 years ago #

    Hi,

    I only had one category, in the category section two showed, the default and Blogroll ,

    I added a new category, now the main category does not show up, only new one is there.
    I use adsminded theme, if i switch to another theme the categories will be shown,

    here is codes in the sidebar file of adsminded theme related to category:

    <div class="blocktitle"><?php _e('Blog Categories'); ?></div>
    <div class="block">
    <div class="menu">
    <ul class="slightbigger">
    <?php list_cats(FALSE, '', 'name',
    'asc', '', TRUE, FALSE,TRUE, FALSE, FALSE,
    TRUE, FALSE, '', FALSE,
    '', '', '1',
    TRUE); ?>

    </div>

    anyone can help?

    thanks

  2. MichaelH
    Volunteer
    Posted 5 years ago #

    The Template Tag, wp_list_categories should be used in place of list_cats.

  3. manou
    Member
    Posted 5 years ago #

    Yes, it is working now,
    Thanks a lot.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags