Shortcodes were introduced in WordPress 2.5 and are used for adding macros to a page or post. There are several
Continue readingCategory: wordpress-coding
Learn how wordpress works under the hood and lean how to customize WordPress
Understanding the WordPress Query-Beginners Guide
WordPress stores pages and posts in a MYSQL database. When you request a web page or post from a WordPress
Continue readingWordPress File And Directory Structure Explained
The WordPress software package contains many different files and directories. Although you don’t normally need to download the package from
Continue readingPHP Callbacks and Callback Functions
I only encountered callbacks recently, and spent many hours surfing the web for a nice simple explanation. Eventually I think
Continue readingBeginners Guide to WordPress Templates
WordPress Themes come with multiple templates for displaying pages,posts,archives etc. Each page type can, and often does have, its own
Continue readingThe WordPress Load Process-Beginners Guide
Each time you view a WordPress page or post a whole series of PHP commands get executed before that page/post
Continue readingUnderstanding and Editing the wp-config.php File
The wp-config.php file is the main configuration file for WordPress, and is located in the root directory of your WordPress
Continue reading