Add Hoplink to Vendors Banner on WP

Hi, can you explain how to add my hoplink to a vendors banner, please?
I can’t seem to see where to edit the link which is for a blog.
They do not give you an option now on WP using Block editing tools to link directly.

I previously attached banner code as an example but it kept displaying so I deleted the topic twice.

Please advise.

Thanks,
Tony

I’m not very techy with code, but @IlyaG is smart. Maybe he can help :smiley:

Hi @Tony2019, there are a few ways to do this, but the best would be with plain old HTML code. So first copy the link to the banner image, if it’s a file you downloaded then upload it somewhere like this site for example, to have it online. Then, if it’s a WP site hosting a blog, you would navigate to that blog post under ‘posts’ on your WP control panel, choose text/code instead of Visual, to view the html code of your blog post and would add the following link:

<a href=“yourhoplink”><img src=“your image link” width=“width in pixels” height=“height in pixels” title=“your image title” alt=“alt text for SEO”></a>

Width, Height, Title and Alt tags are all optional, so you can drop them. Essentially your code can look like this:

<a href=“your hoplink”><img src=“image link” ></a>

Or for a visual example:

@Sabrina, Appreciate the compliment :smiley:

1 Like

Hi, Sabrina
Thanks for your reply
Tony :smiley:

1 Like

Hi, Ilya
Thanks for your excellent support.
Regards,
Tony :smiley:

2 Likes