- This topic has 1 reply, 2 voices, and was last updated 8 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Welcome Area Links to Pages or Posts
I have pretty much follow the awesome advice to set up my site like the demo. I am ready to begin working. Question: How do I get the pictures in the Welcome are to link to a specific page or post?
If you are adding the images in directly using HTML code (through a text widget) then you can add a link to it like this –
<a href="http://link_to_your_page.com"><!--formatted-->
Then add your image code –
<img src="http://link_to_your_image.com"><!--formatted-->
Then close it out with this –
</a><!--formatted-->
So it should look like this in the end –
<a href="http://link_to_your_page.com"><img src="http://link_to_your_image.com"></a><!--formatted-->