L
L
Linberg072022-04-12 14:07:17
WordPress
Linberg07, 2022-04-12 14:07:17

Wookomers pages not showing up?

Good afternoon! I ran into a problem, the content is not displayed on the pages of the wookomers (for example, the store page). In the product settings, I put the output on the store page, added the product. I changed the theme to my own, wrote my own, I think because of this, maybe you need to add some lines to the theme code. At the same time, I can display categories (name, their photo), but there are no products.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Litvinenko, 2022-04-12
@AntonLitvinenko

function mytheme_add_woocommerce_support() {
    add_theme_support( 'woocommerce' );
}
add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' );

https://woocommerce.com/document/woocommerce-theme...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question