
Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
How to Hide RSS link in WooCommerce
If you want to change or hide RSS link in the primary navigation of your WooCommerce website, without getting into the php files. Use below 2 line code to make this possible-
#navigation ul.rss {display:none !important}
#navigation ul.rss.car...
How to hide sort by price option in WooCommerce
Hello friends,
If you want to get rid of sort by price option in you Woo-Commerce site.
you can use below css code to hide it:
.orderby option[value="price"]{
display: none;
}
Hope this help you.
How to show stars instead of theme ratings in Woocommerce
If you want to show stars instead of theme ratings in Woocommerce, you can do this by changing the Woocommerce star ratings.
The Stars rating is the default rating system in WooCommerce, so to match the rating system with themes we have to dis...
Woocommerce Or Magento - What to use and when?
Magento and WooCommerce are currently the top two frameworks in use for e-commerce websites over the web. Both are backed by strong open-source communities developing plugins for various functio...
How To Change Total Count Of Items Displayed Per Page in WordPress
Hello readers!
In my previous blog I have explained you how you can change number of products displayed per row in WordPress.
So here I will guide you how you can change total count of items displayed per page in WordPress.
Lets take an exam...
WooCommerce- How to change Add to cart Text in WordPress
Hello readers!
Changing Add to Cart Text is not a big issue, below I am providing the method to change this text to your cart.
So, to change add to cart text you can use single_add_to_cart_text filter, after adding the filter connect it to your...