Pular para o conteúdo
");
}
}
$('.author-info .widget-author-social .share-facebook a').attr('href', $(target).data('author-facebook') );
$('.author-info .widget-author-social .share-twitter a').attr('href', $(target).data('author-twitter') );
$('.author-info .widget-author-social .share-blog a').attr('href', $(target).data('author-blog') );
$('#authors--form').find('#author_id').first().val( $(target).data("author-id") );
$('.widget.widget-authors-posts').html( html );
$('body').scrollTo( $('.main-content'), 500, {offset: {top: -60}} );
}
});
});
$(".author a[data-author-id="+author+"]").click();
});
})(jQuery)