Software Engineering in WordPress, PHP, and Backend Development

Search: “plugins” (Page 124 of 130)

We found 650 results for your search.

Migrating To Standard 3

[…] 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, […]

Separation of Concerns with Queries and Helper Functions

[…] 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 […]

A Rule of Thumb for WordPress Partials

[…] 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 […]

Filtering wp_title and Why This Matters

[…] 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 […]

« Older posts Newer posts »

© 2025 Tom McFarlin

Theme by Anders NorenUp ↑