Authors Link

Hello,

I am using Pinbin and it is perfect. Only issue is that the author is listed but their name is not linking to show their previous post.

I tried three other themes, just to see what the problem could be and all three themes had authors name and I was able to click on authors name and see all their previous post.

Is there a way with Pinbin to make the authors name linkable to show all their previous posts?

Thank you!

Inside single.php file replace

<?php the_author(); ?>

with

<?php the_author_posts_link(); ?>

That way your author name will become clickable in single post view and you will be able to open author pages to see what they have posted.

Great!

That works perfectly.

Thank You!