Miscellany
öffentlich text v1 · unveränderlichwhile($counter < $postCount):
if(!empty($array)):
?>
<tr>
<td>
<a href="#">{post title}</a>
</td>
</tr>
<?php
else:
?>
<tr>
<td>
{post title}
</td>
</tr>
<?php
endif;
$counter++;
endwhile;