If you write object-oriented code for WordPress (usually within the context of plugins), you’re likely to come across a class_exists check before initializing a class. But we should start avoiding class_exists in much of our code at this point (with a few exceptions that I’ll outline below). Depending on the version of PHP you’re […]
Search: “wordpress plugins” (Page 99 of 127)
We found 631 results for your search.
If you’re using CodeKit or another build system, choosing to concatenate JavaScript files can improve the load time of your WordPress project.
Almost everyone who has worked with WordPress has dealt with wp-config.php. I know – there are a lot of managed hosts out there that take care of a lot of this for you – but even though a person may not have directly edited the file, they have definitely interacted with it. For those […]
Tag Sticky Post for WordPress is a plugin that allows you to mark a post as sticky within a specific tag archive. It works exactly like the typical sticky post functionality within WordPress, except that it’s specifically for tag archives. This means that if you have a set of articles under one tag, you […]
Recently, I’ve been asked when I’m planning to bring Mayer to self-hosted WordPress installations. The short answer is that I don’t have a definitive answer, but I am working on the Pressware shop. The longer answer has more to do with my current backlog of work and the things that I’m trying to accomplish […]
