this has got to be something simple but for some reason I can’t see it.
Shouldn’t this work…
—————
{exp:channel:entries channel="content1" status="open|pending" orderby="entry_id" sort="asc" disable="categories|custom_fields|member_data|pagination"}
{if segment_3 == url_title}{title}
{if:else}< a href =”#”>{title}</ a>
{/if}
{/exp:channel:entries}
—————
What happens is if segment_3 does in fact == segment_3 it lists just that one entry instead of all of them with the one that does mach highlighted. If I leave segment_3 blank, it lists all entries as a link as specified in the else statement.
What I need it to do is list them all but highlight the one that matches segment_3
Any help/insight’s greatly appreciated.