| View previous topic :: View next topic |
| Author |
Message |
ginesta
Joined: 04 Sep 2008 Posts: 2 Location: wordpress
|
Posted: Thu Sep 04, 2008 9:07 pm Post subject: NEED HELP |
|
|
I just started working on my wordpress blog and Rosalind said that the first content should be, disclosure, disclaimer, contact, ect...
My question is how to I add (disclaimer, disclosure) so that it's only at the bottom (in very small print) of my blog/website and it's not apart of the navigation on the left side of my blog?
Thanks for your help in advance
Gigi |
|
| Back to top |
|
 |
Jim Hutchinson Moderator
Joined: 17 Jan 2006 Posts: 572 Location: Iowa, USA
|
Posted: Thu Sep 04, 2008 10:25 pm Post subject: Re: NEED HELP |
|
|
Hello Gigi
Welcome to the forum! Anything you want on the bottom of every page should go into a file named footer.php. Note that the file must be edited in a plain text editor such as notepad.
That file will be located inside the folder that contains your current theme files: wp-content/themes/theme-name You can use the theme editor inside WordPress if the proper file permissions are set that allow you to edit the file.
Inside that file you should see a section like this:
| Code: | | <div class="footer"> |
Add your content between that line and the copyright. |
|
| Back to top |
|
 |
ginesta
Joined: 04 Sep 2008 Posts: 2 Location: wordpress
|
Posted: Sat Sep 06, 2008 6:02 pm Post subject: Thanks Jim |
|
|
Thank you Jim, I am so new at all this stuff.
I really appreciate your help.
Gigi |
|
| Back to top |
|
 |
chastill
Joined: 14 May 2008 Posts: 58 Location: Louisiana
|
Posted: Sun Sep 07, 2008 12:03 pm Post subject: |
|
|
One of my favorite quotes is "You are today where your thoughts have brought you; you will be tomorrow where your thoughts take you.
That is so true. |
|
| Back to top |
|
 |
|