Removing recent products
-
Hi john,
I cannot for the life of me remove recent products and Sale items from our homepage, can you please help?
I have tried both:
<?php remove_action( ‘lithestore_recent_products’, ‘lithestore_recent_products’);?>
and
add_action(‘init’,’remove_section’);
function remove_section(){
remove_action( ‘lithestore_on_sale_products’, ‘lithestore_on_sale_products’);
remove_action( ‘lithestore_recent_products’, ‘lithestore_recent_products’);
}into my child theme functions.php file but nothing is working?
Also is there anyway to insert a custom full width <div> between these categories?
Regards
Andrew Fisher
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Removing recent products’ is closed to new replies.