Notifications
Clear all

wpForo 1.x.x [Solved] post a link image

5 Posts
2 Users
0 Reactions
1,075 Views
Posts: 10
Topic starter
(@carlosburgos)
Eminent Member
Joined: 5 years ago

how to post a imagen that contains a link? what is the shortcode i should use?

thank you

Topic Tags
4 Replies
Sofy
Posts: 4585
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @carlosburgos,

Thank you for contacting us. 

Could you please try to explain in other words? 

3 Replies
(@carlosburgos)
Joined: 5 years ago

Eminent Member
Posts: 10

@sofy

yes, of course. if i publish an image, making the image appear in the publication, i would like it to link you to a specific page, and not to the image file it comes from by clicking on it

click on the image > go to a another page

it is possible?

Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4585

@carlosburgos,

You should use the following syntax in such cases. 

<a href = " https://wpforo.com/ " target = "_self"> 
         <img src = "/wpForo-Logo-WordPress-Forum-Plugin.png" alt = "Tutorials Point" border = "0"/> 
</a>

The code should be added in the Source code pop-up window. Just click on the "Source Code" {;} icon of the text editor.

Here is an example: 

 

Tutorials Point

(@carlosburgos)
Joined: 5 years ago

Eminent Member
Posts: 10

it works! thank you so much, @sofy