• Resolved byjeteast

    (@byjeteast)


    Hi- I only want the parent category to display in the widget, as opposed to all of the children under the parent. You can see what is going on here:

    https://www.byjeteast.com

    Also, I may be moving the widget to the primary sidebar, so if the solution is different for these two, please let me know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • add this code

    `
    wp_list_categories(‘child_of=’ . $this_cat->term_id . ‘&title_li=&show_option_none=’); // list child categories

    Thread Starter byjeteast

    (@byjeteast)

    Hi-

    To confirm, ad

    wp_list_categories('child_of=' . $this_cat->term_id . '&title_li=&show_option_none='); // list child categories

    to the style sheet?

    Thread Starter byjeteast

    (@byjeteast)

    This didn’t work…any other thoughts?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Only Want Parent Category To Display in Widget’ is closed to new replies.