[NSFW] Customer category sorting.
-
I am trying to get the 6 categories I have to display in the correct order on my main shop page (My home page) to match the menus at the top of the page.
Customize/woocommerce/product catalog is set to default sorting (Custom order + name) but even so I don’t think that applies as from what I can tell that controls how the products within the categories display, not the categories themselves.
I have tried multiple codes snippets but none of them seem to work. The three I have tried that I thought should work are:
<p></p> <p>[product_categories ids="143,122,121,136,134,137" parent="0" columns="6"]</p> <p></p> <p></p> <p>[product_categories number="6" ids="143,122,121,136,134,137" parent="0" columns="6"]</p> <p></p> <p></p> <p>[product_categories number="0" ids="143,122,121,136,134,137" parent="0" columns="6"]</p> <p></p>
None of these worked. They just continue to display in alphabetical order (Not the ID order I listed in the snippets).
Any suggestions would be appreciated.
- This topic was modified 2 years, 6 months ago by .
- This topic was modified 2 years, 6 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘[NSFW] Customer category sorting.’ is closed to new replies.