Elogix is an incredibly powerful & fully responsive WordPress Theme.
Open
X

Posts Tagged 'WordPress'

How To Turn Off eShop Test Mode

Posted on January 31st, 2012 · Posted in Blog, WordPress

If you are using the latest WordPress version (which you should!!!), you’ll notice that eShop plugin will be perpetually set to Test Mode and there’s no way to turn it.. read more

Change WordPress Table Prefix

Posted on August 6th, 2010 · Posted in Blog, WordPress

As part of hardening your WordPress installation, it is recommended that we change the prefix of our WP tables. In that way, the ‘bad guys’ and script kiddies will have.. read more

Panglao WP

Posted on January 1st, 2010 · Posted in WP Themes

It’s a modified version of the magnificent LightWord template by Andrei Luca More info to follow

WordPress : ‘You do not have sufficient permissions to access this page’

Posted on December 2nd, 2009 · Posted in WordPress

The problem looks like below. You do not have sufficient permissions to access this page The supposed permission problem has occured before and mainly involves plugins. For older version of.. read more

Rename Tables in MySQL

Posted on August 22nd, 2009 · Posted in MySQL

If you want to hand code renaming tables, here’s the sample. Single Table RENAME TABLE wp_users TO kwg_users; multiple tables RENAME TABLE wp_users TO kwtg_users, wp_usermeta TO kwtg_usermeta, wp_site TO.. read more

Modified WP Table Prefix in bbPress

Posted on August 22nd, 2009 · Posted in Uncategorized

If you change your WordPress/WordPress mu table prefix (and thus, renamed the tables too) and you have a bbPress integrated with it, chances are your bbPress will lose its connection.. read more

WordPress Upgrade Error(wp-comments)

Posted on August 16th, 2009 · Posted in WordPress

I’ve been encountering this for a number of times already and on each time, I had to upgrade WordPress manually(through SSH to make it faster). Now, I was able to.. read more

WordPress as Application Framework

Posted on March 4th, 2009 · Posted in Uncategorized

I’ve been using WordPress for several years now for blog-type publishing but never used it for a full scale CMS. For more complicated sites, I use Joomla. The latter is.. read more