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…
Programming
Next good and useful thing to do after adding a new custom column to the Posts Manage Page of the WordPress Admin Page is…
Programming
WordPress Post Manage Page is the page where posts are being managed. This page list all post that can be group into Published, Draft,…
Programming
Get the post meta_value of a given meta_key in WordPress. You can also use this to get the value of a custom meta field…
Programming
Create your own post views counter in WordPress with no plugin needed. Use the post meta field to store count views of a particular…
Programming
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.…