非插件实现自动调用相关文章

发布时间:2020-05-06

在文章后面列出相关文章,可以方便读者浏览更多相关的内容,通过下面的代码即可实现自动显示相关文章(按分类)。

首先,将下面的代码粘贴到你的主题functions.php文件中:

  1. // “More from This Category” list by Barış Ünver @ Wptuts+  
  2. function wptuts_more_from_cat( $title = “More From This Category:” ) {  
  3.     global $post;  
  4.     // We should get the first category of the post  
  5.     $categories = get_the_category( $post->ID );  
  6.     $first_cat = $categories[0]->cat_ID;  
  7.     // Let’s start the $output by displaying the title and opening the <ul>  
  8.     $output = ‘<div id=“more-from-cat”><h3>’ . $title . ‘</h3>’;  
  9.     // The arguments of the post list!  
  10.     $args = array(  
  11.         // It should be in the first category of our post:  
  12.         ‘category__in’ => array$first_cat ),  
  13.         // Our post should NOT be in the list:  
  14.         ‘post__not_in’ => array$post->ID ),  
  15.         // …And it should fetch 5 posts – you can change this number if you like:  
  16.         ‘posts_per_page’ => 5  
  17.     );  
  18.     // The get_posts() function  
  19.     $posts = get_posts( $args );  
  20.     if$posts ) {  
  21.         $output .= ‘<ul>’;  
  22.         // Let’s start the loop!  
  23.         foreach$posts as $post ) {  
  24.             setup_postdata( $post );  
  25.             $post_title = get_the_title();  
  26.             $permalink = get_permalink();  
  27.             $output .= ‘<li><a href=“‘ . $permalink . ‘” title=“‘ . esc_attr( $post_title ) . ‘”>’ . $post_title . ‘</a></li>’;  
  28.         }  
  29.         $output .= ‘</ul>’;  
  30.     } else {  
  31.         // If there are no posts, we should return something, too!  
  32.         $output .= ‘<p>Sorry, this category has just one post and you just read it!</p>’;  
  33.     }  
  34.     // Let’s close the <div> and return the $output:  
  35.     $output .= ‘</div>’;  
  36.     return $output;  
  37. }  

之后,打开single.php文件,在适当位置添加调用函数:

  1. <?php echo wptuts_more_from_cat( ‘More From This Category:’ ); ?>  

原文:http://www.wprecipes.com/how-to-automatically-insert-a-list-of-related-articles-below-the-post

大熊wordpress凭借多年的wordpress企业主题制作经验,坚持以“为用户而生的wordpress主题”为宗旨,累计为2000多家客户提供品质wordpress建站服务,得到了客户的一致好评。我们一直用心对待每一个客户,我们坚信:“善待客户,将会成为终身客户”。大熊wordpress能坚持多年,是因为我们一直诚信。我们明码标价(wordpress做网站需要多少钱),从不忽悠任何客户,我们的报价宗旨:“拒绝暴利,只保留合理的利润”。如果您有网站建设、网站改版、网站维护等方面的需求,请立即咨询右侧在线客服或拨打咨询热线:18324743309,我们会详细为你一一解答你心中的疑难。

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

相关文章

写给所有做网站的朋友的一封信

写给所有做网站的朋友的一封信

现在就开始执行“1+N”互联网推广和没有开始执行的人,一两天看不出任何区别; 一两个月看来差异也是微乎其微的;但在2-5年的长远时间来看的时候,你的高质量询盘不断增加,你的互联网资产已经建立完成,对手已经很难匹敌,现在你看到这段文字的时候就是最好的开始,现在就是最好的时候,马上开始“1+N”体系的整体互联网推广吧,我们和你一起,开创互联网大未来!

点击查看详情

准备开启WordPress网站建设推广?

我们相信高端漂亮的网站不应该是昂贵的,这就是wordpress对每个人都是免费的原因
wordpress建站免费入门,并提供价格合理的wordpress建站套餐。