-
AuthorPosts
-
April 11, 2015 at 11:50 am #247059
You’re welcome.
April 11, 2015 at 3:33 pm #247120However, I am facing another problem with the authors’ archives. I have inserted two authors’ shortcodes to the page http://tilinga.com/blog/author/ (Our authors section):
[author author_id=”1″]
[author author_id=”2″]The description, name, gravatar work fine, but the link to all articles is the same for different authors. What could be the problem?
Thank you!
April 11, 2015 at 10:40 pm #247281Hi there,
From the code given at #246136, change this line of code :
$author_posts = get_author_posts_url( get_the_author_meta( 'ID' ) );
to this :
$author_posts = get_author_posts_url( $author_id );
That should do it 🙂
Cheers!
April 12, 2015 at 7:30 am #247575It works, thanks a million!
April 12, 2015 at 7:56 am #247585You’re welcome.
May 20, 2015 at 7:27 am #277714Hi,
I have updated to new child themes so I lost the changes I have done. Could you please guide us to get the author box? I activated child renew.
May 20, 2015 at 8:06 am #277736Hi,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
May 20, 2015 at 8:11 am #277740Hi,
There is no code in my fucntions.php file. What is the code that I need to add to get author bio below the post?
May 20, 2015 at 8:31 am #277763Hi there,
The provided solution at the beginning of this thread should work for you, if it doesn’t please provide us with URL and FTP credentials.
Thanks.
September 5, 2015 at 5:16 am #379516Simply add this code at the bottom of the post:
[author title=”About the Author”]
September 5, 2015 at 5:50 am #379531Thanks for sharing @erikpemakunsang 🙂
-
AuthorPosts