Category: Plugins

Changing WordPress Usernames

Wordpress Logo

How to Change a WordPress Username

So you need to change a username and you’ve read how to the hard way (options one and three) I can shout out for the easy way (option 2) via the Username Changer plugin developed by Dan Griffiths (where would we be without the hard working members of the wordpress community!). And you can even do it for the username you’re logged into (you’ll obviously have to login again ;-))

Why?

  1. You just made a mistake when you created a user
  2. You need to change a name after someone gets married
  3. You’ve decided to implement a naming protocol for users
  4. Or you went with the default admin name for your administrator

In any of these circumstances the Username Changer Plugin makes the process painless, quick and straightforward.

Useful Tips

I have a folder of these single-use plugins so I can delete them once I’ve used them and always have a copy when I encounter the problem again.

Filed under: Help, Plugins, wordpress

When WordPress Plugins Go Wrong: How to Deactivate

Wordpress Logo

Sometimes a wordpress plugin has just had enough of you. It happens. And what you’re often left with is a just an error page and a broken site. It can be scary, but fortunately it’s easy enough to fix by deactivating the plugin without having to just spend hours googling the specific error codes.

Disable via SFTP

So here’s what to do:

  1. Login to your site via SFTP (you really shouldn’t be using FTP!)
  2. Navigate to /wp-content/yourpluginname
  3. Rename yourpluginname to yourpluginname-disabled

You’ll now be able to login to your wordpress installation, where you will be able to delete and reinstall the affected plugin. Phew!

Thanks to thehostingnews.com

Filed under: General, Plugins, wordpress

WordPress Plugins: Smushit

Wordpress Logo

wp smushit

People seem to have real problems with working with images and this is where WP-Smushit comes into play. Even if you don’t know how to properly optimise your images, if they’re under 1MB (assuming you’re a cheapskate and not paying for the plugin) then this will handle it for you. Simples.

wp-smushit
This is the benefit I got, less than 5%, but 5% is 5%. Every little helps.
Filed under: Plugins, wordpress

WordPress Plugins: Lightbox

Wordpress Logo

I’ve used the wp-jQuery-Lightbox plugin for many years now, it makes images look nice on wordpress and effectively creates galleries out of individual images embedded in a page.

wp-jquery-lightbox

I’ve become a little complacent in recent months though, given that Jetpack enables pretty, nice, lightbox galleries; it doesn’t however do this for individual images. So wp-jQuery-Lightbox is a must.

Once installed. The only option I check is: Shrink large images to fit smaller screens, which makes it more compatible with mobile devices.

Anyhow, you can find it here, courtesy of Ulf Benjaminsson. Flattr him here.

Filed under: General, Plugins, wordpress

WordPress Cleanup: Database Optimisation

Wordpress Logo

So the database is the most dangerous place non-experienced/non-technical users can mess around in. And I’m certainly not comfortable rolling around in there. So you have to be cautious and if you’re going to hand this responsibility over to someone else then you need to be sure they can be relied upon. So I proceed with caution, as should you.

I spent a lot of time googling, reading guides on database optimisation, etc and I finally I came across the oddly named Optimise Database after Deleting Revisions plugin now this only has 60,000+ installs acording to wordpress, whereas the WP-Optimise plugin had 400,000+ installs, however it was updated less than a month ago as opposed to over 7 months ago for the more popular plugin and that worries me.

Optimize Database after deleting Revisions

I generally won’t install a plugin without an official release via wordpress but I also like to have a read of the developers page and the more detailed that is, the more comfortable I feel. Finding video reviews by other bloggers, such as below, is also reassuring:

So suitably reassured I went ahead and installed the plugin.

Selecting Settings

The plugin is reassuringly neat and well behaved installing two menu options:

  • Plugin settings in: Settings > Optimise Database
  • and Tools (run the plugin) in: Tools > Optimise Database

This is even more re-assuring. I really can’t stand wordpress plugins that clutter up your dashboard menu, after all they’re mostly plugins rather than entire feature sets.

