Forum

What is the differe...
 
Notifications
Clear all

What is the difference between WP_Query and Get_post?


(@elias)
Member Moderator
Joined: 5 months ago
Posts: 4277
Topic starter  

What is the difference between WP_Query and Get_post?


   
Quote
(@elias)
Member Moderator
Joined: 5 months ago
Posts: 4277
Topic starter  

That is that the latter returns an array of posts while the former returns posts one at a time with the_post() function. That means that get_posts() returns all posts at once as an array while WP_Query iterates through posts one at a time echoing out the relevant content of each post as it iterates.


   
ReplyQuote
Share: