Ok, it's been awhile since I posted, and at the same time, I am not sure where this question should have gone.
I've looked around but couldn't find anything specific related to this issue, there are a few questions and answers, but nothing specific on the main how to do it.
I am making an ezpage1. I wish to link to ezpage2 that won't be shown on the site except via the ezpage1.
How to do this please?
I don't want to do the specific <a href="http://www.domainname.com">Click here.</a>type link, instead I'm hoping to do something like:
<a href="' . zen_href_link('index.php?main_page=page&id=14&chapter=0') .'">Click here</a>.
I got this idea from someone on the forum, but I can't make this line work the way I need it to, when I put it in the html description area, it produces a link like:
http://www.domainname.com/store/"'%20.%20zen_href_link(blah blah blah)' and gives a blank page.
Would anyone know the proper way to do this?
My reasoning for not using an absolute path is that every time I upgrade zen, and do test directories first, I end up having to change these links, if I don't have to change the links it will save me a ton of work down the road. There are other reasons as well, but this is the main one for me.
Marian



