Paginate get related post by author function
As I already stated in a comment to your answer, you should never make use of query_posts Note: This function isn’t meant to be used by plugins or themes. As explained later, there are better, more performant options to alter the main query. query_posts() is overly simplistic and problematic way to modify main query of … Read more