Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

5 Posts
2 Users
0 Reactions
1,382 Views
Posts: 10
Topic starter
(@carlosburgos)
Eminent Member
Joined: 7 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: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @carlosburgos,

Thank you for contacting us. 

Could you please try to explain in other words? 

3 Replies
(@carlosburgos)
Joined: 7 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: 8 years ago

Support Team
Posts: 5486

@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: 7 years ago

Eminent Member
Posts: 10

it works! thank you so much, @sofy