If you want to display the ‘product short description’ field when viewing the product grid on shop page. Let’s see how to do this. Add this code in your theme’s functions.php file of your active child theme (or theme) and…
$wp_query is a global variable that contains the current query run by the loop. WP_Query allows you to quickly and easily build a query for any type of object in the database. If you are at your wits end with…
When you log into WordPress, the first thing you see is the dashboard. You’ll notice that in the upper righthand corner, it’ll say your name. But before your name, it says “Howdy”. This is just the default greeting WordPress comes…
I’m wondering how to remove the links on the shop page to the single product page. I simply want users to be able to click on the ‘add to cart’ button on the shop page. This will leave only the…
In WordPress, most people will notice an “Additional CSS” section in the customizer when they update. This is an awesome feature and a perfect use of the customizer. It”ll be great for the vast numbers of users who just need…
When the Product is not available OR out of stock then many store owners make the price “0” , It gives an expression to the user that Product is not available. But it’s not look good in your shop page….
To add alphabetical sorting in your WooCommerce store, Add this code in your theme’s functions.php file of your active child theme (or theme). Save the file and see you have just created a new product sorting option. Reload the shop…
Instead of having the default “Add to Cart” button, if you want to remove that and substitute with a “View Product” button link to the single product page.so, here is my code just copy that code and and Add this…
I will explain to you how you can customize WordPress default comments yourself without using any external plugin. change comment form title “Leave a comment” to your own custom text, filter comment_form_defaults help you to change it using your theme…
Users looking at the order table can actually link on the Products they just purchased.So if you want to remove the Product Permalink at WooCommerce Order Table than here is my code just copy that code and and Add this…