标签: wordpress wordpress-theming
我有一个自定义分类,需要为每个术语应用不同的颜色。我想我可以抓住分类标本并把它放在课堂上。不幸的是,我每次尝试都被打败了。我已经尝试了一些事情,但条款无济于事。
我想要的样本
<div class="<?php echo $myCustomClass; ?>">the custom taxonomy</div>
答案 0 :(得分:0)