Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Link page in footer
#1
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 :

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
Reply


Messages In This Thread
[SOLVED] Link page in footer - by didou038 - 2011-12-11, 12:12:57
[SOLVED] Link page in footer - by Connie - 2011-12-11, 18:35:39
[SOLVED] Link page in footer - by didou038 - 2011-12-11, 19:28:41
[SOLVED] Link page in footer - by chakvak - 2011-12-14, 13:34:53



Users browsing this thread: 1 Guest(s)