Hey everyone,
I’m trying to set up a site in EE, and I’ve got it set up so that I’ve got a listing of weblog entries in a list like this:
{exp:weblog:entries weblog="{my_weblog}"}
<a href="{permalink=" target="_self"><div {if segment_3 == ""}class="navItem"{if:elseif segment_3 == "{entry_id}"}class="navitemActive"{if:else}class="navItem"{/if}>{title}</div></a>
{/exp:weblog:entries}
It works, but only on the main page, if you haven’t clicked any of the links leading to the permalinks themselves. On those pages, it only displays the current entry.
Anyone got an idea what’s going on?
