Hi, I have figured out the READ MORE, but now how do I hyperlink the text to a page within the site? Secondly, I have other text on the home page that I would like to Hyperlink on the home page to other anchors/pages in within the site, how do I do that ? Thank you all so much for your help! Ellen Little
You can make hyperlink to the text through anchor hyper reference code given below: Go to the Appearance -> theme options ->Homepage two cols and paste this code HTML: <a href="url of that page where you want to move after click on the text">READ MORE</a> For reference see the image below For more reference see the link: http://www.w3schools.com/tags/att_a_href.asp thanks.