
Shortcode display
Provides a shortcode to display a linked list of terms from a product attribute, such as all brand links from a brands attribute.
This extension is intended to be used where you want to display all terms from a product attribute, e.g. to display a list of all brands in the footer of your website. It is not intended to be used to display a list of terms associated with a specific product.
Features
- Displays a list of all terms from a specific product attribute
- Choose if these links filter products or go to term archives
- List of terms does not reduce as products are filtered
- Various shortcode attributes to modify the display/functionality
- Elements include classes and IDs for custom CSS styling
Usage
Use the following shortcode replacing the x with your attribute name:
[wcpas_product_attributes attribute="x"]
If your attribute has spaces in the name then replace these with hyphens in the shortcode, if you have other characters in your attribute name see the related FAQ below.
There are various other shortcode attributes which can be used, if these are omitted the defaults are used, the available shortcode attributes are:
archive_links–1to enable archive links e.g./brand/sega/,0to disable e.g./shop/?filter_brand=sega, default is0categorize–first_characterto categorize the terms list by first character, default is emptycurrent_attribute_link–1to still display a link if the current page,0to disable, default is1hide_empty–1to hide empty terms,0to disable, default is1links_target– Use a HTML link target e.g._blankto open links in a new window, default is emptymin_price– Use a minimum price number for links to include a minimum price filter, requiresarchive_links="0", default is emptymax_price– Use a maximum price number for links to include a maximum price filter, requiresarchive_links="0", default is emptyorder–ascordesc, default isascorderby– Any orderby parameter, default is nameshow_counts–1to enable display of term counts,0to disable, default is0show_descriptions–1to enable display of term descriptions,0to disable, default is0
Example shortcode using multiple shortcode attributes:
[wcpas_product_attributes attribute="brand" archive_links="0" categorize="first_character" current_attribute_link="0" hide_empty="0" links_target="_blank" min_price="50.00" max_price="500.00" order="desc" orderby="id" show_counts="1" show_descriptions="1"]