会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kuanyu
首页
联系
订阅
管理
2022年10月13日
wordpress通过当前文章的TAG调取相关文章
摘要: wordpress在网站文章页面的下面或是侧边栏,使用本文的TAG调取相关文章,使用下面几行代码即可: <?php $post_tags = wp_get_post_tags($post->ID); if ($post_tags) { foreach ($post_tags as $tag) { /
阅读全文
posted @ 2022-10-13 08:52 宽豫轩
阅读(30)
评论(0)
推荐(0)
公告