Danke schonmal vorab....hier ist die index.php
Bitte Code nur mit den entsprechenden Code-Buttons auszeichnen, nicht als Zitat. Und du hast keine category.php oder archive.php im Theme?
PHP
// if we have posts
if (have_posts()) {
[COLOR="#ff0000"]?>
<ul>
<?php
// pre-loop
while (have_posts()) {
the_post();
?>
<li><a href="<?php the_permalink() ?>"><?php the_title() ?></a></li>
<?php
} // end of pre-loop
?>
</ul>
<?php[/COLOR]
// main loop
[COLOR="Red"]rewind_posts();[/COLOR]
while (have_posts()) {
the_post();
?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="postinfo">
<?php // mandigo_date_stamp(get_the_time('Y|M|m|d')); ?>
Alles anzeigen