WordPress链接管理器-显示类别中的随机链接
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WordPress链接管理器-显示类别中的随机链接相关的知识,希望对你有一定的参考价值。
Sometimes you just want a random link to display and outside of the default format, this works perfectly and removes all default html (list items / headings).
//swap out the category (33) for your own category $links = wp_list_bookmarks('title_li=&categorize=0&sort_column=menu_order&show_name=1&echo=0&category=33&orderby=rand&limit=1'); //create array from string returned by wp_list_bookmarks //print without a link, if you want you could remove strip_tags() to bring the href back.
以上是关于WordPress链接管理器-显示类别中的随机链接的主要内容,如果未能解决你的问题,请参考以下文章