Add Attribute > Term below “Shop” Title
-
Is there a way to Add Attribute > Term below “Shop” on the shop page in a text field?
I need to only allow certain attributes to populate this text area.and/or how could i modify this filter to work:
add_filter( 'woocommerce_page_title', 'woo_shop_page_title'); function woo_shop_page_title( $page_title ) { if( 'Collections' == $page_title) { return "Shop Title"; } }
thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Add Attribute > Term below “Shop” Title’ is closed to new replies.