php タグクラウド

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php タグクラウド相关的知识,希望对你有一定的参考价值。

<ul class="tagcloud">
<?php
$terms = get_the_terms( $post->ID, 'category' );
if ($terms && ! is_wp_error($terms)): ?>
<?php foreach($terms as $term): ?>
<li class="<?php echo $term->slug; ?>"><a href="<?php echo get_term_link( $term->slug, 'category'); ?>" class="tag"><?php echo $term->name; ?></a></li>
<?php endforeach; ?>
<?php endif; ?>
</ul>

以上是关于php タグクラウド的主要内容,如果未能解决你的问题,请参考以下文章

php タグクラウドの表示数

php タグクラウドカスタマイズ

typescript iPhone Xの判定とbodyタグへのクラス追加·削除を行うIonic3,Angular2 +サービス

php 固定ページのみ自动的に付与されるpタグやBRタグを无效

php 【WordPress的】自动バックグラウンド更新の设定

php HTMLタグ制御:画像タグに胜手に画像のwidth heightが入るので削除