BPOVIA Website Design

Icon

Provides High-quality Web Design And Maintenance Service In The World

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

Category: website, WordPress

Tagged: ,

One Response

  1. Thanks for providing this code to count the blogroll links.