Closed M-Brico closed 9 years ago
Is it possible to retrieve posts from a particular section? I have setup pages and added posts to sections. But would like to have latest posts from each section on the homepage. Is this possible?
Hi, you can use WordPress' built-in get_children() to get a section's posts. For more specific results, you can use the following parameter values:
get_children()
post_parent
post_type
'post'
Is it possible to retrieve posts from a particular section? I have setup pages and added posts to sections. But would like to have latest posts from each section on the homepage. Is this possible?