![]() |
wp tag cloud 用法
<?php if ( function_exists('wp_tag_cloud') ) : ?>
<li> <h2>Popular Tags</h2> <ul> <?php wp_tag_cloud('smallest=8&largest=22'); ?> </ul> </li> <?php endif; ?> 字体不一样大,如要一样大,则: <?php if ( function_exists('wp_tag_cloud') ) : ?> <li> <h2>Popular Tags</h2> <ul> <?php wp_tag_cloud('smallest=8&largest=8'); ?> </ul> </li> <?php endif; ?> 更多http://codex.wordpress.org/Template_Tags/wp_tag_cloud http://codex.wordpress.org/Template_Tags |
修改include文件中的widgets.php中的
Code:
function wp_widget_tag_cloud($args) {Code:
function wp_widget_tag_cloud($args) { |
| All times are GMT +8. The time now is 10:38 PM. |
Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.