To disable all WordPress plugins via the database, run the following SQL command: UPDATE wp_options SET option_value = ” WHERE option_name = ‘active_plugins’;
Category Archives: WordPress
Allow WordPress to Use Permalinks on Amazon EC2
On Amazon EC2, even with a properly configured HTACCESS file, permalinks will not work, resulting in 404 error pages.
Continue readingAllow WordPress to Use Permalinks on Amazon EC2
Different headers in Divi
I was building a Divi site for a client and they wanted a dramatically different looking header for interior pages. The visual differences couldn’t be accomplished with CSS alone. There had to be some structural changes.
Event Espresso ConstantContact Integration
My client wanted to integrate Event Espresso with ConstantContact. Unfortunately, Event Espresso did not already have an add-on that provided this integration — they do have one for MailChimp, if that helps you. Credit to the developers of the MailChimp add-on, because I referenced some of their code in creating the ConstantContact integration.
Large-scale Migration of Several Self-Hosted WordPress Sites into One Installation
I haven’t posted in awhile because I’ve been working on a very large project that included 1) simplified information architecture, 2) new design, and 3) migrating an existing blog, school, and e-commerce store — all using WordPress — into a single installation
Continue readingLarge-scale Migration of Several Self-Hosted WordPress Sites into One Installation