如何获取posts_per_page的值到变量

时间:2017-09-01 08:39:50

标签: wordpress loops variables

我有这段代码

$my_new_variable

我希望将第7个数字转换为for($i=0; $i< $my_new_variable; $i++ ){ $html = $records['image'][$i]; ?> <div class="content"> <a rel="prettyPhoto[11]" href="<?php echo $html; ?>" ><img src="<?php echo $html; ?>"/></a> </div> <?php } for循环。喜欢这个

{{1}}

1 个答案:

答案 0 :(得分:0)

只需将'posts_per_page'值放在变量中,如下面的代码:

 $my_new_variable = 10;

然后进入post_per_page计数:

'posts_per_page' => $my_new_variable