How can I put links to other websites at the bottom of the home page?
static content? Edit themes/yourtheme/template.html
For details, please search this forum, this has been asked before.
GauGau
could you give me a link to the message? i couldn't find it anywhere.
I already have told you what to do: edit themes/yourtheme/template.html with a plain text editor of your choice (notepad.exe will be fine), and add anything you can think of in html to the page. For example, find</body>
and add before it<a href="http://www.google.com/">search with google</a>
There's no magic behind this, just plain html...
If your search hasn't come up with the expected results, try re-phrasing your search. Click on "advanced search (http://forum.coppermine-gallery.net/index.php?action=search;advanced)" and then enter the keywords "edit template.html", I'm sure this will show some results.
GauGau