1 0 Tag Archives: WordPress
post icon

free themes aren’t so free

Wow, it has been awhile since I’ve last posted. The quick story is that I’ve been busy between redesigning our work website, kept running with my kids’ activities, and maintaining about eight other websites as well. I still have many photos (i.e. thousands) to go through and post as well.

I’d like to share something that I’ve learned these past few months. First of all, if you are using a free WordPress theme you’ll want to make sure you got it from a legitimate site. In doing research for a new design for work, I came across a “free” theme called ‘Coffee Break.’ As it turns out, it was posted on a site that I then found out didn’t have the authority to post it. ‘Coffee Break‘ is a cool theme from Woo Themes and much to my chagrin is not free. (more…)

Leave a Comment
post icon

wordpress unauthenticated administrator password reset – 2.8.3

There is a security flaw in WordPress 2.8.3 which allows the admin password to be reset via a browser GET request. This will temporarily lock out admins from their site. It is a flaw in the password reset function of wp-login.php. It can only reset the admin account and cannot be used to break into the system. In other words, an inconvenience, not a threat.

To temporarily fix this until it is patched by the WP developers change line 190 in wp-login.php from:

if ( empty( $key ) )

to:

if ( empty( $key ) || is_array( $key ) )

A good write-up of the situation can be found here at H-Online.com. If you find yourself already locked out of your system, there is a script available from codex.wordpress.org: Using the Emergency Password Reset Script

Let’s stay safe out there…

Leave a Comment
post icon

freebie list

FREE —FREE —FREE —FREE —FREE —FREE —FREE —FREE —FREE

I keep finding new sites with tons of fabulous freebies thanks to everyone on Twitter. Below is the beginnings of a list of those I find myself going to over and over. The folks who offer these put out unique, quality products. I’ll be adding more as I have time. Hope you enjoy them as much as I do!

Leave a Comment
post icon

slow and steady

Can we expand the number of hours in the day? Say, another 5 or 6 would be nice. I say this because I’m still learning the ins and outs of WordPress. While this has been fun, I’m having to dig into code more than I anticipated. This is a bit disappointing because I want to do my own template but need my site up and running first. Portfolio stuff will be next but, the “portfolio” page template doesn’t seem to want to cooperate. Guess I’ll just use a bigger hammer :)

Leave a Comment
post icon

a work in progress

Almost overwhelmed…taking on WordPress now: installed it on my site, installed a template, configuring but am tired and need to get some sleep. This template will have to do until I get time to do my own.

Photos of the kids games still waiting to be processed and uploaded. Looking to learn Drupal soon too. Hopefully it isn’t as confusing as Joomla seemed to be initially. Still have another site to tweak as well but need to send info to the owner first before I get too far into it. Tomorrow :)

Leave a Comment