[FONT=Century Gothic]Hallo Zusammen,
Ich bin noch ein Neuling auf WP, komm aber schon ganz gut klar damit. Jedoch habe ich eine Frage. Kann mir jemand sagen, was ich ändern muss, damit auf der Startseite nur "Posts" angezeigt werden von diesem Monat? Anstatt alle Posts? Das gibt sonst eine elends "lange" page....
Was muss ich ändern:
<?php get_header(); ?>
<div id="content">
<?php if( have_posts() ) { while( have_posts() ) { the_post_data(); } the_nav_link(); } else { ?>
<div class="post">
<h2 class="posttitle">Sorry, no posts matched your criteria</h2>
</div>
<?php } ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>[/FONT]
[FONT=Century Gothic][/FONT]
[FONT=Century Gothic]Vielen Dank für die Info[/FONT]
[FONT=Century Gothic]Sandy[/FONT]