Category Archives: Wordpress

Call to undefined method WPSEO_Options::get_option()

Call to undefined method WPSEO_Options::get_option() After installing the amp seo glue plugin sometimes we face this issue. Here in this tutorial we are going to tell how to fix the issue

Call to undefined method WPSEO_Options::get_option()

This is issue occur due to older version of yoast plugin. I faced the same problem And to fix it i updated my Yoast seo plugin to the latest version and it fixed all. So if you are having the same issue just update the Yoast plugin to the latest version of Yoast and it will fix your issue.

WordPress Add/Edit Post Redirects to home page


WordPress Add/Edit Post Redirects to home page : Sometimes we face problem while posting content in worpress. There can be many reason for this problem. I was facing the the problem when adding or editing the post. When i click on publish button it was redirecting me to home page always. Here in this tutorial we are going to explain how you can fix this problem.


WordPress Add/Edit Post Redirects to home page

In my case it was mod_security issue. So disabled it and it worked for me. You can disable it by adding the following in .htaccess file.

WordPress Add/Edit Post Redirects to home page:


  SecFilterEngine Off
  SecFilterScanPOST Off

Which will fix your problem.

If the above soultion does not works talk to your hosting provider and ask them to disable the mod_security.

Note : ModSecurity is an open source, cross-platform web application firewall (WAF) module. Disabling this may cause security threat so be sure before disabling it.