I thought this should work, but it doesn’t - I’m trying to do conditional statements if a title == a certain title then the link goes to this weblog entry else just create a permalink to itself.
{if title=="This"}
<a href="http://{path=">{title}</a>
{if:elseif title=="This & That"}
<a href="http://{path=">{title}</a>
{if:else}
<a href="http://{permalink=">{title}</a>I have a EE tag that lists the titles of entries, and then that title links to that certain weblog. However, a couple of the titles need to be linked to a different weblog other than its own. The above code makes everything link to the practices/103 even if the title doesn’t ==“This”