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?
Produces the url to a custom page (e.g. one that is not album.php, image.php, or index.php)
I suspect this is a terminology misunderstanding. The cited fucntion produces a link to a script (`page`) of your theme that is not on of the standard ones.
You seem to be wanting a link to a Zenpage Page. For that use `getPageLinkURL()`
Comments
You seem to be wanting a link to a Zenpage Page. For that use `getPageLinkURL()`