Topics Map > Getting Started
Topics Map > UW Theme Functionality > Customizer
WiscWeb - WordPress UW Theme - Hyperlinking the Site Tagline
This document demonstrates how to add code to the tagline field in the Customizer to make this text a clickable link.
Steps
- Navigate to your dashboard in WiscWeb
- Hover over Appearance and choose Customize
- Select the Site Identity option
- In the Tagline field, you will need to add the following HTML before your text:
<a href ="websiteURLhere"> - In-between the quotation marks, you should type in the full URL of the site you would like to link to (example: https://wiscweb.wisc.edu/)
- At the very end of the tagline, you will need to add the closing tag for the hyperlink:
</a> - Select the blue Publish button
- Note: Your tagline will appear in blue after it has been linked
Example
<a href="https://wiscweb.wisc.edu/">WiscWeb Website Link</a>
yellow: opening hyperlink tag with URL reference
pink: tagline text
blue: closing hyperlink tag