晚上好!
作为一个完整的 PHP-n00b 我在这里问希望一些聪明的大脑可以帮助我。情况是这样的:
<?php if(wpsc_product_count() == 3 ) :?>
<div class="productseparator"></div>
<?php endif ; ?>
现在,我想要的是以下内容:如果wpsc_product_count匹配 3、6、9、12、15、18、21、24、27 或 30 - 我希望它什么也不打印。每个其他值都应该打印.productseparator DIV。
提前一百万谢谢!