category pingbacks
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 moreDisable 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 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 morethis months featured snippets
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







