Beiträge von kentjeffree

    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

    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

    Hey Leute!
    Ich hab ein Problem, ich kann nicht mehr auf das Login zugreifen!
    Also wenn ich /wp-admin eingeben wird es weitergeleitet und dann kommt so ne komische T-Online Seite!
    Schaut es euch selbst an:
    http://www.dudes-and-chicks.com/wp-admin/

    Da steht dann auch nicht mehr dudes-and-chicks sondern udes-and-hicks.

    Ich glaube das liegt daran das ich heuta an den WordPress-Adresse (URL) gespielt habe.

    Oder wisst ihr woran das liegt?
    Das ganze Design ist jetzt auch kaputt und ich bin gerade verzweifelt oô

    Würde mich auf Antworten freuen :)