Hide alias pages from autonav

Permalink 1 user found helpful
Is there an easy way to stop aliases from displaying in an autonav?

mrnoisy
 
okhayat replied on at Permalink Reply
okhayat
In your template, use the function isAlias() to see if the page is an alias and skip it like:
<?php
if ($_c->isAlias()) continue;
?>