Starten Sie hier unverbindlich und kostenlos Ihre Anfrage
<div class=“articleTmOnOff“> <?php query_posts(’showposts=30&orderby=postdate‘);?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <a href=“<?php the_permalink() ?>“ title=“<?php the_title(); ?>“><?php the_title() ?></a> <?php endwhile; endif; ?> <?php wp_reset_query(); ?> </div>