自定义分类术语下拉模板标记
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自定义分类术语下拉模板标记相关的知识,希望对你有一定的参考价值。
An example of how to call the dropdown taxonomy term function in the template.
<select name="taxonomy-dropdown" onchange="document.location.href=this.options[this.selectedIndex].value;"> <option value="javascript:void(0)">Select</option> <?php dropdown_taxonomy_term('enter-taxonomy-name-here', 'orderby=name&order=asc&hide_empty=1&number=0'); ?> </select>
以上是关于自定义分类术语下拉模板标记的主要内容,如果未能解决你的问题,请参考以下文章