Posts Tagged ‘wordpress trackbacks’

Trackbacks and Pingbacks in WordPress

In this tutorial, I will discuss the basics of Trackbacks and Pingbacks in WordPress. For now, remember that both are methods for blogs to communicate with each other. Trackbacks are more prone to spam than Pingbacks. All WordPress Websites are set up, by default, to send and receive pingbacks automatically.

If used properly, trackbacks and pingbacks are another way to increase traffic to your blog and build links. Continue Reading »

WordPress Tip: How To Separate Comments From Trackbacks & Pingbacks Using wp_list_comments Function

In this tutorial, I will show you how to separate pings (Trackbacks & Pingbacks) from comments when using the wp_list_comments() function in WordPress. The wp_list_comments() function is located in the comments.php file in your theme´s folder.

The wp_list_comments() purpose is to display all comments (including Trackbacks & Pingbacks) for posts based on a variety of parameters including ones set in the dashboard in Settings -> Discussion panel. Continue Reading »