Archive for June, 2008
How to recover lost Wordpress Admin password or E-mail
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 [...]
June 22, 2008 | Glenn Haggard | Comments 2
How to widgetize your Wordpress theme
Ever download a free Wordpress theme and try to use a widget and it doesn’t work? This should help.
From the admin page click on design, then theme editor.
Click on sidbar
Add the line “<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?>” after the first <ul>
Then, put the line “<?php endif; ?>” before the ending </ul>
Once [...]
June 02, 2008 | Glenn Haggard | Comments 1


