Web Development Tutorials
//

Tag: WordPress

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

A WordPress child theme inherits everything from a parent theme — its templates, styles, and functions. Meanwhile, your customizations stay in a separate folder.…

April 22, 2023

Programming

Make WP Custom Columns Sortable

Next good and useful thing to do after adding a new custom column to the Posts Manage Page of the WordPress Admin Page is…

April 14, 2023

Programming

Add New Columns To WP Posts Manage Page

WordPress Post Manage Page is the page where posts are being managed. This page list all post that can be group into Published, Draft,…

April 7, 2023