In the comments section, a user asked:
It is for an art collection. There are 400+ artists (authors/users) with various posts associated with them. I am showing the featured image but the post title under it and a link to view more. I want to add the artist name next to the post title but still all link to that single post/piece of art.
[post-title] by [author-first-name] [author-last-name] all linked to the singular post.
In this article I share the code to add "by" and Author's Display Name at the end of post titles on category archives in Genesis. Additionally we shall remove the author link from the post info in entry header on category pages.
Before:
After:
Add the following in child theme's functions.php:
To view the full content, please sign up for the membership.
Already a member? Log in below or here.
Thanks for that Sri.
Does this method HTML5 semantic markup like your other post does? In the other post to remove the hyperlink it references xhmtl and schema code. Just want to make sure I am update proof by using the method you outlined above.
Again, thanks for putting this solution together.