Hello,
first, thanks for this great cms !
2nd, sorry for my english, i'm french.
3rd, I want to create a page "copyright" but i don't want displayed it in the menu but only in the footer, how can i do ? I've created my own template and called my footer in the template.php file like that :
In the div menufooter, i call back the menu, i want to have a link to my copyright page just before this call back.
Is someone can explain to me how to do please ?
Thanks,
Regards
first, thanks for this great cms !
2nd, sorry for my english, i'm french.
3rd, I want to create a page "copyright" but i don't want displayed it in the menu but only in the footer, how can i do ? I've created my own template and called my footer in the template.php file like that :
Code:
<div id="footer">
<center>
<p class="right">Design: <a href="http://www.artisan-online.Fr">Artisan-Online</a></p>
</center>
<div id="menufooter">
<center>
<!-- here my copyright link -->
<?php get_navigation(return_page_slug()); ?>
</center>
</div>
</div>
In the div menufooter, i call back the menu, i want to have a link to my copyright page just before this call back.
Is someone can explain to me how to do please ?
Thanks,
Regards