ZenphotoCMS Forum
Link to first childpage within printpagemenu - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Link to first childpage within printpagemenu (/thread-6856.html)



Link to first childpage within printpagemenu - jackdaw - 2010-03-31

I have a page setup, something like this:

about me

  • work
  • biography
  • contact

'about me' is the parent page. When I click this I would like to go to 'work' directly, because 'about me' is just a placeholder, an empty page. How can I do this?




Link to first childpage within printpagemenu - acrylian - 2010-03-31

By coding a custom menu function...;-)

You would have to loop through all pages and find the first with where the parentid = id of the parentpage. The function printSubPagesExcerpts() would be a good start for this to look at.