Forums

I've figured out an andreas09 logo trick (1 post)

  1. storybuilderz
    Member
    Posted 10 months ago #

    Seriously, how many people have had problems putting their logo up using the andreas09 theme? I used to be one of those people but no more! I am here to tell wordpress and all of it's users how to put their logos up when using andreas09. I'm going to assume andreas09 is the theme currently being used on your website.

    First of all, install the plugin: theme logo (If it weren't for this plugin I would never have gotten my logo up), once it's installed you'll find it under: dashboard > appearence > theme logo, but before we get into that, upload your logo to your media library. Once that's done get your logo's URL, go to theme logo, (location afore mentioned) and paste the URL in the "logo location" box and save your changes. Your logo should appear on the right (ignore the how to use section of theme logo, it did NOT help me AT ALL). And now the fun part: go to the theme editor located under appearence, to the right of the screen will be a list of templates, click on the "Header" template. Scroll down untill you reach:

    <div id="container">

    <div id="sitename">

    Get rid of the space between those two and put:

    <?php theme_logo(); ?>

    under them. When you're finished it should look like this:

    <div id="container">
    <div id="sitename">
    <?php theme_logo(); ?>

    Hope this helps!

    P.S. If you don't save what you did nothing will happen (duuuhhh)

Reply

You must log in to post.

About this Topic

  • RSS feed for this topic
  • Started 10 months ago by storybuilderz
  • This topic is not a support question
  • WordPress version: 3.2.1