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

阅读 72

2022-08-22


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

相关推荐

精彩评论(0)

0 0 举报