• Resolved Michael

    (@mixey)


    Hi guys, how can I print categories inside of the category.php file?

    Right now if I do <?php wp_list_categories(‘include=3&orderby=name&title_li=&depth=10’); ?> It renders the whole page once again… 🙁

    Help

Viewing 2 replies - 1 through 2 (of 2 total)
  • It renders the whole page once again

    That’s a bit confusing…

    You mean it lists category 3 and all it’s children categories (to a depth of 10 generations) again?

    What is it you want to display and where?

    Also, a link to the problem might help figure out the problem.

    Thread Starter Michael

    (@mixey)

    Thanks! I just figure that out… that was a javascript “feature”. My bad… Due to misspelling ul id, javascript was loading my category to the current div…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_list_categories inside of the category.php’ is closed to new replies.