Quote:
Originally Posted by Neut
And it is back, author name is showing in the single posts.
I do not understand why (did not change anything to the theme itself today). I did install the WordpressJetpack plugin, that’s the only difference (I rather not do want to disable it now, to see if the author name then disappears). 
|
Works on my single.php, too.
Haven't testet it without Jetpack. Jetpack was one of the first plugins I installed.
I splitted and enhanced post-footer and put this part between title and content:
Code:
<div class="post-footer">
<?php the_time( 'd. F Y' ); ?> | <a href="<?php the_author_meta( 'user_url' ); ?>" alt="Seite von <?php the_author_meta( 'display_name' ); ?>"><?php the_author_meta( 'display_name' ); ?></a> | <p class="post-categories"><?php the_category( ' · ' ); ?></p>
</div>
The div-class should now be called poster-header instead of post-footer. However it's not much a problem for me.