Fixing integration issues of manually installed WordPress, MySQL, Php using IIS on Windows Servers
Your PHP installation appears to be missing the MySQL extension which is required by WordPress. image Fix: Enable MySQL Extension for Php via php.ini as shown below: ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; ; If you wish to have an extension loaded automatically, use the...
Remove menus and submenus from the WordPress Dashboard
Sometimes you might need to remove posts, pages, plugins or other menus and submenus from the WordPress dashboard. Here’s two handy functions put together to remove all by Chris_O over at StackExchange. Simply add these to the functions.php file in your WordPress theme then delete...
Stay connected