Featured
-
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 -
Best 5 Lightweight PHP Frameworks for REST APIs Development
Are you ready to develop the Rest AP
by ankur.kumar -
PHP: Full-Stack Framework vs Micro Framework
A web framework can be described as a software fra
by ankit.bhatia -
How to get facebook profile picture by Facebook App
If you would like to get your profile picture in f
by vivek.rastogi -
Creating RESTful API in cakephp
This tutorial will help you to learn how to create
by pushpendra.rawat
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...
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...