Forums

[resolved] how to limit posts and show posts in query (4 posts)

  1. wildbug
    Member
    Posted 2 months ago #

    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);

  2. richarduk
    Member
    Posted 2 months ago #

    isn't it 'showposts=3' ????

  3. kichu
    Member
    Posted 2 months ago #

    It seems from the code that that value (number of posts) is set on the particular theme options. Look it up.

    S.K

  4. wildbug
    Member
    Posted 2 months ago #

    Doh!! Thank you Kichu! I had misinterpreted it to mean # of categories displaying; not posts due to the language used.

Reply

You must log in to post.

About this Topic