updated   : May 15, 2012
we now have 588 snippets
category pingbacks
By : , on December 28, 2011 9:00 am

Total pingbacks, trackbacks within admin post columns

wordpress snippet

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 more
By : , on August 20, 2011 9:00 am

Disable self pings with pre_ping hook

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will disable self pings to your blog.

read more
By : , on December 28, 2010 10:00 am

Remove post trackback metabox

wordpress snippet

Adding this PHP code to the functions.php of your wordpress theme will remove the send trackbacks metabox from your post editor.

read more
By : , on November 27, 2010 10:00 am

Count comments, trackbacks and pingbacks

wordpress snippet

Add the first block of code to the functions.php of your wordpress theme. The next section of code has a list of functions to place within your theme to display the counts of comments, trackbacks and pingbacks.

read more