Problem with Brand Description
-
Hello,
By default the brand description is shown at the top, before the product loop.
I want to move the brand description down after the product loop.To achieve this with the description of the categories, I use the following code:
remove_action( ‘woocommerce_archive_description’, ‘woocommerce_taxonomy_archive_description’, 10 );
add_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_taxonomy_archive_description’, 100 );However this doesn’t work with the brand description.
Which hook should I use?Thanks in advance for the help.
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Problem with Brand Description’ is closed to new replies.