hi @mbeerkens, my first suggestion would be to go to “Settings > Permalinks > Click Save Changes” this will flush and save WordPress rewrite rules. This will usually do the trick.
I tried that already. No luck. How do I reset to defaults? I tried removing the plugin and re-intalling but all settings remained the same.
To reset defaults, there is an hidden option that can be set prior to uninstall.
- active Nooz
- in your functions.php add
add_option('mdnooz_delete_settings_data', '1');
- deactivate/uninstall Nooz
As I write, this all seems a bit overly complicated, I’ll make a note to expose this option in the settings as a checkbox on our next release.