Basic Templates At the very minimum, a WordPress Theme consists of two files: style.css index.php Both of these files go into the Theme directory. The index.php template…
Get to know the main differences between home.php and front-page.php to create better experiences on your WordPress website! WordPress works by putting multiple files together…
WordPress Themes are files that work together to create the design and functionality of a WordPress site. Each Theme may be different, offering many choices…
Create first plugin in five simple steps I’m not kidding. You can create a WordPress plugin in five simple steps. Let me show you how… 1.…
Here I explain how to install multiple wordpress in a single database. If you want multiple sites, multiple theme in one database. You must install…
Are you looking for a way to display a list of all the posts except the current post? While there’s probably a plugin for this,…
How To Get current category ID of the active page
First wee need to create a page template in wordpress. For that create a file called template-category.php in the theme directory and then add the…
The first line of this code creates a new WordPress query with a specific category ID. You need to replace it with your own category…