PDA

View Full Version : Adding my own logo header to my wordpress blog?


SuperDucky
05-07-2008, 08:13 PM
Hi everyone,

I'm trying to add my website logo to my wordpress blog... but I can't seem to be able to...

How can I add this? also how can I add the buttons for the 'home' page etc? accross the top (under the logo) like a bar eg...

LOGO
_______________________________________________
HOME - ETC - ETC - ETC
_______________________________________________

website....

...thanks for any help - when I started this I thought it would have been a lot easier :S


EDIT: Oh and as there seems to be a slight difference I am using the wordpress version that you host on your own webhosting and not the one with the sub domain....

....If that makes a difference to the editing...

jamieoliver22
07-07-2008, 08:24 PM
To change the header image, you will need to edit the theme's main CSS (however you may be able to do it though the theme menus also). It would be wise to not edit the default theme, but make a new one instead to ensure you have a backup copy.

And to add the menu to the top of the page, you will need to edit the header.php file in your theme folder. Under the header image, add this: <?php wp_list_pages(''); ?>
You will need to add some additional CSS to make sure that the lists are displayed horizontally, you can find loads about it on Google.