Skip to content

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.

Available Options

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.

Retrieving Options

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');

Adding new customizer fields

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.

Clone this wiki locally