category trackbacks
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 moreRemove 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 moreCount 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 morethis months featured snippets
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






