How do I create links at the bottom of the page for terms and conditions and privacy policy?
Cutline Theme Support Forums » Cutline Theme Support Forums
How do I a create link at bottom page for terms and conditions
(2 posts)-
Posted 4 years ago #
-
make a page name it terms and condition what ever you want.view the site an take note of the pages url. ex: somesite.com/termsandconditons/ or if your permalinks are set diff page could look like id=?..what ever but take note of the url of the page.
now head over to theme editor.
select footer.see...
a href="<?php bloginfo('url'); ?>/sitemap/">Sitemap<
copy that an palce it after the last code link and edit it like:
href="<?php bloginfo('url'); ?>/PLaCE PAGE EXTESION HERE/">terms and conditons'
make sure to palce a & mdash after tehlast code an before your new one to ahvea dash in between
i hope this helps i had to leave some code out the
comment box wouldnt let me show it.Posted 4 years ago #
Reply
You must log in to post.
not resolved