Support » Fixing WordPress » Adding badge button widget

  • I would like to know how to add a badge button widget to the sidebar of my blog. My photography has been Featured on other blogs, and I would like to showcase them by adding these blogs Badges.

    Thank you.

    Kristen

Viewing 4 replies - 1 through 4 (of 4 total)
  • By badge do you mean logo?
    If so, follow these steps:

    Go to your Dashboard > Appearance > Widgets
    Add a text widget to your sidebar
    Place in the following code (leaving the “”, <>, etc intact but filling it out with your own information)

    <a href="othersiteurl"><img src="logolink" /></a>

    Here’s an example that you can paste in so you can see what I mean…
    <a href="http://seaworthygirl.com/"><img src="http://seaworthygirl.com/wp-content/uploads/2012/06/seaworthygirlfullogo400.png" /></a>

    Hope that helps!

    Thread Starter kristenr

    (@kristenr)

    Thank you Sage! I tried what you suggested, but I’m missing something. Here is the badge/logo link. Would you mind taking it and making it work properly?

    http://sashandsatin.com/wp-content/uploads/2011/10/sash-and-satin-awards-featured-badge-teal.png

    <a href="http://sashandsatin.com/"><img src="http://sashandsatin.com/wp-content/uploads/2011/10/sash-and-satin-awards-featured-badge-teal.png" /></a>

    🙂

    Thread Starter kristenr

    (@kristenr)

    You’re wonderful. Thank you. : )

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