wordpress - How to custom a home shop page with all products? -
i'm trying set-up home shop page specific content on it.
my menu contains categories , want switch of category when click on each item. problem : - want set-up homepage banner content above products category (link "tous) - don't want banner content appears on others categories.
i'm using woocommerce on wordpress.
many thib
in wordpress theme, create file called woocommerce.php gives idea of how: https://docs.woocommerce.com/document/template-structure/
once add/create woocommerce.php file theme can add image banner above woocommerce_content()
if want target main shop page, can use is_shop() add function in functions.php want wrap with:
if function_exists(is_shop()) { //add code here }
Comments
Post a Comment