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!