我有一个问题:
<?php
$feature_big = array(
\'posts_per_page\' => \'1\',
\'meta_key\' => $count_today,
\'orderby\' => \'meta_value_num\'
);
$wp_feature_big = new WP_Query( $feature_big );
?>
<?php if( $wp_feature_big->have_posts() ) : while( $wp_feature_big->have_posts() ) : $wp_feature_big->the_post(); ?>
/----------------------------here------------------/
<?php endwhile; endif?>
现在,我想要更改值(posts\\u per\\u page,meta\\u key,…)在“这里”。有可能吗?如何做到这一点?非常感谢。对不起,我的英语:)