wordpress-coding Tutorials
Skip to content

Build Your Own Website

Learn How to build a website or blog

  • Build Website
  • Using WordPress
  • Monitoring and Maintenance
  • Q&A

Category: wordpress-coding

Learn how wordpress works under the hood and lean how to customize WordPress

Updated:February 26, 2024 By steve

Understanding WordPress Shortcodes – Beginners Guide

Shortcodes were introduced in WordPress 2.5 and are used for adding macros to a page or post. There are several

Continue reading
Updated:April 30, 2024 By steve

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 reading
Updated:April 30, 2024 By steve

WordPress 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 reading
Updated:February 29, 2024 By steve

PHP 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 reading
Updated:March 6, 2024 By steve

Beginners 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 reading
Updated:March 2, 2024 By steve

The 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 reading
Updated:May 19, 2024 By steve

Understanding 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

Sitemap |About & Contact
Copyright © 2004-2025 Build Your Own Website
By Steve Cope