When I change the following parameters in Basic theme settings, nothing changes :
- Display register link
- Display login link
- Style Switcher Display
I could not find the solution apart from changing the default get_option code in header.php
eg on line 100 :
- Code: Select all
get_option('login_link', 'Y')
replaced by
- Code: Select all
get_option('login_link', 'N')
The name of the option is the same as in the json config file, so I don't know where to look...