Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #247059

    Thai
    Moderator

    You’re welcome.

    #247120

    Julia T
    Participant

    However, 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!

    #247281

    Rad
    Moderator

    Hi 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!

    #247575

    Julia T
    Participant

    It works, thanks a million!

    #247585

    Christopher
    Moderator

    You’re welcome.

    #277714

    anilanvesh
    Participant

    Hi,

    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.

    #277736

    Paul R
    Moderator

    Hi,

    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 credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #277740

    anilanvesh
    Participant

    Hi,

    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?

    #277763

    Christopher
    Moderator

    Hi 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.

    #379516

    ErikPemaKunsang
    Participant

    Simply add this code at the bottom of the post:

    [author title=”About the Author”]

    #379531

    Thai
    Moderator

    Thanks for sharing @erikpemakunsang 🙂