Posting an image to the front page widgets
-
Hi! I am trying to post a picture in the front page widget of my blog, but can’t figure out how to do it, and the articles didn’t really help. Can someone help me out please?
The blog I need help with is: (visible only to logged in users)
-
Hi,
See the “Front-page widget areas” section of the Sela theme guide. If you already read that, and found it unhelpful, perhaps you aren’t constructing the image code correctly. The image code given in the theme guide,
<a href="page/url/address"><img src="image/url/address"></a>actually might be better represented as follows:
<a href="website address (URL)"><img src="image URL"></a>See also the example image link code given in the Text Widget Links support page.
-
Correction:
actually might be better represented as follows:
<a href="Destination URL"><img src="image URL"></a>
- The topic ‘Posting an image to the front page widgets’ is closed to new replies.