WordPress

Most of my web development work is done through WordPress. I've built hundreds of little WordPress plugins, and dozens of scratch-made sites. At this point, I've modified nearly every corner of WordPress at some point since I started using it in 2009.

A portrait of Alex Standiford
Alex Standiford

Fellow WordPress developers building websites, I beg you. Please learn about must-use plugins, and every time you think about adding a special hook to your functions.php file, think for a moment - is what you're adding going likely going to want to continue to be used when you change themes? If so, put it in your must-use plugin instead of the theme. You'll save yourself (or the next person to work on this site) so many headaches when you change the theme in the future.

#WebDevelopment #WordPress