Web Development Tutorials
//

Category: Programming

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

Create New HTML Elements With jQuery

With jQuery, it’s not so hard to create HTML elements. All that is needed is to use the dollar sign function $() to initialize…

April 16, 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