Display single image with link in Widget Area?

Posted in: Newspaper
Post count: 83

Hi,
Can you recommend the best way to display a single image (With link to external site) as a widget?

I do not want to use a plugin to do this but instead find away within the Newspaper theme.

Is there a block or shortcode I can use?

Thank You

Kevin

Post count: 22421

Hi,

If you plan on using an image in the sidenbar, you can simply add one in a text element using HTML like so:

<a href="your URL here">
  <img src="Your image URL here" alt="alt text if you want" style="inline css if you want">
</a>

Hope thsi helps.
Thanks.

Post count: 83

Hi,
Thank you for that 🙂
Kevin

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.