Title: Multiple queries
Last modified: May 22, 2020

---

# Multiple queries

 *  Resolved [maxcondor](https://wordpress.org/support/users/maxcondor/)
 * (@maxcondor)
 * [6 years ago](https://wordpress.org/support/topic/multiple-queries-3/)
 * I have created three custom queries.
    But each one is effective on three different
   pages of the site. I have selected only run on site front end. The three queries
   will run on each page of my site. it’s correct? But isn’t it a waste of resources?
 * Thanks for the attention

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [6 years ago](https://wordpress.org/support/topic/multiple-queries-3/#post-12876812)
 * You’re correct, they’ll run on each page, but you can add an `is_page()` check
   at the beginning of your snippet to make sure that the difference is negligible.
 *  Thread Starter [maxcondor](https://wordpress.org/support/users/maxcondor/)
 * (@maxcondor)
 * [6 years ago](https://wordpress.org/support/topic/multiple-queries-3/#post-12878837)
 * Perfect thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multiple queries’ is closed to new replies.

 * ![](https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878)
 * [Code Snippets](https://wordpress.org/plugins/code-snippets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/code-snippets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/code-snippets/)
 * [Active Topics](https://wordpress.org/support/plugin/code-snippets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/code-snippets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/code-snippets/reviews/)

## Tags

 * [query](https://wordpress.org/support/topic-tag/query/)

 * 2 replies
 * 2 participants
 * Last reply from: [maxcondor](https://wordpress.org/support/users/maxcondor/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/multiple-queries-3/#post-12878837)
 * Status: resolved