Software Engineering in WordPress, PHP, and Backend Development

Author: Tom (Page 382 of 428)

How I Organize My Files When Developing WordPress Plugins

So much of software development consists of actually maintaining projects after they’ve been released. Unfortunately, that’s where a lot of time is actually spent refactoring that didn’t necessarily have to occur if more planning had been done from the outset of the project.

Sure – some teams get this right, some teams don’t, and sometimes it’s just the nature of bad luck. After all, the best we can do is try to make the smartest decisions possible given the initial requirements.

When it comes to building plugins, there’s a specific way that I organize my WordPress plugin files that I’ve found to make bug fixes, future updates, and overall development much easier as a the lifetime of a plugin increases.

Continue reading

Professional WordPress Development

Professional WordPress Development

Professional WordPress Development is a topic that’s something I obviously discuss quite a bit here – I believe that WordPress has matured to a point where its potential for building not only blogs, websites, or content-managed sites has grown to where it’s a viable platform for building applications.

In order to share my thoughts on this with a wider audience, I’m currently running a series on Envato that’s all about professional WordPress Development.

Continue reading

How To Add Custom User Meta During Registration

I’m currently working on an application that requires users to register before logging into the site. The application is based on WordPress, but the registration process is using a custom template and requires some extra information.

As an example, I thought I’d share how I’m programmatically creating a user during the registration process, adding extra information to the user’s profile, and then displaying it in the user management dashboard.

Continue reading

How I Built The Category Sticky Post and Tag Sticky Post WordPress Plugins

Yesterday, I released two plugins for WordPress – Category Sticky Post and Tag Sticky Post – both of which serve the same purpose:

Allows authors to mark a post to be placed at the top of a specified archive. It’s sticky posts specifically for an archive.

The only difference is that one is specifically intended for category archives, the other with tag archives. And thus explains the clever names of each of the plugins.

As with my other plugins, I wanted to share my notes on what into building Category Sticky Post and Tag Sticky Post.

Continue reading

« Older posts Newer posts »

© 2026 Tom McFarlin

Theme by Anders NorenUp ↑