David Sheardown
<!-- Tag Cloud code: start --> <?php // Grab category info from the database table wp_categories $qrystr = "SELECT cat_ID, cat_name from $wpdb->categories"; $cats = $wpdb->get_results($qrystr); // Default output type: object // Initialize each category po
howto php tagcloud wordpress
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.