I have a client who wants to use the trash feature, but keep items in there indefinitely (I have no idea why, but they insist on it). From reading...
I have recently set up a second blog on my WordPress multisite. The primary blog on the Multisite is www.example.com, and the second blog I have set up two...
What’s the difference beetween define( 'WP_MEMORY_LIMIT', '96M' ); and define( 'WP_MAX_MEMORY_LIMIT', '256M' ); In my host I have this define( 'WP_MEMORY_LIMIT', '786M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' ); is this...
How can I connect to the database using the wp-config.php file ? I’m trying to make a script more WordPress friendly, and I need to connect to the database,...
When starting with a fresh Network install, the first step is a single site install that has one additional line in the wp-config.php file: define( 'WP_ALLOW_MULTISITE', true ); After...
Let’s say I want to change the max upload limit for a WordPress website and I give the following values: wp-config.php: 128MB php.ini: 256MB .htaccess: 64MB So, which one...
I don’t know a lot of WordPress yet, and I’m just wondering: Before installation you have to fill in the correct data in wp-config-sample.php but this also includes the...
I’ve been at a loss so far and so I thought I’d pose the question: Is there a way to modify the verbosity level of the WP debug.log via...
I’m using mac os x 10.6 with xampp. http://wp3.1/ is the url to where I have WordPress installed. The physical path is /Users/myUserName/Sites/wp3.1/ I do not install plugins or...
I am trying to secure my wordpress blog. I read some posts on the web that I should change my table_prefix and hide my wp-config.php. However, I do not...

