yes.go to widgets from appearance and insert a text widget and inside the text widget insert this link.
<img src=”your logo url here”>
the href section will point to url mainly when someclick on logo.
and img src will point to your logo url.
so this method you can insert logo in the sidebar.
Hi, For your site best ways to display client’s logo use this plugin WP Logo Showcase Responsive Slider After install see this one provide own widget or not.
In case not provide add shortcode in text widget.
Thanks,
Ravi patel
@ravipatel and @heart2hack: Thanks. I will try it tomorrow morning. Good night 😉
Hi, I pasted a text widget in the sidebar. It is displayed on this site:
http://goo.gl/kctZTI
Now I’d like to have this image (the upright grey stripe) directly sticked to the right margin of my main page. How can I reduce the right space to zero?
Thanks.
Problem solved. I pasted this code in my style.css:
#secondary {
float: right;
margin-right: 0px !important;
width: 18.8%;
}