WordPress allows additional information to be input along with the posts. These additional information is entered through metaboxes….
Understanding Theme Development
Themes control presentation layer of your of your site. It is responsible for user experience for your site’s…
Understanding Plugin Development
WordPress is such a popular platform because it’s such an easy thing to extend functionality using plugins. The…
Understanding and creating custom Taxonomy
Taxonomies are a way of grouping similar items together. This makes content to be relational. By default WordPress…
Understanding and creating custom post types
WordPress has by default has few types of content and taxonomies to add our own content. To build…
Understanding data management in WordPress
WordPress is powered by MySQL database in backend and stores all the data for website including content, users,…
Understanding loop in WordPress
The loop in WordPress refers to what content to display on a page you are visiting. It can…
WordPress core files and functions
WordPress core are primarily PHP files, also includes CSS, javascript, image and HTML files. You can explore the…
Configuring WordPress with wp-config.php
Basic Settings The most important file in WordPress installation is wp-config.php file. It contains all the configuration settings…
Introduction to WordPress
What is WordPress? WordPrss is a blogging platform. It is one of the most popular blogging platform around…