开发者 |
Denis Bisteinov
bisteinoff |
---|---|
更新时间 | 2025年1月16日 02:51 |
捐献地址: | 去捐款 |
PHP版本: | 4.6 及以上 |
WordPress版本: | 6.7 |
版权: | GPL2 |
/wp-content/plugins/
directoryYou need to use a shortcode [tagcloud attr="xxx" cols="x"] where xxx - is the name of the attribute and x is the number of columns in the tagcloud. You can find the names of the attributes on the corresponding woocomerce page {yourwebsite}/wp-admin/edit.php?post_type=product&page=product_attributes If you use TinyMCE editor, there is a button "Tag Cloud" at the end of the 2nd bar that will allow you to insert the shortcode immidiately.
A tagcloud helps to improve the linking between attribute categories pages of your e-commerce website.
wp_register_style
and wp_enqueue_style
were called incorrectlyDOMDocument
exists for the SVG icon, else use a dashiconwp_unslash()
to unslash POST variables$_SERVER[ 'PHP_SELF' ]
in the admin form