@yasbenyas , try the following:
[a-z-listing display="terms" taxonomy="pa_brand"]
I am not 100% certain this is correct. To determine the taxonomy name you need to navigate, within the WordPress admin, to the “All product attributes” listing page and find your attribute in the list. The name for the taxonomy
part of the shortcode is in the column labelled slug
, which you need to prefix with pa_
. To be certain of the taxonomy slug you can click the attribute name and then inspect your browser’s address bar. The address will have changed to something like https://example.com/wp-admin/edit-tags.php?taxonomy=pa_brand&post_type=product where the name for the shortcode is the text between taxonomy=
and &post_type=product
.
-
This reply was modified 5 years, 7 months ago by
Dani Llewellyn. Reason: make url not a code block