Previous/Next Links for Pages in WordPress

If you ever need previous/next links for pages in WordPress, you may have noticed that it’s not a built in feature like it is for posts – at least as far as I can tell.

I suppose it’s understandable since pages don’t really have linear organization, but every now and then, the ability to simple click ‘next’ ‘next’ ‘next’ to cycle through some pages would be really handy. For instance, I work on a lot of sites for bed & breakfasts and they inevitably have a landing page for their rooms, then child pages for each individual room. These individual rooms pages often have “next room” and “previous room” links, plus one back to the main page. Continue reading Previous/Next Links for Pages in WordPress

Customize Default WordPress Avatar

Update: I recommend using my completely new version Add New Default Avatar. Click the link to go check out the details. This plugin is no longer being maintained.

Not happy with the default avatar options built into WordPress? Neither was I (actually, I never gave it much thought – someone else pointed it out to me).

So, I put my fingers to work and made a plugin that will allow you to a new picture and set it as the fall-back options for commenters without gravatars. Other features include:

  • Enable/Disable without activating/reactivating
  • WPMU compatible

Questions/Comments/Issues? Let me know in the comments. Continue reading Customize Default WordPress Avatar

Better Organization

When you have WordPress installed do you really want all those wp- files in the root directory? No! But do you need them there? I used to think so, otherwise why would it come that way? But you can move those files so they’re out of the way!
With a few easy changes, you can take all the files to never edit and get them out of the way, then bring your content folder to the fore.

Pros: easy to navigate, security via non-default, pleasant to look at
Cons: some plugins will either not work, or need to be edited (default paths hard-coded rather than using global variables)
(Note: NextGen gallery is currently giving me issues, will update if I find a solution) Continue reading Better Organization