コード例 #1
0
ファイル: wptagcloud.php プロジェクト: 64kbytes/stayinba
 function wptagcloud_sidebar_module($args)
 {
     extract($args);
     echo $before_module . $before_title . $title . $after_title;
     if (function_exists('UTW_ShowWeightedTagSetAlphabetical')) {
         echo 'test1234';
         UTW_ShowWeightedTagSetAlphabetical("coloredsizedtagcloud");
     } else {
         if (function_exists('wp_tag_cloud')) {
             wp_tag_cloud('format=list');
         }
     }
     echo $after_module;
 }
コード例 #2
0
        ?>
	
				
				
					<?php 
        if (function_exists('UTW_ShowWeightedTagSetAlphabetical')) {
            ?>
					

					<p>The following is a list of the tags used at <?php 
            bloginfo('name');
            ?>
, colored and 'weighed' in relation to their relative usage.</p>
				
					<?php 
            UTW_ShowWeightedTagSetAlphabetical("coloredsizedtagcloud");
        }
        ?>
	
				</div>
	
			</div>
	
		<?php 
    }
}
?>
	
	</div>

	<hr />