WordPress loop is actually a code, used to display the main content and excerpts of content on your WordPress blog. In simple, this WordPress loop is used to display posts. It is used in WordPress theme, to display the posts on your WordPress website. It displays all the information, that the WordPress has about the […]
Category: Theme Development

Part 3: Simple Procedure for how to create a custom menu in WordPress
When you planning to create a new theme for your website, then custom menu plays an important role. Custom menus are also used to add additional menus to your current working theme. Just by entering a few lines of code, you will able to create a custom menu for your website. The following procedure shows […]

Part 2: Proper way of including CSS and JS files in WordPress Using Enqueue Method
Confused about how to properly include CSS and JS files in your WordPress without any conflict? Then you are at the right place, in this post, we will let you know how to properly include CSS and JS files. Many developers make a mistake of directly calling the scripts and styles for your plugins and […]

Part 1: A Basic Tutorial on Creating a WordPress Theme From Scratch
Wondering how to create a WordPress theme right from scratch? No wonders, in this post we will explain you creating a theme from the scratch. Nowadays WordPress CMS is widely used all over the world. If you are a WordPress developer and the client prescribes to for a unique website with added features and functionalities […]