ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Stuck at 100 entires ...

October 07, 2010 1:33pm

Subscribe [2]
  • #1 / Oct 07, 2010 1:33pm

    markphillip

    105 posts

    Using EE1.6.7 and can’t seem to get more than 100 entries to show ... even with the limit parameter set to 500!

    Here’s my code:

    {exp:weblog:entries weblog="catalogue" category_id="{category_id}" style="linear" show_future_entries="yes" show_expired="yes" orderby="title|url_title" limit=“500” sort="asc" disable="member_data|trackbacks|pagination"}
    
    {if thumb_portrait}<a href="http://{permalink=catalogue/detail}" title="{product_name}" class="{switch=grid|grid|grid|grid_last}">{thumb_portrait}<!-- close --></a>{/if}
    {if thumb_landscape}<a href="http://{permalink=catalogue/detail}" title="{product_name}" class="{switch=grid|grid|grid|grid_last}">{thumb_landscape}<!-- close --></a>{/if}
    
    {/exp:weblog:entries}

    I’ve entries in multiple categories using this template and they all stick at 100.

    Help!

  • #2 / Oct 07, 2010 2:24pm

    markphillip

    105 posts

    Think I’ve solved it ... the quote marks around

    limit="500"

    were copied and pasted and after physically retyping them, it works fine!

    I thought copy and pasting text was only a bug when doing it from a Word Doc ... guess not!

    The revised code appears like the below and now works fine!

    {exp:weblog:entries weblog="catalogue" category_id="{category_id}" style="linear" orderby="title|url_title" limit="500" sort="asc" disable="member_data|trackbacks|pagination"}
  • #3 / Oct 07, 2010 4:51pm

    Ingmar

    29245 posts

    Yes, you’d need the limit= parameter here to override the built-in limit of 100. Glad you found it; please post again in case there’s anything else. Thanks.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases