Exclude authors with 0 posts from authorslist

Posted in: Newspaper
Post count: 25

I am hoping to exclude authors with zero posts from the Authors Box module. Is that possible? Thanks!

http://www.seattleglobalist.com/about-the-globalist/who-we-are

Post count: 3343

Hello,
Please edit this file includes/app/shortcodes/td_authors.php and add this code like here: http://screencast.com/t/5ymjwCG3CI
if (count_user_posts($td_author->ID) != 0) {

Thanks for the message!

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