Moving Brand Description to Bottom of Page
-
I’m trying to move the brand description to the bottom of the page instead of the top. I used the following code shown on another topic, but I now have 2 brand descriptions on the top and bottom of the page.
remove_action( ‘woocommerce_archive_description’, ‘print_brand_banner_and_desc’, 10);
add_action( ‘woocommerce_archive_description’, array( $this, ‘print_brand_banner_and_desc’ ), 15 );The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Moving Brand Description to Bottom of Page’ is closed to new replies.