Custom Author Pages + Bug reporting

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

Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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 10 posts - 1 through 10 (of 10 total)

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