Da fehlt ein '&'. Aber sorry, das hab ich weiter oben vergessen.
PHP
<?php
get_header();
?>
<div id="content">
<?php include(TEMPLATEPATH."/werbungbreit.php");?>
<div class="entry">
<!-- loop -->
<?php query_posts($query_string . "&posts_per_page=-1") ; ?>
<?php if (have_posts()) : ?>
<?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
<?php /* If this is a category archive */ if (is_category()) { ?>
Alles anzeigen