Tagged Questions
0
votes
0answers
26 views
I change all options except for General Settings
I can change all the settings on the site except for the Wordpress General Settings section. This includes both Wordpress options and plugin related options.
I get a this error code:
**
403 ...
0
votes
1answer
60 views
Static Page redirects to Frontpage
There is a static page named pcmuskel.de/ratgeber. Trying to access this URL wordpress redirects me to the frontpage.
I had this page set up as frontpage before but it didn't work. The frontpage ...
6
votes
2answers
2k views
How to display admin error notice if settings saved succesfully?
Title sounds counter-intuitive but bear with me. :)
I have options page, made with Settings API. When user enters invalid data I want to display error notice with add_settings_error() call.
But! To ...