Wow - Wordpress Artikel - Sortierung umgedreht !! (Content anders herum)
[size=18]<<< WOW >>>[/SIZE]
[size=12]alles klar !!! [/SIZE]
[size=12]ich danke ganz fett !!![/SIZE]
[size=12]dachte mir doch das dass easy ist ... nur erst mal wissen wie ;)[/SIZE]
[size=12]also für alle, die das auch machen wollen .... :[/SIZE]
PHP
[size=8]<?php get_header(); ?>[/SIZE]
[size=8]<div id="content">[/SIZE]
[size=8][COLOR=sandybrown]<?php if (have_posts()) : ?>[/COLOR][/SIZE]
[size=8][COLOR=magenta]<?php query_posts($query_string . "&orderby=date&order=asc") ?>[/COLOR][/SIZE]
[size=8][COLOR=green]<?php while (have_posts()) : the_post(); ?>[/COLOR][/SIZE]
[size=8]<div class="post" id="post-<?php the_ID(); ?>">[/SIZE]
[size=8]<h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); [/SIZE]
[size=8]?>"><?php the_title(); ?></a></h2>[/SIZE]
[size=8]<div class="entry">[/SIZE]
[size=8]<?php the_content('Read the rest of this entry »'); ?>[/SIZE]
[size=8]</div>[/SIZE]
[size=8]<p class="meta">Posted on <?php the_time('F jS, Y') ?> by <?php the_author() ?> | <?php edit_post_link('Edit', [/SIZE]
[size=8]'', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>[/SIZE]
[size=8]</div>[/SIZE]
[size=8]<?php endwhile; ?>[/SIZE]
[size=8]<div class="navigation">[/SIZE]
[size=8]<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>[/SIZE]
[size=8]<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>[/SIZE]
[size=8]</div>[/SIZE]
[size=8]<?php else : ?>[/SIZE]
[size=8]<h2 class="center">Not Found</h2>[/SIZE]
[size=8]<p class="center">Sorry, but you are looking for something that isn't here.</p>[/SIZE]
[size=8]<?php include (TEMPLATEPATH . "/searchform.php"); ?>[/SIZE]
[size=8]<?php endif; ?>[/SIZE]
[size=8]</div>[/SIZE]
[size=8]<?php get_sidebar(); ?>[/SIZE]
[size=8]<?php get_footer(); ?>[/SIZE]
Alles anzeigen
[size=12]1A !!! [/SIZE]
[size=12]soo nur noch die frage wie kann ich das auf allen seiten bzw auf bestimmten seiten machen ??? genau so ?? etwas anders ?? oder wie ???[/SIZE]
[size=12]also noch mal fetten dank - so muss sein ;)[/SIZE]