Wordpress
2 mins read

How to Use WordPress Customizer in your Theme

WordPress comes with a built-in theme customizer that allows to take your WordPress Theme to the next level. Using Customizer you can change your Site Title and Tagline, add Widgets to a Sidebar or Footer, create Custom Menus, change your Homepage Settings, and more with realtime view. For example we are going to create a […]

Wordpress woo commerce Woo Commerce
1 min read

Woo Commerce Single Product Page customization

If you are running a Woo Commerce powered e commerce website and want to customize single product page then we can do it by editing functions.php file. Like I want to show product description below Title, Hide or remove Product Description Tab,  Hide or remove  related product. Show product description below Title in woo commerce […]

Wordpress woo commerce Wordpress
1 min read

Woo Commerce How to Remove the Default Sorting Drop down

Are you trying to remove the Default Sorting Drop down on a Woo commerce Shop page, if you don’t need ‘Sort by’ drop down on a Woo commerce Shop page then you can do it simply editing your theme’s functions.php file. Method 1 : Using PHP Add the one line of code below to to […]

Opencart
1 min read

Download All Indian Pincode in csv and excel format

If you want to download all Indian pin code or postcode in csv or excel format then this post can help you. In case of custom application that depends on Indian pincode or any eCommerce website that offer pincode based delivery option then we need all Indian pincode in csv or excel format to upload […]

Wordpress
1 min read

How to create a WordPress dropdown list using get_categories()

Wondering how to create a WordPress dropdown list ? In this article, we walk you through this process with code (using get_categories functions) given below. First we will create a varibale $args and pass some parameters like hide_emty (1 will hide and 0 will display category with 0 post), similarly if you want to hide […]

Wordpress
5 mins read

How to Use Ajax in WordPress Booking Request Example

This post is all about how to use AJAX in WordPress . In this example we will create a booking request section that will send email regarding booking using ajax. I assumes that you already have basic knowledge of WordPress, javascript (jquery), bootstrap…. The code given below is simple to understand and already running on […]

Wordpress
3 mins read

Create your own WordPress Functions.php File

If someone want to create a custom WordPress Theme then functions.php is the most important file. For creating a WordPress Theme, we have to at least some files listed below : style.css index.php functions.php header.php footer.php page.php Above listed files are minimum requirement for and WordPress Custom Theme. Today I will show how to create […]

Wordpress
2 mins read

WordPress Fetching Latest 5 Post using WP_Query()

This post  is all about how to fetch WordPress’s latest 5 post in descending order suing WP_Query(). As we know WordPress is now world best blogging tool and CMS, extremely used for creating Website. Sometime when we are working on custom template and want to so show worpress lates 5 / 3 / 4 post […]

PHP
2 mins read

How to add a field on the WordPress Users profile

If you want to add an extra field on WordPress User profile, then we can do it using plugins or adding some code in “functions.php” . In this tutorial I using the second method. Each and every WordPress theme has a file called functions.php , we have to just open this file and paste the […]

wordpress custom login Wordpress
2 mins read

WordPress Login Customization plugin Loginplus

Loginplus is a simple wordpress login customization plugin that lets you to change default wordpress login’s logo and url , it also provides useful information like who successfully logged to your website powerd by wordpress, failed attempts and also who tried to hack your wordpress login. Please let me know your suggestion as it is […]