I'd like to limit the posts to 3 in the below query. Can anyone tell me how to do this? I cannot find it in the Codex or forums. Thanks!
query_posts('showposts=' . fs_settings('newsleft_category_length') . '&cat='.$category->cat_ID);
I'd like to limit the posts to 3 in the below query. Can anyone tell me how to do this? I cannot find it in the Codex or forums. Thanks!
query_posts('showposts=' . fs_settings('newsleft_category_length') . '&cat='.$category->cat_ID);
isn't it 'showposts=3' ????
It seems from the code that that value (number of posts) is set on the particular theme options. Look it up.
S.K
Doh!! Thank you Kichu! I had misinterpreted it to mean # of categories displaying; not posts due to the language used.
You must log in to post.