Better to make new wp_query or only modify main query each time?
I think that you are making some confusion between main query and secondary queries in WordPress. Maybe read this can help you to better understand. In short when you visit an url of your site, that url make wordpress fires a query on db: this is the main query. Thanks to the action pre_get_post you … Read more