• Hi there I know this was answered a lot of times, however it did not help in my case. I have a custom loop for a special posts.

    I call these post with this code.

    <?php query_posts ('post_type='.APP_POST_TYPE.'&meta_key=clpr_featured&meta_value=1'); ?>

    Now i want to limit the amont of posts to 5. I tryed:

    <?php query_posts ('post_type='.APP_POST_TYPE.'&meta_key=clpr_featured&meta_value=1', 'showposts=5' ); ?>

    With no luck…..any Ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘amount of posts in loop’ is closed to new replies.