• Be sure to notice this can insert a Tag cloud into any post or page by using the shortcode, and even insert a tag cloud into your theme by calling the function:
    <?php
    if ( function_exists( ‘nktagcloud_shortcode’ ) ) {
    echo nktagcloud_shortcode( null );
    }
    ?>

    (just put this code where you want the Tag Cloud to appear in your theme…)

  • The topic ‘Excellent’ is closed to new replies.