The theme allows for a number of URLs to be defined for various purposes. For example, they are used for links in the Slider in the built-in mechanisms are used, for the Tabs, for the Logos, and in the Footer. They are defined in links-options.php
which is loaded from functions.php
so please be careful if you edit the file directly.
The first batch defines a default URL and URLs for various sections.
The links continue with one for 'Adult Volunteers', before continuing with specific links for the District and the County and a generic 'News' link.
The next set of 'Group Link' URLs are simply to allow more links to be added without the need to edit the code. They might be useful, for example, if there is an event or activity that you want to link to temporarily. The 'Group Link' name found its way into the theme and got stuck there.
The last batch of links overs things found in the Footer.
The current list of links and their default values follows.
Default | # | |
Beavers | /sections/beavers/ |
|
Cubs | /sections/cubs/ |
|
Scouts | /sections/scouts/ |
|
Explorers | /sections/explorers/ |
|
Network | /sections/network/ |
|
Active Support | /sections/activesupport/ |
|
Adult Volunteers | /sections/adults/ |
|
District | /sections/district/ |
|
County | /sections/county/ |
|
News | /category/news/ |
|
Group Link 1 | # | |
Group Link 2 | # | |
Group Link 3 | # | |
Group Link 4 | # | |
Group Link 5 | # | |
About | /site/about/ |
|
Accessibility | /site/accessibility/ |
|
Contact | /site/contact/ |
|
Cookies | /site/cookies/ |
|
Mission Statement | /site/mission/ |
|
Privacy | /site/privacy/ |
|
Site Map | /site/sitemap/ |
There is nothing particularly significant about the default URLs which can all be overridden.
Links provided via Easy Theme Options are used as arguments to home_url()
unless they start with http://
or https://
in which case they are treated as full URLs and left alone.