leider habe ich keinen erfolg mit dem tag-einfügen unter jeden beitrag
<?php the_tags(); ?>
hat nichts gebracht (in die jeweilige schleife) - woran kann das liegen? kann jemand helfen??
zb sollte es doch klappen, wenn man es hier einsetzt:
Geschrieben von <?php the_author(); ?> in <?php the_category(' , '); ?><?php edit_post_link(' (edit this)'); ?><br/><?php comments_popup_link('Kein Kommentar', '1 Kommentar', '[%] Kommentare'); ?> <?php the_tags(); ?> </div>
oder??:confused: