How to make links inside of widgets?
-
The right hand column on most of my pages was made to have themed widgets. The idea was to make some relevant categories with links under them that we could add to or change any time. Though we have the widgets made, they don’t contain any links as of yet, and I can’t find an example of how to add live links under them.
Here’s an example of what one of these widgets looks like on the far right column on my page:
Services
Our Specialties
Articles
Our Video Production Experts Write About:Here’s the code in the widget area:
<ul class="group"> <li><a href="#">Services</a></li> <li><a href="#">Our Specialties</a></li> <li><a href="#">Articles</a></li> <li><a href="#">Our Video Production Experts Write About:</a></li> </ul>
How do I put indented lists live links under each of these categories? I’d be grateful if you could show me an example of this using my code above.
Thanks!
- The topic ‘How to make links inside of widgets?’ is closed to new replies.