Like Us Like Us Facebook Subscribe Subscribe us YouTube Whatsapp Share us Whatsapp Query Send your queries

Wordpress

Contact form 7 set default date and 7 days restriction

In this tutorial we will learn how to set contact form 7’s date field restriction to today+7 days plus restrict to pick backward dates and…


Create acf_form save data and Send mail from Frontend

This post will cover how to create a form on the front end of your website using Advanced Custom Field acf_form() function. We can store…


How to pass extra variables in URL with WordPress

In this tutorial we are going to learn How to pass extra variables in URL with WordPress ? We have to passĀ  two variables named…


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…


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…


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…


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…


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.…


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…


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…