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).
  1. //swap out the category (33) for your own category
  2. $links = wp_list_bookmarks('title_li=&categorize=0&sort_column=menu_order&show_name=1&echo=0&category=33&orderby=rand&limit=1');
  3.  
  4. //create array from string returned by wp_list_bookmarks
  5. $bookmarks = explode('</li>', $links);
  6.  
  7. //print without a link, if you want you could remove strip_tags() to bring the href back.
  8. print '<p>' . strip_tags( $bookmarks[0] ) . '</p>';

以上是关于WordPress链接管理器-显示类别中的随机链接的主要内容,如果未能解决你的问题,请参考以下文章

更新 WordPress 中的永久链接

Wordpress 如何将帖子链接到其数据库中的类别?

PHP Wordpress:显示没有链接的类别名称

如何将“项目”永久链接更改为 Wordpress 中帖子的类别

WKWebView 中的链接随机不可点击

Wordpress 类别固定链接