Category Archives: Wordpress

Posts about using and coding Wordpress, in general.

Add New User?

You know what’s awesome? There is no way to alter the admin Add New User page… at all. No actions whatsoever. Ugh. I’ll have to create my own Add New User page someday. Lame. 9

Posted in Register Plus Redux, Wordpress | 8 Comments

load_plugin_textdomain Timing

Interesting question, should load_plugin_textdomain() be done in the constructor, or during WordPress’ init action? I’ve found conflicting information, and I know that the constructor was working previously, but, IMO, the constructor’s a bad place to do much of anything so … Continue reading

Posted in Wordpress | Leave a comment

Date/Time Now Button

It’s funny how little things like this crop up. But I wanted to change the date and time of a recent post to the current date and time. To do so, I manually change the month, day, year, minute, and … Continue reading

Posted in Wordpress | 11 Comments

The Case of Maintenance Mode

Two of Redux’s users reported a conflict with Maintenance Mode and Redux. Upon investigation, I found the problem with Maintenance Mode to be that it breaks compatibility with the entire pluggable architecture. Maintenance Mode probably breaks a lot more plugins … Continue reading

Posted in OPP, Register Plus Redux, Wordpress | 13 Comments

wp_update_user and user_login

I attempted to change the user_login of a user using the standard wp_update_user function. The following code is simplified for clarity. wp_update_user(array(‘ID’ => $user_id, ‘user_login’ => $new_user_login)); I was frustrated time and time again to find that my user_login was … Continue reading

Posted in Wordpress | Tagged | 6 Comments

GoDaddy Economy Hosting and WordPress

UPDATE 10/13/2010: I also found it necessary to disable WordPress’ autosave feature. Here’s how… Adjust WordPress Autosave or Disable It Completely Getting WordPress 3.0.1 working on GoDaddy’s Economy Hosting which came free with my domain purchase proved to be a … Continue reading

Posted in Wordpress | Tagged , , , | 4 Comments