3215 Posts in 848 Topics by 811 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 723 Views |
-
Output menu titles by field

14 April 2010 at 8:59pm Last edited: 14 April 2010 9:00pm
Ok, I have a site that uses a 1 level menu structure in the CMS but is shown on the front-end in sections. Each page is associated to a section through a field called "Section" which has the id 1 to 5.
So, what I need to do is output a sitemap broken down into sections. So I will hardcode the section name in the sitemap (Such as "News") then output all pages associated to "News".
So I will have something like:
NEWS
<% if Pages.Section = 1 %>
<% control [pages where Pages.Section = 1] %>
<a href="$Link">$Title</a>
<% end_control %>
<% end_if %>I guess I will be need to create a control - but need help doing this.
Any help would be appreciated.
-
Re: Output menu titles by field

14 April 2010 at 10:52pm
Fixed this issue by modifying the sitemap code. Thanks
| 723 Views | ||
|
Page:
1
|
Go to Top |

