wplift asks: How many plugins is too many? The answer may surprise you!

We could not have written a better clickbait-y headline. There is a common myth that having a lot of plugins on your site can slow it down. wplift looks at this myth and explains why this is not always true. The article is very thorough, covering several concerns about plugins: Plugin impact – does the plugin change one little […]


Custom Plugins vs. your theme’s functions.php file

It is standard practice for us to create custom plugins for our clients’ WordPress sites. We go the custom route (rather than plopping them into the functions.php file) for 3 reasons: Portability – you can change themes and not lose the custom functionality – plus you can switch to a default theme to debug problems and not break everything […]