updated   : May 15, 2012
we now have 588 snippets
category trackbacks
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 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
By : , on November 21, 2010 8:00 pm

Separate trackbacks from comments

wordpress snippet

Adding this code to your comments.php replacing the default comments loop will allow you to separate trackbacks from comments.

read more