Authors box widget

Posted in: Newspaper
Post count: 4

Hi guys,

i’m using one of my six licences of your newspaper theme in this website – http://www.contioutra.com/

In the bottom of the site you can see the “Colunistas” zone. That’s where i put the authors existing in the site. Two questions about that:

– How can i set photos in each author?

– How can i exclude one of the authors from that author widget? I do see that there is an exclude option for that widget, but i don’t know the sintax to use there.

Best Regards
Sérgio Sousa

Post count: 854

hi,
the authors are registered in wordpress not in our theme.
however how stupid this may sound you need to install a plugin too add a pictures for authors : https://wordpress.org/plugins/wp-user-avatar/ (how stupid is this?)

for your second question, modify the code :


$args = array('exclude'  => array(1, 2, 3));
$td_return_obj_authors = get_users($args);

like here :http://screencast.com/t/l0BNXm3XvBp

Thanks for you message.
Radu A.

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