Moin Marcus, soweit ist das schon mal super! Vielen Dank.
Eigentlich sind alle Probleme gelöst, bis auf das 'Stephan Tünger - 27. März 2012'
Folgenden Eintrag habe ich in der index.php von meinem theme gefunden. Kann ich das evtl. darüber wegbekommen???
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Read',TEMPLATE_DOMAIN); ?> <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<?php if ($freshy_options['author']) : ?><small class="author"><?php the_author(); ?></small><?php endif; ?>
<?php if ($freshy_options['date']) : ?>
<small class="date"><?php if ($freshy_options['author']) : ?>|<?php endif; ?> <?php the_time(get_option('date_format')) ?></small>
<?php endif; ?>
<?php if ($freshy_options['time']) : ?>
<small class="date"><?php if ($freshy_options['date']) : ?>|<?php endif; ?> <?php the_time() ?></small>
<?php endif; ?>
Lg, Stephan