Answer the question
In order to leave comments, you need to log in
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
function mytheme_add_woocommerce_support() {
add_theme_support( 'woocommerce' );
}
add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' );
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question