Need a WordPress website this weekend? Start here...

DIY WordPress: Hyperlinking Author’s Byline In WordPress Journalist Theme

(Reading time: 1 – 2 minutes)

Check this out:

Hyperlink to author's archive

Hyperlink to author's archive

Can you see it? The author’s byline is now hyperlinked to pages listing all of the author’s posts.

This is fantastically easy to do. Just change this code:

1
the_author();

to

1
the_author_posts_link();

That’s all there is to it!

Here’s a screenshot to help you out:

Use the_author_posts_link() for hyperlinking byline

Use the_author_posts_link() for hyperlinking byline