What is the difference between WP_Query and Get_post?
- Super User
- Topic Author
- Offline
- User
Less
More
- Posts: 3957
- Thank you received: 0
1 week 1 day ago #3906
by Super User
What is the difference between WP_Query and Get_post? was created by Super User
What is the difference between WP_Query and Get_post?
Please Log in to join the conversation.
- Super User
- Topic Author
- Offline
- User
Less
More
- Posts: 3957
- Thank you received: 0
1 week 1 day ago #3907
by Super User
Replied by Super User on topic What is the difference between WP_Query and Get_post?
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.
Time to create page: 0.071 seconds