Welcome Area Links to Pages or Posts

Homepage Community Forums Epik Theme Support Welcome Area Links to Pages or Posts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9233
    davidamoore
    Customer

      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?

      APG-LEGAL.com

      #9238
      Wes
      Moderator

        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-->

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.