Authors box sidebar widget

Posted in: Newsmag
Post count: 2

Hi there,
For the Authors box in the sidebar (widget), I can only see the author’s photo, # of posts, # of comments and website address. Is there any way I could have the following in instead:

1) Author’s photo
2) Short text (not the bio – perhaps a professional title or just one sentence)
3) Socials

For the sidebar widget can I remove the # of posts and # of comments?

Thank you for your help!

Best,
Ronna

Post count: 6535

Hi

1. WordPress doesn’t have an option to add a profile picture, you will need a plugin like https://wordpress.org/plugins/wp-user-avatar/ or to use gravatar: https://codex.wordpress.org/How_to_Use_Gravatars_in_WordPress

2.3. To add a text in author box and add authors social networks replace the initial code from td_block_authors.php with this one: http://pastebin.com/GAxdwVKdhttp://screencast.com/t/jUp27afShAW5
Also you will need this css in theme panel custom css:

.author-description {
color: red!important;
font-size: 13px!important;
padding: 0!important;
}

You can change the font-size and the color as you like. The result should be like here: http://screencast.com/t/xjD5jNWuvpn3

If you want a different implementation my advice is to look for a developer from sites like http://studio.envato.com/ as we cannot offer any type of custom work at the moment.

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.