I have an unordered list being generated for navigation with the following:
{exp:weblog:categories disable="categories|custom_fields|member_data|pagination|trackbacks" weblog="packages" category_group="2" style="linear"}
<li><a href="{path=hu/packages/}" class="C{category_id}">{category_name}</a></li>
{/exp:weblog:categories}
The packages weblog is assigned category group 2. Each category in category group 2 describes a type of package (a hosting package).
My client is discontinuing dedicated servers in favour of VPS servers, so I renamed a category accordingly.
However, this change is only reflected in some pages, as on some the the navigation list shows the new ‘VPS Servers’ text and on some it still shows the ‘Dedicated Servers’ text. On the VPS Servers page itself, the change is not reflected.
I’ve tried clearing cached data from within the admin, but this doesn’t help. Am using EE 1.5.2.
Please advise. Thanks.
