![]() |
|
Using getCustomPageURL to get a link to custom page - 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: Using getCustomPageURL to get a link to custom page (/thread-8899.html) |
Using getCustomPageURL to get a link to custom page - CoffeeGuy - 23-07-2011 I create a custom page called 'boo'. I'm trying to use getCustomPageURL to link to the page. getCustomPageURL generates a URL: foo.com/PAGE/boo. The custom page is at foo/PAGES/boo. Am I using the wrong function to create the custom page URL? Thanks! Using getCustomPageURL to get a link to custom page - sbillard - 23-07-2011
You seem to be wanting a link to a Zenpage Page. For that use Using getCustomPageURL to get a link to custom page - CoffeeGuy - 23-07-2011 Awesome! Thats it. Thanks very much; worked like a charm. |