Archived topic
(sub)Category in dropdown Menu (shortcode)
5 replies · Started by vincent on August 5, 2022
Hello,
is that possible to add a shortcode to display only subcategory of the category.
I want to add it in a hook.
Example :
Category A
sub cat 1
sub sub cat 1.1
sub sub cat 1.2
sub sub cat 1.3
sub cat 2
sub cat 3
Category B
sub cat 1.1
sub cat 2.2
sub cat 3.3
When I'm in category A I want to display sub category "sub cat 1 / sub cat 2 / sub cat 3" in dropdown menu.
When I'm in sub sub cat 1.1 I want to display sub category "sub sub cat 1.1 / sub sub cat 1.2 / sub sub cat 1.3" in dropdown menu.
etc
Thank you
Hi there,
not sure if we have something in our snippet library to do that, ill take a look. But where would it be displayed ? eg. a Primary Navigation menu item ?
Hello David,
in my categories pages (in description or in sidebar).
The drop down menu thing isn't something i have a solution for.
But the Shortcode snippet that Tom provides here will get the immediate child list of category terms:
https://generatepress.com/forums/topic/show-list-sub-category-in-category-page/#post-1810427
We can assist with some CSS to make it in scrollable horizontal list or grid if you want
thank you I will use that
Let us know how you get on!