Tag: WordPress


  • Another site live!

    Another site live!

    Tarbat Discovery Centre requested a new website for their Discovery Centre at the start of the year, which is now deployed!

    Working closely with a designer was a great experience and the charity are pleased with the result.

    Avoiding complexity and using hosted solutions minimise maintenance and training for the charity, allowing them to focus on their core mission.


  • Disable all WordPress Plugins

    Disable all WordPress Plugins

    Check error logs to find which plugin is crashing the site, then check the site’s wp-config.php file to identify the database name and prefix.

    Using phpMyAdmin or similar, assuming “wp” is the prefix, locate wp_options table and edit the active_plugins row.

    The data starts a:X where X is the number of active plugins. Change the entry to a:0:{} to disable all plugins.