17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 800 Views |
-
Category-Name of Article

16 September 2008 at 8:46pm
Hey Guys,
at my Category 'Sample' i´ve created many Sub-Articles. Now i want to show at the frontend in which Category this Article is posted. How does it work?Thx =)
-
Re: Category-Name of Article

16 September 2008 at 9:23pm
Hey JBK,
Im assuming that youve created your articles/sub-articles just like normal pages/sub-pages. If so, then you can use something like this piece of code to display the parent page/category next to the navigation link:
<ul>
<% control Menu(1) %>
<li><a href="$Link" title="Go to the $Title.XML page" class="$LinkingMode"><span>$MenuTitle.XML ($Parent.Title)</span></a></li>
<% end_control %>
</ul>Note the $Parent.Title bit - that allows you access to the current page's parent object.
| 800 Views | ||
|
Page:
1
|
Go to Top |


