Page load requires a trailing “/” [closed]

sounds like a .htaccess issue use a standard theme – still got the error? yes –> investigate your .htaccess file in the root of your site is the rewrite module loaded –> check with phpinfo() on your local server no –> investigate a .htaccess file within the template directory in both cases: check the rewrite … Read more

How to set default values for options page

This can be done by storing a version for your plugin and check if that version exists, it means the plugin is installed and if it does not exist then you can setup default options “once only”. Check if plugin is installed, if it is not then setup default options and store a plugin version … Read more