Hi,
just for confirmation, please. I want to display selected data in relation with the content (“choosed content” = one ore more words) of a custom field (“my_custom_field”)
Is this regular :
{exp:weblog:entries weblog="my_weblog" my_custom_field="choosed content" orderby="date" sort="desc" limit="5"}
{title}
{/exp:weblog:entries}or is-it necessary to set condition :
{exp:weblog:entries weblog="my_weblog" orderby="date" sort="desc" limit="5"}
{if my_custom_field="choosed_content"}
{title}
{/if}
{/exp:weblog:entries}thank you for help because both seem to be correct but as I tried, none worked.