jaydipsinh.parmar
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Catalog only shows 1 columnuse <body<?php body_class(); ?>> after in header.php after check it’s work or not
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Moveinstall wordpress import go to tool and select export after select your post-type:- product export in xml file. go to your site then go to tool install wordpress import (it’s last option in import) and import your file.
Forum: Plugins
In reply to: [WooCommerce] More Products on pageThank you terrytsang !!!
Forum: Themes and Templates
In reply to: If current taxonomy has child and/or parentwp_list_categories(‘taxonomy=product_cat&orderby=order&title_li=&depth=1’);
this will also get parent category only. procudt_cat is category name
simple code
`also simple code is$terms = get_terms(‘product_cat’);
foreach ($terms as $term) {if($term->parent == 0 ){
echo $term->name;
}
}
?>Forum: Plugins
In reply to: [WooCommerce] Price Filter widget in Woo CommerenceI Will Find the Issue It’s Problem OF permalink.
I am Selected the Custom post in main Link and Product Permalink is default. I will make my Main Link Default and Product permalink is Shop base with category