Möchte auf einer Seite alle Post nur mit dem Datum anzeigen.
Ich habe:
<div id="leftside">
<div class="post">
<small><?php the_time('j F Y - G:i') ?></small> - <a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a>
</div>
</div>
Leider wird nur ein Post gezeigt. Vielleicht kann mir jmd. helfen.