Hello,
So A few years ago I built an EE1 site for our local Church. We’re looking to update things but I remember the biggest issue I had was creating the navigation.
I wondered whether EE2 or an Add-on had since become available that could help me with making the following easier to handle…
Basically i’m opening a category and then having to hard code through to the page. The page then check which category it’s receiving and shows the appropriate content :(
<ul>
{exp:weblog:categories style="linear" show="1"}
<li class='gs'><a href="http://{path=site/}">{category_name}</a>
<ul>
<li><a href="http://{path=site/whos_who}">Whos Who</a></li>
<li><a href="http://{path=site/services}">Services</a></li>
<li><a href="http://{path=site/activities_and_groups}">Activities and Groups</a></li>
<li><a href="http://{path=site/children_and_young_people}">Children & Young People</a></li>
<li><a href="http://{path=site/youth_group}">Youth Group</a></li>
<li><a href="http://{path=site/diary_dates}">Diary Dates</a></li>
<li><a href="http://{path=site/notices_and_news}">Notices and News</a></li>
<li><a href="http://{path=site/gallery}">Gallery</a></li>
<li><a href="http://{path=site/schools}">Schools</a></li>
<li><a href="http://{path=site/parish_magazine_download}">Magazine</a></li>
<li><a href="http://{path=site/useful_links}">Links</a></li>
<li><a href="http://{path=site/prayers}">Prayers</a></li>
<li><a href="http://{path=site/how_to_find_us}">How to Find Us</a></li>
<li><a href="http://{path=site/say_hello/}">Say Hello!</a></li>
</ul>
</li>
{/exp:weblog:categories}
{exp:weblog:categories style="linear" show="2"}
<li class='ht'><a href="http://{path=site/}">{category_name}</a>
<ul>
<li><a href="http://{path=site/whos_who}">Whos Who</a></li>
<li><a href="http://{path=site/services}">Services</a></li>
<li><a href="http://{path=site/activities_and_groups}">Activities and Groups</a></li>
<li><a href="http://{path=site/diary_dates}">Diary Dates</a></li>
<li><a href="http://{path=site/notices_and_news}">Notices and News</a></li>
<li><a href="http://{path=site/gallery}">Gallery</a></li>
<li><a href="http://{path=site/community_centre}">Community Centre</a></li>
<li><a href="http://{path=site/schools}">School</a></li>
<li><a href="http://{path=site/how_to_find_us}">How to Find Us</a></li>
</ul>
</li>
{/exp:weblog:categories}
{exp:weblog:categories style="linear" show="3"}
<li class='sg'><a href="http://{path=site/}">{category_name}</a>
<ul>
<li><a href="http://{path=site/whos_who}">Whos Who</a></li>
<li><a href="http://{path=site/services}">Services</a></li>
<li><a href="http://{path=site/activities_and_groups}">Activities and Groups</a></li>
<li><a href="http://{path=site/diary_dates}">Diary Dates</a></li>
<li><a href="http://{path=site/notices_and_news}">Notices and News</a></li>
<li><a href="http://{path=site/gallery}">Gallery</a></li>
<li><a href="http://{path=site/how_to_find_us}">How to Find Us</a></li>
</ul>
</li>
{/exp:weblog:categories}
{exp:weblog:categories style="linear" show="4"}
<li class='sj'><a href="http://{path=site/}">{category_name}</a>
<ul>
<li><a href="http://{path=site/whos_who}">Whos Who</a></li>
<li><a href="http://{path=site/services}">Services</a></li>
<li><a href="http://{path=site/activities_and_groups}">Activities and Groups</a></li>
<li><a href="http://{path=site/diary_dates}">Diary Dates</a></li>
<li><a href="http://{path=site/notices_and_news}">Notices and News</a></li>
<li><a href="http://{path=site/gallery}">Gallery</a></li>
<li><a href="http://{path=site/community_centre}">Community Room</a></li>
<li><a href="http://{path=site/schools}">Schools</a></li>
<li><a href="http://{path=site/how_to_find_us}">How to Find Us</a></li>
</ul>
</li>
{/exp:weblog:categories}
{exp:weblog:categories style="linear" show="5"}
<li class='sm'><a href="http://{path=site/}">{category_name}</a>
<ul>
<li><a href="http://{path=site/whos_who}">Whos Who</a></li>
<li><a href="http://{path=site/services}">Services</a></li>
<li><a href="http://{path=site/activities_and_groups}">Activities and Groups</a></li>
<li><a href="http://{path=site/diary_dates}">Diary Dates</a></li>
<li><a href="http://{path=site/notices_and_news}">Notices and News</a></li>
<li><a href="http://{path=site/gallery}">Gallery</a></li>
<li><a href="http://{path=site/schools}">Schools</a></li>
<li><a href="http://{path=site/friends_of_ashton_parish_church}">Friends of Ashton Parish Church</a></li>
<li><a href="http://{path=site/how_to_find_us}">How to Find Us</a></li>
</ul>
</li>
{/exp:weblog:categories}
{exp:weblog:categories style="linear" show="6"}
<li class='sp'><a href="http://{path=site/}">{category_name}</a>
<ul>
<li><a href="http://{path=site/whos_who}">Whos Who</a></li>
<li><a href="http://{path=site/services}">Services</a></li>
<li><a href="http://{path=site/activities_and_groups}">Activities and Groups</a></li>
<li><a href="http://{path=site/diary_dates}">Diary Dates</a></li>
<li><a href="http://{path=site/notices_and_news}">Notices and News</a></li>
<li><a href="http://{path=site/gallery}">Gallery</a></li>
<li><a href="http://{path=site/schools}">School</a></li>
<li><a href="http://{path=site/how_to_find_us}">How to Find Us</a></li>
</ul>
</li>
{/exp:weblog:categories}
</ul>Any advice or thoughts appreciated.
Many thanks
Martin
[Mod Edit: Moved to the EE 2 Technical Support forum]