CodeLobster Integrated Development Environment (IDE) – Review
CodeLobster is a code editor for PHP, HTML, JavaScript and CSS. A shareware product that offers code debugging, syntax highlighting, dynamic help, auto-complete, class view and other features that helps with coding. Codelobster PHP Edition streamlines and simplifies PHP development process. You don’t need to keep in mind names of functions, arguments, etc. It is implemented for you in the auto-complete feature for PHP, HTML, JavaScript and even CSS. Continue Reading »
Feb
2012
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 »
Last Updated: March 20, 2014
Written by: Boutros AbiChedid
Tags: customization, How To, PHP, plugin killer, separate comments from pings, Tips and Tricks, wordpress, wordpress comments, wordpress pingbacks, wordpress trackbacks, wp_list_comments
Posted in Category(ies): WordPress