loop2 Please Wait...
DeveloperGang

What is difference between require_once() and require()??

html.png
The main and basic difference between them is ..... When we use require_once() to include the file as the name tells once. it means the file that is included is be used only at...

How to Include a File to a PHP Page?

How to Include a File to a PHP Page?
We can include a file using " include(); " or " require(); " function with file path as its parameter. Suppose we have a file named: register.php. And we want to include it in any...

How to use .xml and ppk file to Connect With FTP (File Transfer Protocol)?

How to use .xml and ppk file to Connect With FTP (File Transfer Protocol)?
In some cases, Client provides us the .xml file and .ppk extension file to connect with the ftp for accessing the files.   In that case, we need to connect it with our...

How To Submit A Form Without Submit Button Php Jquery Javascript??

How To Submit A Form Without Submit Button Php Jquery Javascript??
Easy way to save a form without using a submit button is javascript. Just Check and use the below code for submitting a form without button.   Submit the f...

Get Wordpress Posts By Category Name..!

Get Wordpress Posts By Category Name..!
its easy to get the Wordpress posts by Category name. That means your posts will only display if the post has selected a specific category. To create a category: Go to admin pane...

How To Display A Page In The Categories Default Menu Magento ??

How To Display A Page In The Categories Default Menu Magento ??
Here are step by step solution for the adding our CMS page to menu with categories: read carefully to understand this.1. Create a CMS page that you want to show in menu, and creat...

Get The Posts By Category Id..!

WordPress.jpg
yeah... it is the coolest way to show posts by category id. you don't need to go longer. yes, copy paste below code and it's done..!! <?php $current_cat_id = get_que...

How to Create Custom Taxonomy in WordPress?

WordPress.jpg
We can easily do this by using the register_taxonomy() function into our functions.php file. Just open your functions.php file. And paste the below code at the end of your file....

What Template Files Are Used For Our Custom Post Type In WordPress?

WordPress.jpg
there are two files that can be used for our own created custom post type. the files are: archive.phpsingle.php To use the files we will just have to change the names wit...

How To Add Custom Post Type In WordPress Without Using Plugin?

wordpress-image-in-image-tag.png
Below I have shown the simple way to add custom post type in our WordPress site. Just open your functions.php file. and at the end of your file copy and paste below code to add you...

Displaying All Posts ....

Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga, aspernatur.