- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
6 months 6 days ago#3906by Elias What is the difference between WP_Query and Get_post?
Please Log in to join the conversation.
- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
6 months 6 days ago#3907by Elias 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.
Please Log in to join the conversation.
- Q&A
- Index
- WordPress
- What is the difference between WP_Query and Get_post?
Time to create page: 0.092 seconds