久青草国产观看在线视频,在线观看欧美日女,777毛片,亚洲国产精品99久久久久久久

WordPress相關(guān)文章的優(yōu)化機(jī)智和自定義設(shè)置

2018-09-24 wordpress經(jīng)驗(yàn)
  • 文章介紹
  • 快速入門(mén)
  • 評(píng)價(jià)&建議

之前大叔介紹過(guò) WordPress相關(guān)文章實(shí)現(xiàn)的方法,例:《代碼實(shí)現(xiàn)WordPress相關(guān)文章》,那么今天說(shuō)的這個(gè)教程,是從優(yōu)化角度來(lái)更合理的實(shí)現(xiàn)WordPress相關(guān)文章的,至于客觀喜歡哪個(gè),自己決定吧!

策略:文章內(nèi)容相關(guān)程度: 手動(dòng)指定 > 標(biāo)簽 >分類 > 隨機(jī)

WordPress相關(guān)文章的優(yōu)化機(jī)智和自定義設(shè)置

實(shí)現(xiàn)方式:下面代碼直接加到functions.php中即可

  1. function?add_related_posts($content){
  2. return?$content?.?wp_related_posts();
  3. }
  4. function?wp_related_posts(){
  5. global?$post;
  6. ????$num?=?5;
  7. $counter?=?1;
  8. ????$exclude_id?=?get_post_meta($post->ID,’related’,true);
  9. if?($exclude_id){
  10. ????????$args?=?array(
  11. ????????????‘post_type’?=>?array(‘post’),
  12. explode(‘,’,?$exclude_id),

  13. ????????????‘posts_per_page’?=>?$num
  14. ????????$posts?=?get_posts($args);
  15. foreach($posts?as?$sb){
  16. ????????????$output?.=?‘<li><a?href=“‘?.?get_permalink($sb->ID)?.?‘”>’?.?$sb->post_title?.?‘</a></li>’;
  17. $i++;
  18. ????????}
  19. ????if(?$i?<?$num){
  20. $tagsid?=?array();
  21. ????????$catid?=?array();
  22. $thisid[]?=?$post->ID;
  23. ????????$posttags?=?get_the_tags();
  24. $catids?=?get_the_category();
  25. ????????if(!emptyempty($posttags))?{
  26. foreach($posttags?as?$tag)?{
  27. ????????????????$tagsid[]?=?$tag->term_id;
  28. ????????}
  29. if(!emptyempty($catids))?{
  30. ????????????foreach($catids?as?$cat)?{
  31. $catid[]?=?$cat->term_id;
  32. ????????????}
  33. ????????$args?=?array(
  34. ????????????‘post__not_in’?=>?$thisid,
  35. ????????????‘posts_per_page’?=>?($num?–?$i),
  36. array(

  37. ????????????????‘relation’?=>?‘OR’,
  38. array(
  39. ????????????????????‘taxonomy’?=>?‘post_tag’,
  40. ????????????????????‘terms’????=>?$tagsid,
  41. ????????????????array(
  42. ????????????????????‘field’????=>?‘term_id’,
  43. $catid,

  44. ????????????????),
  45. ????????);
  46. $rsp?=?get_posts($args?);
  47. ????????foreach($rsp?as?$sb){
  48. $output?.=?‘<li><a?href=“‘?.?get_permalink($sb->ID)?.?‘”>’?.?$sb->post_title?.?‘</a></li>’;
  49. ????????????$i++;
  50. ????}
  51. $final?=?‘<h3>相關(guān)文章</h3><ul>’?.?$output?.?‘</ul>’;
  52. ????return?$final;
  53. WordPress相關(guān)文章的優(yōu)化機(jī)智和自定義設(shè)置

    如想自定位置,并調(diào)整樣式,則去掉the_content的鉤子,然后手動(dòng)調(diào)用wp_related_posts函數(shù)

    騷年,創(chuàng)作吧。。。。

0 0

企業(yè)建站推薦正版商業(yè)主題,國(guó)內(nèi)專業(yè)團(tuán)隊(duì)開(kāi)發(fā),完善售后,是您不二選擇。

正版主題商店

主題貓WP建站,累計(jì)幫助1300+客戶成功建站,為站長(zhǎng)提供支持!

立刻開(kāi)啟你的建站之旅
QQ在線客服

服務(wù)熱線

wordpress建站咨詢