Sirs!
I have category 'profiles' with 40 posts in it. Please, suggest me technics to prevent pagination below 10 posts per page
I dont want pagination becouse it break my nav structure.
Once more - i want all of my 40 profiles in one page - i.e in category (Profiles) archive.
Thanx
Yeah, should be possible. Add this to your archive page, before the Loop:
$wp_query->query_vars["posts_per_page"] = -1;
$wp_query->get_posts();
Any time, it's a pleasure :D
Or use this plugin and you can control all the different views in your blog (index, archive, category, search etc.)
http://mattread.com/archives/2006/01/custom-query-string-27/
Wow! This plugin rulles!
Lot of thanx
This is awesome! Worked immediately. Thanks!
brockangelo.com