Understanding loop in WordPress
The loop in WordPress refers to what content to display on a page you are visiting. It can be posts, pages or custom content. A loop can display single piece of content or a group of posts and pages that … Continued
WordPress core files and functions
WordPress core are primarily PHP files, also includes CSS, javascript, image and HTML files. You can explore the source code to know how WordPress works. These files control everything about WordPress. Primarily these functions are about following parts of wordpress … Continued
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 needed to run a WordPress site smoothly. The first step in installation is to rename wp-config-sample.php to wp-config.php. The file wp-config.php is … Continued
Introduction to WordPress
What is WordPress? WordPrss is a blogging platform. It is one of the most popular blogging platform around the web. WordPress is a content management system like Drupal and Joomla. It depends heavily on user generated content. WordPress is opensource … Continued