Hi Clyde,

Again, thank you for your help, I tried it, pasting in basically like the above:

<a href="' . zen_ez_pages_link(13) . '">Your Link</a>

which in the address bar produces:

/store-test/'%20.%20zen_ez_pages_link(13)%20.%20'

and a 404 error page with the words:

Not Found
The requested URL /store-test/' . zen_ez_pages_link(13) . ' was not found on this server.

I tried various others, even checking on the proper sql table name which is zen_ezpages

and then trying:

<a href="' . zen_ezpages_link(13) . '">Your Link</a>

which still has the same affect, producing the 404 error page.

I checked the id 13 page, and when it is placed in the address bar with full url and such the page is working properly.

Marian