Linking Text Widgets to a page
-
I want to link each text widget to a new page where more information is available, how do I do this? Very new to this!
The blog I need help with is: (visible only to logged in users)
-
Hi,
Essentially, you’ll just need to create text or image links in the widgets on the Sela theme. See the Links and Image Links support pages. The widgets in the front page widget areas on the Sela demo have text links on the words “Read more →,” which are created with following HTML code:
<a href="https://selademo.wordpress.com/page-templates/full-width-page/">Read more →</a>
The basic form of the code would be
<a href="link URL">link text</a>Image links have the basic form:
<a href="link URL"><img src="image URL" /></a>
- The topic ‘Linking Text Widgets to a page’ is closed to new replies.