Web Development Tutorials
//

Tag: WordPress

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

Programming

Create Your Own WP Post Views Counter

Create your own post views counter in WordPress with no plugin needed. Use the post meta field to store count views of a particular…

April 6, 2023

Programming

Change The Excerpt Limit In WordPress

Modify the default (55) maximum number of words in WordPress post excerpt. Set the length according to your needs using the add_filter filter hook.…

March 4, 2023