woocommerce using wrong template
-
hey,
i’m setting up a woocommerce site.
i’m having a strange problem: in the homepage of the shop WooCommerce shows a breadcrumb with the page title under it.
I wan’t to do this for all my pages of the shop.after some searching I found out that for all the other shop pages my standard template file is used (page.php), while for my homepage of the shop it uses a woocommerce template. I don’t understand why the difference? and how can i change this?
In wordpress / pages. all my pages say ‘standard template’. So also the shop-home page which is good….I try to add this function to my functions.php.
It works but only on the shop-home page…
`add_filter( ‘woocommerce_show_page_title’,’show’);function show() {
return true;
}′
so if I say false: the title doesn’t show om my home-shop pagethe site: https://demo.tripeld.be/shop/
- The topic ‘woocommerce using wrong template’ is closed to new replies.