Hey Leute,
ich versuche schon die ganze Zeit hier eine Weiterblättern Funktion einzufügen.
PHP
<div class="post"> <!-- POST -->
<div class="artikelbox"><?php $box = links; ?><?php query_posts('showposts=5'); ?><?php if (have_posts()) : while (have_posts()) : the_post(); ?><?php if ($box == links) ?><article class="post box<?php echo $box;?>" id="post-<?php the_ID(); ?>"><h1 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1><?php the_content(''); ?></article><?php if (($box==rechts) ? $box=rechts : $box=rechts); endwhile; ?><?php else: ?>Sorry, diese Seite existiert nicht.<?php endif; ?></div>
</div> <!-- POST -->
Ich bin gerade ziemlich am verzweifeln. Meine Versuche gingen alle daneben, es hat zwar weitergeblättert aber es wurden immer die gleichen Einträge angezeigt.
Ich hoffe ihr könnt ihr mir weiter helfen!
Lg. Jeffrey