Software Engineering in WordPress, PHP, and Backend Development

Author: Tom (Page 46 of 427)

Sending Authorization Headers with WordPress

Whenever we’re making remote requests with WordPress, we’re likely going to be using one of the following functions:

And, yes, sometimes we’ll be using cURL depending on the nature of the project, but that’s outside the content of this post.

For this article, I want to talk specifically about making remote requests and specifying headers against a third-party API.

Continue reading

Time Off 2019: Part 2 of 4 of Social Media Sabbaticals

Earlier this year, I followed-suit with my usual routine of social media sabbaticals (which is just a fancier way of saying “time off of social media” 🎩).

If you’re new to reading this site, you can read my past entries here:

  1. The First Social Media Sabbatical of 2018
  2. The Second Social Media Sabbatical of 2018
  3. The Third Social Media Sabbatical of 2018
  4. Time Off 2019: Part 1 of 4 of Social Media Sabbaticals

This is something I’ve been doing for a while now, and it’s something that I’ve found useful both for my personal and professional life.

And I don’t want to try to come up with some other reason for doing this so I’ll quote my previous post (because quoting yourself isn’t narcissistic or anything, is it?):

Every time I end up taking time off of social media in general, I never regret it. At the same time, I also find new things I want to do during that time.

But one of the things I like do during this post other than share that I am doing it (because I see this site as the primary place to keep up with me – not Twitter, not Instagram, not AIM, not ICQ), I like also to cover what I plan to do.

So here’s what I’m looking to do during August.

Continue reading

Episode 7 – On Gutenberg

It’s been a really busy month, so this episode is coming out just about as late as it can for a monthly podcast.

If you’re reading this post, then chances are the latest episode is already available on your favorite podcast service.

In this particular episode, I’ve got a new sponsor with a coupon code specifically for listeners, so be sure to check that out (in addition to the content, of course).

And with that, here are the notes from the episode.

Continue reading

Adding Multiple Coding Standards with Composer

It’s one thing to be using PHP CodeSniffer manually but if you’re using a utility such as GrumPHP to check your work before committing it to the repository, then you’re likely going to want to use the version that you’re installing with your project.

This assumes that:

  1. You are installing PHP CodeSniffer local to your project,
  2. You want to install a specific set of coding standards to run against your code.

Remember, this is also done in the context of wanting to run automated scripts during the commit process and in a local environment (versus a global setting) with Composer.

Continue reading

Use Meta Box to Create a FAQs Page in WordPress

This post is brought to you by Meta Box and the work they are doing to make working with custom meta boxes easier for all WordPress Users.

A FAQs page, as many of you know is short for Frequently Asked Questions, is a commonly used page to provide quick answers about a product or service. They’re common to us all, but it’s important to note the role they play when establishing a relationship with the customer.

Furthermore, if you run a site built on WordPress, you may also find it helpful to know how to build a custom FAQ template, as well.

In this post, we will share an easy way to create a FAQs page in WordPress by using the Meta Box plugin.

Continue reading

« Older posts Newer posts »

© 2025 Tom McFarlin

Theme by Anders NorenUp ↑