Software Engineering in Web Development, Backend Services, and More

Author: Tom (Page 360 of 430)

WP Audio Player – Easily Embed Audio in Your WordPress Posts

As we’ve begun regularly publishing Hello Dolly and I’ve started running a few podcasts on Yet Another Blogging Podcast, I was finding the process a bit cumbersome for regularly embedding podcasts into our posts.

To be clear, I’ve been using the jQuery plugin by Codrops to embed audio, but it requires that I hop back and forth between the visual and the text editor when drafting posts.

In order to streamline the process a bit, I wrapped the jQuery plugin to make an easy to use WordPress audio player plugin.

Continue reading

Yet Another Blogging Podcast – Episode 1: Niche and Narrow

Last week, I mentioned that I was going to be doing a podcast about blogging. I don’t take myself too seriously, it seemed like fun, so why not?

Besides, I had a few questions for how blog and since I genuinely value the questions, comments, and suggestions on this site, I want to try to provide as much information about what I share here.

So I’ve creatively titled this podcast Yet Another Blogging Podcast and the first episode is ready for download (or for listening) today.

Continue reading

How Do You Vet Your Ideas?

One of the challenges of working in the development space is being able to separate your good ideas from your bad ideas.

By that, I mean that most of us who enjoy doing what we do probably have a ton of ideas and pet projects that we’d love to get started on, but there always seems to be several hurdles that crop up.

  • We’re either sidetracked by client work which is good because we need to pay the bills
  • By existing projects which generally require maintenance
  • Or by the time that we actually get to work on what we want to do, we’ve convinced ourselves that it isn’t worth doing or we’ve lost the motivation to do it. What is that?

Then again, maybe this is just me – but I doubt it.

Continue reading

How To Get The Post ID By Post Meta Value

One of the nicest and most flexible aspects of the WordPress API is the ability to associate meta data with certain models – for lack of a better term – in the database.

That is, we can assign meta value to Users, Posts, Authors, and so on.

Retrieving the data is typically trivially easy. Simply supply the ID of the model in question and then pass the key value for said post meta.

But what if you need to get the post ID or post meta key by the meta value instead?

Continue reading

« Older posts Newer posts »

© 2026 Tom McFarlin

Theme by Anders NorenUp ↑