Einzelnen Beitrag anzeigen
Alt 02.02.2008, 14:50   #6 (permalink)
Monika
WPD-Team
 
Benutzerbild von Monika
 
Registriert seit: 04.06.2005
Ort: INET
Beiträge: 7.048
Zitat:
Zitat von ALiEn Beitrag anzeigen
ah danke! Mit nur $more auf 0 gesetzt funktioniert es auch schon
PHP-Code:
    <?php if (have_posts()) : ?>
    
        <?php while (have_posts()) : the_post(); ?>
        <?php $more 0?>    
            <?php the_content(''); ?>
        <?php endwhile; ?>
        
        .....
        
        <?php while (have_posts()) : the_post(); ?>
               <?php the_content(''TRUE); ?>    
        <?php endwhile; ?>        
 
     <?php endif; ?>

sind ja zwei Loops

schön freut mich

lg
Monika ist offline   Mit Zitat antworten