Problem with moving to different location
-
Hi, may i ask how to move toggle buttons to different location?
I’m using get template part, before shop archive loop, and i want to place toggle buttons in my own file:
get_template_part( ‘parts-shop/product-toggle-list’);Should i remove actions in functions.php?
also how can i add if is search to:
function setup_gridlist() {
if ( is_shop() || is_product_category() || is_product_tag() || is_product_taxonomy() ) {…}When i edit core files, changes will be lost after update,yes?
- The topic ‘Problem with moving to different location’ is closed to new replies.