Hi Jettrue,
I added the following links to the includes\templates\cherry_zen\templates\tpl_site_map_default.php but they don't show up on the sitemap.
Code:
<?php if (DEFINE_PAYMENT_OPTIONS_STATUS <= '1') { ?>
<li><?php echo '<a href="' . zen_href_link(FILENAME_PAYMENT_OPTIONS) . '">' . BOX_INFORMATION_PAYMENT_OPTIONS . '</a>'; ?></li>
<?php } ?>
<?php if (DEFINE_RETURN_POLICY_STATUS <= '1') { ?>
<li><?php echo '<a href="' . zen_href_link(FILENAME_RETURN_POLICY) . '">' . BOX_INFORMATION_RETURN_POLICY . '</a>'; ?></li>
<?php } ?>
Well... I added one ezpage that has sidebox turned on and it shows in the important links sidebox, but not in the sitemap. And I added 6 other ezpages that don't have the header, footer or sidebox turned on. The way to get to those is via links on the one ezpage that is turned on in the sidebox.
http://www.allk-9.com/pages/dog-training-pv-c0-20.html
They don't show in the site map either.
Thanks.
Bookmarks