- Issue created by @RichardGaunt
Opening external links in a new window is not always preferable. It would be good to have an option to determine how to handle external links
1. Add an external link
2. Note the external icon
3. Note that the link opens in a new window
1. Add a theme option to toggle whether links should open in a new window.
1. Create a utility function for getting the base link variables that every link uses. Currently this should be link text, url, is_external, is_new_window
2. Within this utility function we use theme options to determine whether to open the link in a new window.
Active
1.8
Code