[…] to migrate over to Standard to have their questions asked. Here’s what we have planned: Upgrading an existing Standard 2 installation to a Standard 3 installation Recommended plugins that play nice with Standard and that enhance your publishing experience Site optimization including page speed, caching, server configuration, and more Q/A for strategies, content development, […]
Search: “plugins” (Page 124 of 130)
We found 650 results for your search.
[…] class all of their own. I know – most of the cost that goes into premium themes are usually spent on support, but even free themes (and plugins) for that matter offer support and they do so for free. Is it that unreasonable to expect a higher grade of quality and features from our […]
[…] the nature of your project)? After all, it’s all code, right? Separation of Concerns: Queries and Helpers For those who have built more complicated themes (or even plugins), there’s a significant chance that you’ve had to write custom queries by using `WP_Query`, `WP_User_Query`, or `$wpdb`. Even if you haven’t done that, there’s a chance […]
[…] taking advantage of it as much as we should in order to create more reusable code on the front end of WordPress themes (or views or WordPress plugins). According to the Codex, the function should be used when we need to: Load a template part into a template (other than header, sidebar, footer). But […]
[…] of a page. Not much to it, right? But it’s also one of the tags that can be abused which can cause problems especially as it relates to plugins. Filtering wp_title Matters First, the default use case for wp_title is quite simple. It’s easy enough to add that tag, declare the separate, and how you […]

