WordPress count your blogroll links
If you want to display total number of blogroll links you have? Then following code will be used to display the number of blogroll links.
<?php
$numlinks = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->links WHERE link_visible = 'Y'");
if (0 < $numlinks) $numlinks = number_format($numlinks);
echo $numlinks;
?>
Credits
Jeff Star
January 4th, 2011
Filed under: Misc
Related Posts
-
For those of you who are novices in online marketing, no doubt you are mystified by this SEO talk you hear going around all the time. What does SEO mean. ...
-
Loads of people want to know how to develop a discount code website to earn a bit of an affiliate income. Well, it can be an easy way to a ...
-
Article marketing and affiliate advertising are becoming increasingly well-known and now many people are very convinced about the effectiveness of those relatively new marketing methods. The opportunity in affiliate advertising ...