Hallo!
eigentlich sagt der titel schon alles.
will Datum, Beitrag, Edit unterhalb des Artikels.
wenn ich folgenden code unterhalb des artikel contents (single.php) kopiere wird nichts angezeigt..
PHP
<?php if (!is_page()): ?><?php ob_start(); ?><?php the_time(__('F jS, Y', 'kubrick')) ?>
<?php $icons[] = ob_get_clean(); ?><?php endif; ?><?php if (!is_page()): ?><?php ob_start(); ?><?php _e('Author', 'kubrick'); ?>: <a href="#" title="<?php _e('Author', 'kubrick'); ?>"><?php the_author() ?></a>
<?php $icons[] = ob_get_clean(); ?><?php endif; ?>
bitte um schnelle hilfe!
Gruß