Support » Fixing WordPress » how to place ads on header bar

Viewing 6 replies - 1 through 6 (of 6 total)
  • Michael

    (@alchymyth)

    possibly edit header.php;

    this section:

    <div id="caption">
    		<h1 id="title"> .... </h1>
    		<div id="tagline"> .... </div>
    
    	</div>
    HERE
    	<div class="fixed"></div>

    insert the ad HERE wrapped into a div with a css class for better formatting; for instance:

    <div class="header-ad">ADCODE</div>

    style example:

    .header-ad { float: right; }

    and add a float: left; to the style of #caption

    Thread Starter vivek71092

    (@vivek71092)

    Thanks you alchymyth 🙂

    testingmoon

    (@testingmoon)

    This IS off-topic, but did you create that theme by yourself? Very nice.
    Is there anything similar to it?

    Michael

    (@alchymyth)

    that site is using a free theme: http://wordpress.org/extend/themes/inove/

    testingmoon

    (@testingmoon)

    Thanks alchymyth, but why does he have “Theme by CyberVila.” at the bottom of the page? Is that legal..? As far as I’m aware he’s supposed to give credits to those who have created it and since he hasn’t created it…

    Michael

    (@alchymyth)

    why does he have “Theme by CyberVila.” at the bottom of the page? Is that legal..?

    possible the best is to ask @vivek71092 directly.

    afaik, there is a lot legally allowed with GPL themes – whether it is morally ok is a different question…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to place ads on header bar’ is closed to new replies.