I opted for a relatively simple setup:

  • Maximum number of – most recent – revisions to keep per post / page: 3
  • Delete trashed items: YES
  • Delete spammed items: YES
  • Delete unused tags: YES
  • Delete expired transients: YES
  • Delete pingbacks and trackbacks: NO
  • Keep a log: YES
  • Number of excluded tables: 0

I decided not to schedule optimisation. With something that can screw your entire installation I think you should opt for manual control, plus it means you can always – and you always should – backup your solution before you run any optimisation (in case you need to restore it). I also wouldn’t run it just after I’ve updated wordpress, particularly a full digit update, without checking for an update to the plugin.

So here are my Results

  • 587 post revisions from 75 posts; I selected to keep a minimum of 3 revisions per post.
  • No TRASHED ITEMS found to delete.
  • No SPAMMED ITEMS found to delete
  • No UNUSED TAGS found to delete
  • 7 expired transients deleted
  • 1 Postmeta Orphans deleted

Size of the Database

  • 7.229 MB BEFORE optimization
  • 5.372 MB AFTER optimization

So I saved 1.857 MB or 25 percent of the size of my database for a process that took 1.4988 seconds. And this was just on my site, on my work site I saved 7.007 MB more than 50 percent of the size of that database!

Thanks

Thanks of course to Rolf van Gelder of CAGE Web Design for writing the plugin in the 1st place. Without people like this the wordpress community wouldn’t thrive.

Filed under: Cleanup, General, Plugins, wordpress

WordPress Cleanup: Themes

Wordpress Logo

So I’ve recently got back an old website that I lost due to notifications going to an old email address (sucky domain registrars). Here we are two years later and I’ve managed to get the domain back with my main host and registrar now dreamhost.com (gotta love their simple but effective renewal of domains policy) but it was not without it’s problems.

Once I’d overcome the technical issues with my wordpress installation (thanks to dreamhost support) I decided to read up and undertake some basic wordpress maintenance. One of the suggestions was to minimise the themes you have installed, but are not using. Seems pretty straightforward, but wordpress has no in-built way to delete multiple themes. Step in the delete multiple themes plugin.

Mass Theme Delete Plugin

This simple plugin does what wordpress should do, allows an administrator to delete multiple themes. So I’m deleting all but the theme I’m using and the basic default wordpress themes like 2012 (as backups).

You can find out more about the plugin here and the authors Happy Plugins here.

Update

So a few mins later I’m down from 47 to 8 themes. Quite a clear out.

Filed under: Cleanup, General, Plugins, wordpress

Finding Child Themes on Theme Foundary

So Theme Foundary are by far my favourite wordpress theme designers (and a fav of wordpress.org themselves) but they don’t seem to have read my links, links, links article (mind why would they?) but they could definitely learn a thing or two or rather learn to use 301 redirect.

Helpful tools I highlight include the fab redirection plugin and the broken link checker plugin to help you find links on your site that are broken and then easily allow you to setup 301s to point your readers in the right direction.

No customer or potential customer should have to search google and/or your site repeatedly. Hey but none of us are perfect, we can just commit to constantly improve!

If you’re having trouble finding child themes for a Theme Foundary theme then click here.

PS Thanks Theme Foundary for providing child themes!

Filed under: General, Plugins, wordpress

Links, Links, Links

Wordpress Logo

When is a web not a web? When the things you’ve linked to are broken! I’ve just discovered this great, easy notification plugin for wordpress called Broken Link Checker. And that’s what it does. Simple as that. An invaluable service provided.

And complimented by the amazing Redirection Plugin it can make sure you’re keeping on top of not just the sites you link to, but your own links to ensure that that web remains strong and in place. I can’t recommend the combination more.

Install both and start spinning those webs!

Update

Broken Links are even better than I thought. Not only do you get email notifications, links that are broken are highlighted on the actual page they’re embedded in with a nifty line through the text! See a real, live example from my day job:

Highlighted Broken Link

Filed under: Plugins, wordpress