OK, so i tried the code:
{if channel_short_name == 'research'}
<a href="http://{title_permalink=research}">{title}</a>
{if:elseif channel_short_name == 'other-channel'}
<a href="http://{title_permalink=other-channel}">{title}</a>
{if:else}
<a href="http://{title_permalink}">{title}</a>
{/if}
with no luck again, anyone have some more direction to help me out on this? I guess i am still unsure what goes in the ‘short name’ nad ‘other-channel’ locations from the above syntax.
What is essentially happening is that pages that are children of other pages, do not have the parent directory in the search URL:
Search URL link renders:
http://www.onami.us/index.php/snni
But should be rendering:
http://www.onami.us/index.php/research/snni
Pages that do not have parent pages link just fine….
Thanks for the help, sorry, i’m def a noob 😊