Custom Author Pages + Bug reporting

Home Forums WordPress Theme Support BresponZive Mag Custom Author Pages + Bug reporting

Tagged: 

This topic contains 10 replies, has 2 voices, and was last updated by  Jamiethecomic 9 years, 7 months ago.

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #3723

    Hi there!

    I was wondering if there was a way to customise the author page? http://www.example.com/author/xxxxxx

    What I was hoping to do is to add an image for each author.
    Author 1 – Image 1
    Author 2 – Image 2
    Author 3 – Image 3
    regular users – none
    etc

    As well as add social media links. So can it be done?

    Also the page has an error. Where the name of the author isn’t displayed. “Articles Posted by the Author: ” Should there be the name of the author?
    Heres the page on my website: http://www.caiminds.com/author/copper/

    #3746

    Raja CRN
    Keymaster

    Yes, it is. We’ll fix this in next version.

    Please edit the archive.php file and find the elseif(is_author()): add add following line after this code

    $curauth = (isset($_GET['author_name'])) ? get_user_by('slug', $author_name) : get_userdata(intval($author));

    The end Result will be

    
    <?php elseif(is_author()):  
    
    $curauth = (isset($_GET['author_name'])) ? get_user_by('slug', $author_name) : get_userdata(intval($author));
    
    ?>
    #3749

    Thank you.

    Now what about the custom author pages where I have different images and social media links for each author?

    #3750

    Also I tried it and it doesn’t work. It’s either the “Posts by: xxxx” or seeing the list.

    #3751

    Raja CRN
    Keymaster

    Hello,

    I think you are asking about this page http://demo.themepacific.com/madura-pro/author/raja3c/. Isn’t it?

    #3752

    No BresponZive Mag Pro

    http://www.caiminds.com

    #3753

    Oh sorry I just noticed. Yer something like that. Here is the site Im trying to emulate for this example http://normalboots.com/author/jontronshow

    Notice the banner image and social media links

    #3754

    Raja CRN
    Keymaster

    Yes, We can achieve that, but you have to do a some customization. By default, the WordPress uses author gravatar images. The site, you mentioned has created separate media attachments to show the banners.
    Other social links can achieved by creating custom fields in profile page. Then you have to use the social profile followers counter script. So, it needs a lot of work and we can’t give you the full customization code here, because We’ve to code that for you.

    Thank you.

    #3755

    Understanderstood. So what do I need to do to make this happen?

    #3756

    Raja CRN
    Keymaster

    Please hire some WordPress customizers or we can do that for you.

    And, You can also create that, if you have some knowledge about WP. Please search in the Google about how to create the author contacts like this.

    Thanks

    #3759

    Does the theme need to be customised or the wordpress install?

    Also how much for you to do this for me?

Viewing 11 posts - 1 through 11 (of 11 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .