Shape 5

Wordpress Club Themes => Charlestown - Club => : cfcqatar January 11, 2018, 11:53:03 PM



: Link to author posts link
: cfcqatar January 11, 2018, 11:53:03 PM
How can I  make the author clickable that will lead to the authors posts link?


: Re: Link to author posts link
: cfcqatar January 12, 2018, 02:25:27 AM
What I did....

I have changed

//$return = str_replace('%Author%',get_the_author_link(),$author_block);       
$return = str_replace('%Author%',get_the_author_posts_link(),$author_block);

at the vertex\includes\classes\loop.class.php at line 100 and it did what I want to.

thanks


: Re: Link to author posts link
: Tristan Rineer January 12, 2018, 11:53:26 AM
Thanks for posting the solution that you came up with!  Hopefully if anyone else has the same needs, they'll find your post.