Site logo

Archived topic

Creating a custom byline

16 replies · Started by Craig on December 26, 2017

Viewing posts 16–17 of 17

Yes it works! Thanks, now is there a way to display it before the post date as the first meta element?

Try replacing:

add_action( 'generate_after_entry_title', 'tu_custom_byline' );

With:

add_action( 'generate_after_entry_title', 'tu_custom_byline', 2 );

This archived topic is closed to new replies.