Friday, July 23, 2010
Trick for displaying Number of Comments in your WordPress Blog
Place below code where you want to display your comment count:
<?php
$numcomms = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = '1'");
if (0 < $numcomms) $numcomms = number_format($numcomms);
echo "There's ".$numcomms." total comments on my blog";
?>
Wednesday, July 21, 2010
Thursday, July 15, 2010
A set of must have Cheat Sheets for Web Developers / Designers
HTML Cheat Sheets
HTML Character Entities Cheat Sheet
JAVA Scripts Cheat Sheets and JQuery
W3C – Cascading Style Sheets, Current Work
CSS Cheat Sheet
HTML Character Entities Cheat Sheet
SQL Cheat Sheet
Search Engine Optimization Cheat Sheets
Web Developer's SEO Cheat Sheet
Subscribe to:
Posts (Atom)
Popular Posts
-
Here is the working script for PHP Mailer in GoDaddy Hosting, include("includes/class.phpmailer.php"); date_default_timez...
-
define( 'WPCF7_AUTOP', false ); Add the above tag in wp-config.php file It will remove all the auto-generated p tags from 'C...
-
Dotnetnuke : the most widely adopted Web Content Management Platform for building web sites and web applications on Microsoft .NET. Organiza...
-
A transaction is a sequential group of database manipulation operations, which is performed as if it were one single work unit. In other...
-
Use the below code to create a calendar event in PHP and send it as email to Microsoft Outlook or iPhone Calendar. < ?php /** * @cate...
-
Akkarakkaazhchakal, the Malayalam language Indian sitcom that aired on Kairali TV from 2008 to 2010, is considered the first true Malayalam ...
-
Holograms have long been a staple of science fiction, but in recent years, they’ve become more of a reality than ever before. Thanks to adva...
-
http://ftp.ksv.com.ua/media19/games/ http://ftp.ksv.com.ua/media3/incoming/Games/ http://ftp.ksv.com.ua/media1/Games/ http://www.clangfa...
-
As for most of us know that Google treats the links that are published on Delicious.com higher on search results as compared to normal resu...
-
Not able to run Facebook Home on your device officially from the Play Store? Luckily you can grab the APK and install directly! On an o...