0
点赞
收藏
分享

微信扫一扫

wordpress 调用指定页面内容详解2 get_children()

左手梦圆 2022-08-22 阅读 70


$pages = get_children(array(
'numberposts' =>8,//显示条数
'post_parent' =>44388//父级ID
));
var_dump($pages);exit;

举报

相关推荐

0 条评论