Web Development Tutorials
//

Tag: WordPress

Programming

Create A Shortcode In WordPress

A shortcode lets an author drop dynamic output into any post by typing a small tag in square brackets. This tutorial builds three shortcodes…

July 19, 2026

Programming

Enqueue CSS And JavaScript In WordPress

Load stylesheets and scripts the WordPress way, with wp_enqueue_style() and wp_enqueue_script() on the wp_enqueue_scripts hook. This tutorial builds a small plugin that enqueues a…

July 19, 2026

Server Administration

Install WordPress Locally On Windows

Run WordPress on your own Windows machine with XAMPP, a free bundle of Apache, MariaDB, PHP, and phpMyAdmin. This tutorial installs the stack, creates…

July 19, 2026

Programming

Register A Custom Post Type In WordPress

Add your own content type to WordPress by calling register_post_type() on the init hook. This gives you a Book type with its own admin…

July 19, 2026

Programming

Manually Update to WordPress 6.2.2

It’s time to update WordPress to version 6.2.2. This minor release addresses 1 bug and 1 security issue. And because this is a security…

May 20, 2023

Programming

Create a WordPress Child Theme

Create a theme that inherits the look and feel of the parent theme and all of it’s function. This theme is called a Child…

April 22, 2023