To add custom CSS in the wordpress admin area, you can use this function, in your function file function my_custom_css() { echo '<style> .post-type-product #ovaem_sectionid…
Continue ReadingIt is a really wrong way to use $_SERVER. You can alternatively use the $wp global to get the current URL – it’s the same thing in…
Continue ReadingUsing the WooCommerce Variation Swatches plugin , you can add product variation attributes to your products that help users to choose and find expected products…
Continue ReadingManually you can import the Demo Data on Dashboard > Your Theme > Import/Export. Here you choose your demo and install it. Follow this video step…
Continue Reading