Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Getting posts from different categories on different pages Re: Getting posts from different categories on different pages

#111389
chrisburton
Participant

`query_posts( array ( ‘category_name’ => ‘my-category-slug’, ‘posts_per_page’ => -1 ) );`