我有这段代码
$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}}
答案 0 :(得分:0)
只需将'posts_per_page'值放在变量中,如下面的代码:
$my_new_variable = 10;
然后进入post_per_page计数:
'posts_per_page' => $my_new_variable