It worked. <3
One last thing, the parameter latest_post_after when i use, doesn’t show correct results, btw i trying to show last 90days only.
[authors_list style=”1″ only_authors=”no” skip_empty=”no” post_types=”regradetres,especiais,analises” orderby=”all_post_count” show_bio=”no” show_link=”no” exclude=”1,2,17,3,5″ order=”DESC” count_text=”Artigos”]
This is the code that i’m using right now, would be great if i can limit for the last 90 days of publications for each.
If is not possible that’s ok, i’m really happy right now.
Thank you
It worked, thank you so much.
I just add what you said, on the line, like this:
if ( is_category() || is_tag() || is_author() && empty( $query->query_vars['suppress_filters'] ) ) {
Thanks.