Advice regarding the best approach to use in loops

bpilot
El Presidente
Just Getting Started

Member    Likes (0)

I am looking for an advice from experienced WordPress developers regarding the best and most durable approach to use in order to retrieve posts under the following conditions:

Our website contain the following pages:
1- Blog page which should display posts (post type = post) and from specific category

2- Old software releases page which should display posts (post type = software_product) and from specific category

3- Recent software releases page which should display posts (post type = software_product) and from specific category

4- Home page which contain single posts from certain categories and post types

5- Hot software releases page which should display posts (post type = software_product) and from specific category

What I am hoping to know ONLY is which of the following I should use for each of the above pages to ensure durability and stability of the website
- WP_Query
OR
- get_posts
OR
- Query_posts

Please note that we have massive records so stability is a vital issue here

Thanks in advance for your time

WordPress Questions?

We've got answers!

  • 350+ Premium Plugins & Themes
  • 'Your WordPress Team' support
  • WordPress Nirvana from just $19

Find out more »