+ Reply to Thread
Results 1 to 6 of 6

Thread: Insert Logo in Sidebar

  1. #1
    Join Date
    Mar 2009
    Posts
    21

    Default Insert Logo in Sidebar

    Greetings All. First, to Chris, thanks for the great theme design. I'll send in a link to my own site once I've tweaked & played with it. I'm a pushover for clean, crisp design and found it here. (I'm using 1.4 in WP 2.7.1)

    Wanting to insert a small, square logo in the right sidebar, similar to the SplashMedia logo on the Cutline Home page. Not sure how or where to go to do that.

    Thanks,

    Elaine Krause
    Houston, TX

  2. #2
    Join Date
    Feb 2009
    Posts
    605

    Default

    Hi Elaine, are you using Widgets in the sidebar of your blog? Doing so should make things a bit easier.

    Look for the text widget and add it to the sidebar, then click on Edit and add some HTML to display the image, like so:

    HTML Code:
    <img src="http://www.yourblog.com/url-of-image.jpg" alt="" />
    You'll have to know what the URL of the logo is.

    Now the downside of using widgets is that it wipes out all the default elements of the sidebar that are built into the Cutline theme. It's not a big deal if you want to customize your sidebar with widgets in the first place, you'll just have to re-add stuff via the Widgets section just like the Text widget earlier.

    If you want to keep your sidebar as is, let me know, so I can tell you how you can edit your sidebar.php file to insert the logo.

  3. #3
    Join Date
    Apr 2009
    Posts
    1

    Default

    I was updating my blog today with the latest WP and Cutline, and wanted to know how to do the same thing…so, yes, I want to know how to do it? edit the sidebar.php?

  4. #4
    Join Date
    Feb 2009
    Posts
    605

    Default

    If you want to edit using sidebar.php, you can add a new li to the list like so:

    PHP Code:
    <li class="widget">
    <
    img src="http://www.yourblog.com/url-of-image.jpg" alt="" />
    </
    li
    As mentioned above, you must know the URL of the image you want to display.

    Try adding that right after this line:

    PHP Code:
    <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar(1)) : ?>
    Quote Originally Posted by msadesign View Post
    I was updating my blog today with the latest WP and Cutline, and wanted to know how to do the same thing…so, yes, I want to know how to do it? edit the sidebar.php?

  5. #5

    Default

    thank you very much for a great theme, i like the idea with the little logo, worth trying.
    LMT

  6. #6
    Join Date
    May 2011
    Posts
    1

    Default

    do you need more help ?
    Logo Design Pros

+ Reply to Thread

Similar Threads

  1. Logo design forums?
    By candyaddict in forum General Discussion
    Replies: 7
    Last Post: 11-06-2011, 01:48 PM
  2. Do you know any logo designer?
    By ruchirkc in forum General Discussion
    Replies: 12
    Last Post: 08-26-2011, 09:10 PM
  3. How to Use a Logo in Header (not text)
    By brocknallen in forum Header & Nav Bar
    Replies: 2
    Last Post: 09-25-2009, 01:03 AM
  4. No ads in the sidebar - help :-(
    By ianjmatt in forum Sidebar
    Replies: 1
    Last Post: 09-15-2009, 04:04 AM
  5. Need simple logo help
    By suber in forum Service Offers
    Replies: 1
    Last Post: 03-17-2009, 04:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts