Jun 22

What do you do if you don’t remember your Admin password to your Wordpress blog?

You could simply click the “Lost password” link on the admin page.  This will send an E-mail to the address that is listed for the Admin.  But what if you don’t remember what E-mail address you used for the Admin?

You’re OK as long as you have access to the database for your Wordpress install.

  • Login to the control panel that is hosting your web server
  • Launch the PHP MyAdmin
  • Select the database that is for your Wordpress install
  • Select “wp_users” from the list of tables on the righ-hand side
  • On the main screen will be a list of registered users from your Wordpress install.  Find the one that you want to change the password for and edit that entry
  • Now, simply past the string “$P$Bq8Zk0hCxoUDcKV8jcmymS1Q10dQbz0″ into the password field

This has set your password back to “password”.  Now you can login and change your password to something else.

You can also change the E-mail address of a user account using steps 1-5 above and just change the E-mail field instead of the password field.  This might be useful if you need to change the E-mail address of a user on you blog without changing their password.


del.icio.us:How to recover lost Wordpress Admin password or E-mail digg:How to recover lost Wordpress Admin password or E-mail spurl:How to recover lost Wordpress Admin password or E-mail wists:How to recover lost Wordpress Admin password or E-mail simpy:How to recover lost Wordpress Admin password or E-mail newsvine:How to recover lost Wordpress Admin password or E-mail blinklist:How to recover lost Wordpress Admin password or E-mail furl:How to recover lost Wordpress Admin password or E-mail reddit:How to recover lost Wordpress Admin password or E-mail fark:How to recover lost Wordpress Admin password or E-mail blogmarks:How to recover lost Wordpress Admin password or E-mail Y!:How to recover lost Wordpress Admin password or E-mail smarking:How to recover lost Wordpress Admin password or E-mail magnolia:How to recover lost Wordpress Admin password or E-mail segnalo:How to recover lost Wordpress Admin password or E-mail gifttagging:How to recover lost Wordpress Admin password or E-mail

Jun 2

Ever download a free Wordpress theme and try to use a widget and it doesn’t work?  This should help.

  1. From the admin page click on design, then theme editor.
  2. Click on sidbar
  3. Add the line <?php if ( !function_exists(’dynamic_sidebar’) || !dynamic_sidebar() ) : ?>” after the first <ul>
  4. Then, put the line <?php endif; ?>” before the ending </ul>

 Once this is done only the widgets that are added to the sidebar should show up.  If there are additional widgets on your sidebar then something isn’t working correctly.


del.icio.us:How to widgetize your Wordpress theme digg:How to widgetize your Wordpress theme spurl:How to widgetize your Wordpress theme wists:How to widgetize your Wordpress theme simpy:How to widgetize your Wordpress theme newsvine:How to widgetize your Wordpress theme blinklist:How to widgetize your Wordpress theme furl:How to widgetize your Wordpress theme reddit:How to widgetize your Wordpress theme fark:How to widgetize your Wordpress theme blogmarks:How to widgetize your Wordpress theme Y!:How to widgetize your Wordpress theme smarking:How to widgetize your Wordpress theme magnolia:How to widgetize your Wordpress theme segnalo:How to widgetize your Wordpress theme gifttagging:How to widgetize your Wordpress theme