ok, vielen dank schonmal soweit.
Komischerweise existiert in der single.php bzw. der index.php meines Themes schon folgender Eintrag:
PHP
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<?php if (($traction->sliderState() != '' ) && (is_sticky())) continue; ?>
<div id="post-<?php the_ID(); ?>" <?php post_class( 'clear' ); ?>>
<div class="date">
<div class="day"><?php the_time(__( 'j' )); ?></div>
<div class="month"><?php the_time(__ ( 'M', 'traction' )); ?></div>
</div>
Trotzdem wird nichts angezeigt...
Was ist da los? :)