newbie here
I need to put TWO logos in header or heading whatever its called, one is the default and the other to the left of the site name.. Each image should have different links
Should I modify the theme or other files? Thanks

Comments

vm’s picture

page.tpl.php woudl be where you want to start if you want the second logo on every page, how you call it is up to you, personally I would use css and place the declaration in my style.css file

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

alihammad’s picture

You could also use a block arrangement, where a block is at the top of the content and another block in the left side. They can be made to appear on your select pages. I have a logo in the left sidebar of my site and it is actually a block.

Ali Hammad Raza
WordsValley

vm’s picture

agreed you can indeed use a block, though thats added resources by requires another DB query which is unnecessary when you can do it at the theme layer : )

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

berenErchamion’s picture

I would also suggest a css. It makes for less code changes.

beren erchamion
http://tarnaeluin.wordpress.com/

changshuo’s picture

Thanks for all your help!: )