Category: ‘WordPress’
Redirect Loop Installing WordPress on a Subdomain
Posted on April 24th, 2015
Typically installing WordPress on a subdomain is no big deal. It’s a 10 minute process at most. However, today we needed to install it for a client’s test site and it would throw a Error 310 (net::ERR_TOO_MANY_REDIRECTS) — “This webpage has a redirect loop” or “The page isn’t redirecting properly” as soon as the the “Install” button was pressed.
Read more of Redirect Loop Installing WordPress on a Subdomain »
Connecting to Another MySQL Database With WordPress
Posted on February 13th, 2014

A recent project required that I access data from a separate database, in a custom WordPress page template. The data also needed to be retrieved before the opening <html>
tag. By opening another database connection here, WordPress threw a fit, and failed to load the page’s menus. After hours to troubleshooting and searching for answers on countless forums, I finally found a solution…
Read more of Connecting to Another MySQL Database With WordPress »
Removing WP e-Commerce Meta Boxes
Posted on November 10th, 2013
We had a very hard time finding any information on removing the meta boxes found when adding and/or editing products using the WP e-Commerce plugin. To keep the WordPress admin panel as simple as possible for our clients, we try to remove all unnecessary and unused options. This reduces their learning curve as-well-as the number of questions that would need to be asked/answered.