网兔的个人世界
数字资产
投资业务
菜单
wordpress 在文章内容页获取相关文章,本文章所在分类的其它文章的方法
能力学院
Data:01/03 09:55
你在这里:
首页
能力学院
wordpress 在文章内容页获取相关文章,本文章所在分类的其它文章的方法
2018
01/03
09:55
2018-01-03
<?php
if
( is_single() ) :
global
$post
;
$categories
= get_the_category();
foreach
(
$categories
as
$category
) :
?>
<?php
$posts
= get_posts(
‘numberposts=5&category=’
.
$category
->term_id.
‘&exclude=’
.get_the_ID());
foreach
(
$posts
as
$post
) :
?>
<li>
<a href=
“<?php the_permalink(); ?>”
><?php the_title(); ?></a>
</li>
<?php
endforeach
; ?>
<?php
endforeach
;
endif
; ?>
About domainsworks
最新文章
IPO上市究竟要多久?2024年上市时长分析
2025-05-25
养老行业的10种商业模式
2024-07-21
居家、社区、机构,三大养老产业模式各有何优缺点,又该如何寻找切入...
2024-07-21
居家养老、社区养老、机构养老,这样选
2024-07-21
养老模式全解:居家,社区,机构三种养老模式
2024-07-21
Media Contacts
Larry Luo
Aladin Group
QQ:249021617
eafanti@qq.com
在线阅读