Add a Site Map Page to the Footer
-
I want it to be a link right next to the privacy policy page. Here is part of the code:
<?php if($theme1283_footer_text){?> <p><?php echo get_option('theme1283_footer_text'); ?></p> <?php } else { ?> <p><a href="<?php bloginfo('url'); ?>/" title="<?php bloginfo('description'); ?>" class="alt"><?php bloginfo('name'); ?></a> © <?php echo date("Y") ?> | <a href="<?php bloginfo('url'); ?>/?page_id=315">Privacy policy</a><br /> <!-- {%FOOTER_LINK} --></p> <?php } ?> </div>
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add a Site Map Page to the Footer’ is closed to new replies.