Hello members,
I have EE version 1.6.8.
I have a problem with the {exp:weblog:entries} since a short time.
I have a custom field with a weblog and basically I loop through all the records of a weblog. That is not efficient.
Now my code is not working anymore and my weblog counts records more as 400.
Is there some way to achieve the following:
{exp:weblog:entries weblog="weblog_name" my_custom_field="yes"}
//do my routine here
{/exp:weblog:entries}rather than:
{exp:weblog:entries weblog="weblog_name" }
{if my_custom_field == "yes"}
//do my routine here
{/if}
{/exp:weblog:entries}