gpt4 book ai didi

wordpress - the_taxonomies 'template' 参数

转载 作者:行者123 更新时间:2023-12-01 11:03:41 30 4
gpt4 key购买 nike

我查看了 this发布并看到 WP 3.1 允许您将参数"template"添加到您的 'the_taxonomies()' 函数中 - 此参数在 codex 中不存在.

默认如下:

 the_taxonomies(array('template' => '%s: %l')); 

输出为“分类名称:分类标签”。如果我将其更改为:

 the_taxonomies(array('template' => '%s %l')); 

,它会删除冒号,但如果我删除 %s,它只会返回分类名称。

我基本上在寻找的是打印出似乎是 %l 或分类标签的内容。

对此有什么想法吗?提前致谢!

最佳答案

就这样做吧:

<?php the_taxonomies(array('template' => '% %l')); ?>

它将删除分类名称,并且只会给您带有链接的术语。

关于wordpress - the_taxonomies 'template' 参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8245526/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com