• I’m not sure how to fix this, but I have 2 sub-categories under one category.

    They don’t display as sub-categories, but as categories.

    When I created them, I added them as child categories to the parent category ‘poems’.

    Instead of science ficiton and fun being under poems, they are listed alphabetically as categories, not sub-categories.

    site:
    https://poetry.drivein-jim.net/

    Thanks.

Viewing 16 replies (of 16 total)
  • Hi lquilter

    I’ve tried this solution but I don’t know if i did it well. I seek for sidebar.php inside my greenmarine theme folder and change the value

    <?php wp_list_cats(); ?>

    for this one

    < ?php list_cats(FALSE, ”, ‘name’,
    ‘asc’, ”, TRUE, FALSE,
    TRUE, FALSE, FALSE,
    TRUE, FALSE, ”, FALSE,
    ”, ”, ”,
    TRUE); ?>

    but the only thing it happened is to appear this php text instead of the original categories, so i had to change to the previous version to see them (again in a weird format)

    I guess there is more stuff to change. Any idea will be appreciated.

    My blog: https://enezeta.com/zapateces

    Using WP 1.5 with template-functions-category.php patched

Viewing 16 replies (of 16 total)
  • The topic ‘WP 1.5 sub-categories displaying under categories ?’ is closed to new replies.