Trouble With Text Widget
-
I am trying to add an RSS feed graphic to my blog in the sidebar using a text widget. I have used the following text:
<img src=”https://MYIMAGE.com/blog/rss.jpg” alt=”RSS”>
The only thing that shows up on the blog sidebar is the alt text itself which is simply RSS as per above. The image does not show up.
In addition, when I click on the alt text that says RSS the link for it doesn’t work. Meaning it does not take me to the feed as it should. Instead I get a 404 error message form my blog saying the page I am trying to reach doesn’t exist. I think that is because the actual link that comes up when you click on it comes out as:
https://MYURL.com/blog/”http:/MYURL.com/blog/feed/”
So it seems like it is repeating the URL twice for some reason, the main blog url and then followed by the RSS url.
Is there something wrong with my code above perhaps or the way I am entering in the text itself into the text widget?
Cheers…
- The topic ‘Trouble With Text Widget’ is closed to new replies.