Software Engineering in WordPress, PHP, and Backend Development

Tag: WordPress (Page 133 of 219)

Articles, tips, and resources for WordPress-based development.

We Should Be Using The WordPress Style Guide

When working on custom solutions for others – be it for themes, plugins, or some other extension for WordPress – one of the things I think is important is to make sure the Dashboard has the same look and feel as the rest of the native components of WordPress.

That is, I dislike and I disagree when developers and designers deviate from the core WordPress look and feel.

But even for those who try to adhere to using the right elements in the right place and for those who try to stick with laying out dashboard pages using the natural patterns as defined by WordPress, is our best place of reference actually using other pages that exist throughout the dashboard?

Continue reading

How Others Find You (As a Developer)

If you’re working on starting a business – be it a side-income, freelance, agency, or whatever – and you want to build it on top of WordPress, one of the considerations that you have to make is how to actually attain clients.

To be clear, this is not a post on client acquisition, marketing, or anything like that. That’s not the type of stuff I discuss here (nor is it my forte). If you’re really interested in that, check out my friend Curtis McHale’s blog.

Helping you answer the hard questions about your business

Helping you answer the hard questions about your business

Instead, this is more about how you help others find you if you’re not entering the product space.

Continue reading

WordPress Meta Data: Other Data (Not IDs)

Yesterday, I talked about some of the advantages of using IDs when working with various pieces of WordPress data and populating different input elements, saving it to the database, and more.

For certain types of data, this works well; however, this may not always be true especially as it relates to data types such as taxonomies. This is going to be most notable in WordPress 4.2.

Taxonomy Term Splitting

Taxonomy term splitting coming in WordPress 4.2

If you’re an experienced developer, then I recommend reading the blog post linked above; otherwise, suffice it to say that using IDs may not always be the best option depending on if you’re doing a database migration (and how that migration might be done).

So what else are we left to do?

Continue reading

WordPress Meta Data: Use IDs (Not Titles)

One of the features that I’ve often found myself having to implement when building custom solutions for others is implementing some type of select box – be it multi-select or single select – or another similar input element that’s [naturally] populated with a list of option elements.

These options may consist of posts, pages, custom post types, categories, taxonomies, etc. It doesn’t really matter what type of information it includes, but it does matter how the information is populated.

Continue reading

« Older posts Newer posts »

© 2025 Tom McFarlin

Theme by Anders NorenUp ↑