PDA

View Full Version : How to edit the layout (not the css)


mikee81
05-16-2005, 09:12 PM
I'm trying to add some links to my photoblog, but I can't seem to figure where or how I can add it. I looked through the index.php but couldnt quite understand it. I did manage to edit the template css file, but that's about all i could do.

I wanna add links to an "about" page, possible links to other photoblogs, etc. Can anyone help?

http://phoetic.net/photoblog

Thanks.

Joe[y]
05-16-2005, 09:48 PM
first of all you should only be editing the files in templates/whatevertemplateyouuse these should follow the format of page_template.html.

to create an about page you should create a file called about_template.html. To add links to this file you can simply use normal hyperlinks for HTML, ie,

<a href="http://www.awebsite.com">A WEBSITE</a>

if you need any more help e-mail me at jspurling [at] gmail [dot] com

mikee81
05-20-2005, 04:45 PM
Hey thanks, I haven't had a chance to check it out just yet, but I think I somewhat know what to do. Thanks again.