Dec 21, 2010
Count your blogroll links
Function code here!
<?php
$numlinks = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->links WHERE link_visible = 'Y'");
if (0 < $numlinks) $numlinks = number_format($numlinks);
echo $numlinks;
?>
You may find it useful in some case!
BPOVIA All Rights Reserved
Maintained by BPOVIA Web Design Team
Maintained by BPOVIA Web Design Team





Thanks for providing this code to count the blogroll links.