• I have tried adding our logo to the header using php includes, static relative and absolute html urls, and even css and all efforts are purged by the system. Is there a quick answer out there??

    thanks in advance

    w2wAdmin

Viewing 4 replies - 1 through 4 (of 4 total)
  • can you post a specific example?

    link to your site?

    what theme are you using?

    Thread Starter w2wAdmin

    (@w2wadmin)

    THANKS!
    http://www.wave-2-wave.com/blog
    Theme: Twenty Ten 1.2
    We would like to place an image above the header image and above the page title, “BLOG: Data Centers in a Box, Cabling, Networking & Connectivity”

    That area seems to be protected. Any ideas?

    in header.php, add the image code between <div id="header"> and <div id="masthead">

    example (just using your header image):

    <div id="wrapper" class="hfeed">
    	<div id="header">
    <img src="http://www.wave-2-wave.com/blog/wp-content/uploads/2011/07/Blog_Data_Center_HeaderImage1.jpg" alt="" />
    		<div id="masthead">

    how are you editing the templates?
    are you using the ‘dashboard’ ‘appearance’ ‘editor’?
    can you generally make other changes to your templates?

    Thread Starter w2wAdmin

    (@w2wadmin)

    Thank you, that seemed to work, surprisingly because that was exactly where I had tried the mentioned previous solutions including just an abs url. Yes, I am using “editor.” Nice tool. I easily was able to edit the footer with css overrides and some html. Now this is done. Thank my brother.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding images to header’ is closed to new replies.