• Hello: I am a WordPress NEWBIE. My experience is with M$ FrontPage and Static HTML web sites. I have begun a WordPress Blog and I have a Child Theme. I have made a number of changes and those are working properly.

    Now, I would like to place one (1) affiliate banner, under where I have my Custom Logo in the Header, just below where it says “Home” and “About” and have that affiliate banner visible on the main page and also on the other pages, for the individual posts, on the “About” page, etc.. I would like the affiliate banner to appear above the top post, which is the most recent post.

    How do I do that? Using Firebug, the code appears to be in this block:

    <!DOCTYPE html>
    <html lang=”en-US”>
    <head>
    <body class=”home blog single-author two-column right-sidebar”>
    <div id=”page” class=”hfeed”>
    <header id=”branding” role=”banner”>
    <div id=”main”>
    <footer id=”colophon” role=”contentinfo”>
    </div>
    </body>
    </html>

    And in the style.css seems to begin on line 698.

    In my twentyeleven-child theme, I have style.css and functions.php

    If possible, I would like the banner to be in the center of the page. If not, the Left side of the page would be OK.

    If someone can tell me what I need to do, that will be greatly appreciated. Thank you for your time and your help and Happy Holidays!

  • The topic ‘TwentyEleven theme – How to have an affiliate banner on all pages under header?’ is closed to new replies.