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

PHP

How to Create a Custom Post Type in WordPress

How to Create a Custom Post Type in WordPress programmatically, If you are a word press developer some time you need to do some thing…


Create a wordpress page programmatically and Assign Elementor Full Width Template

With the help of  code given below, you can create dynamic page programitically in Word press. In this tutorial, I will create post programitically and…


Advanced custom fields on save function trigger

Advanced custom fields on save function trigger, in this tutorial I am going to share a PHP programme to automatic trigger when a advance custom…


Advanced custom field how to populate select field

In this tutorial we will learn how to dynamically populate Advanced custom field select field in WordPress. I was trying a generate a dynamic select…


Create acf_form save data and Send mail from Frontend

Now send email using code below (paste below code in functions.php.


How to create a product in Opencart 3.X

In this video tutorial I will going to show you everything you need to know about creating new products to OpenCart 3.x. Video description :…


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…


PHP Final Keyword with Example

In this tutorial we are going to learn PHP Final Keyword with Example. If you are new to Object Oriented Programming then please learn it…


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 send attachments using PHP Mail()

In this post, we will going to learn how to can send an email with attachments using PHP mail() function. Sending an attachment with PHP…