Total pingbacks, trackbacks within admin post columns
Adding this snippet to the functions.php of your wordpress theme will add a new column called counts within the admin post listing. This column will display the total number of pingbacks, trackbacks for each post.
read moreAdd post ID to posts, pages admin columns
Adding this snippet to the functions.php of your wordpress theme will add ID to post and pages admin columns.
read morethis months featured snippets
Custom column with currently active page template
Adding this snippet to the functions.php of your wordpress theme will add a column to your admin pages showing which wordpress page template currently in use.
read moreAdd new column with media ID to media library
Adding this snippet to the functions.php of your wordpress theme will add a new column within the media library with the attachment ID.
read moreAdd admin post column with wp_get_shortlink
Add the following snippet to the functions.php of your wordpress theme. This snippet will add a new column to the posts screen with an input field containing the wordpress shortlink. I added a little javascript to auto select the text.
read moreDisplay post views within admin post columns
I posted a cool snippet yesterday to (track post views using post meta) I wanted to add a little to that today. Adding this snippet to the functions.php of your wordpress theme will display the post views next to each post in the wordpress admin.
read moreAdd ID column for category listing
Adding this PHP code to the functions.php of your wordpress theme will add a new column that will display the category ID. Great tool that will stop the need to hover over a category to display the ID.
read more



















