-
Notifications
You must be signed in to change notification settings - Fork 0
Basic Settings
Michiel Tramper edited this page Jun 20, 2019
·
3 revisions
The basic settings page can be found in your Admin Dashboard, usually here: https://www.yourdomain.com/wp-admin/options.php?page=linden_options
Obviously, swap yourdomain.com for the domain you are using.
In the options screen you can find the following options:
- Changing the main micro scheme for your website, either person or organization.
- A field for adding your google analytics tracking code.
- Basic optimizations for WordPress and Lazy Loading.
If you are developing and need to access the array of options, they can be accessed in the following way:
$options = get_option('linden_options');
As a developer, you can also manually add new option fields and pages using the 'linden_configurations'
WordPress filter. More information can be found on the Filter and Action Hooks Wiki page.
The Linden WordPress Theme was developed by Michiel Tramper from Make it WorkPress