wordpress中get_post_meta()的一些问题,求解
<?php $parent = get_post_meta($post->ID, “post_parent_id”, true);?>
<?php $arg = ‘post_per_page=-1&post_type=page&post_parent=’ . $parent; ?>
<?php query_posts($arg); ?>
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
为何输出结果最多为十个?哪儿可能出错吗? 求解
——解决方案-)本文来(源gaodai#ma#com搞@@代~&码*网2
搞代gaodaima码
——————-
你要多少个?
在config里改