WiscWeb - WordPress UW Theme - Tagline Hyperlink
This document will walk users through the process of adding code to the tagline field in the Customizer to make this text a clickable link.
- 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 referencepink: tagline textblue: closing hyperlink tag