You have to call ez-pages by their page id. For example, say "test" is page id 7; you would use
http:// noteablebowls.web4creatives .com/index.php?main_page=page&id=7
Or in a PHP file, you can use
PHP Code:<?php echo '<a href="' . zen_ez_page_link(7) . '">';?>



