Tag Archive: WordPress

State of the Word 2023 Recap

WordPress

The WordPress community was abuzz with excitement as Matt Mullenweg, WordPress' illustrious co-founder, took to the international stage to deliver the first non-North-American "State of the Word", live from Spain. While there was some retrospection, the theme of the event was definitively looking forward as Matt (and Matias ventura, WordPress' lead architect) teased new features and directions for the WordPress CMS. https://youtu.be/1MwT9EEkguE A Look…

Continue Reading

One Block to Another: A Guide To The Block Transform API

Tutorial

The introduction of Gutenberg in WordPress has revolutionized the way we create and design content. With Gutenberg's popularity on the rise, content creators are on the hunt for ways to make their content easier and more effective to write. As more and more blocks are added to the repository, it becomes increasingly important to allow a sort of interoperability to them - allowing blocks…

Continue Reading

PHP ‘include’, ‘get_template_part’, and ‘require’: Best Practices

Tutorials

Including files in a PHP environment can be tricky for new developers.  There are no less than four ways to include a file: include, include_once, require, and require_once.  Moreso, there’s very subtle differences in the reasons behind using each one.  Throw in WordPress (which has its own specific flavor of include tag – get_template_part) and it can be downright confusing.  Using the wrong one,…

Continue Reading

It’s 2020 – Do I Still Need A Website?

Digital Strategy

Maybe it’s because I’m a website developer, but I get asked occasionally if having a website is still one of those NECESSARY things you have to have. The further we get with web technologies and platforms, however, the more I could possibly maybe see the need for something that’s not a website. People stream games on Twitch. Creators make videos to publish on YouTube. Streamers and…

Continue Reading

WooCommerce: Third Party API Calls At Checkout

Tutorials

I've been doing a lot more WooCommerce work as of late. And with good reason - WooCommerce (as of the end of 2016) powers nearly 42% of all eCommerce stores on the internet. One of the biggest requests I have when working with WooCommerce is how to integrate a third party vendor into a checkout screen. An example would be a gift card merchant.…

Continue Reading

How To Search A Specific Custom Post Type (Only!) in WordPress

Tutorials

If you’re like me, you use custom post types a LOT when you’re doing projects (or on your own site, if I’ve done it for you!).  There’s a lot of value in having a type of content that’s unrestrained and flexible.  Sometimes, however, you want to be able to search a particular post type, and leave out all of the other results (pages, blog…

Continue Reading

Add a Product List to WooCommerce’s Order Columns

Tutorials

If you’re running WooCommerce, the Orders screen is a great way to see – at a glance – what’s going on in your store.  However, there’s one thing that it absolutely doesn’t show: the products that people have ordered. The code below changes that – it gives you a special column in your Orders screen called “Products” and shows a quantity and product name…

Continue Reading

Using a Child Theme in WordPress

Screencasts

Most WordPress themes, by and large, are ready to go out-of-the-box.  Every now and then, however, we have to make changes to a theme that goes beyond the standard options and settings the theme gives us We may have to change a layout, add some content, or simply rearrange the elements on the theme; there are some things you just can't use a radio…

Continue Reading

Help! I’m Locked out of WordPress

Tutorial

There's nothing scarier than trying to log into your WordPress site and realizing you are unable to do so.  Honestly, it happens for one of a few reasons: we forget our password, we've given our account to someone else and they've forgotten the password, or an unsavory individual has gotten access to your account and has now locked you out.  Any of these examples are…

Continue Reading

What is WordPress?

Community

WordPress, at its current state, is the most widely used content management system on the planet.  Powering over 20% of the popular web (and over 10% of all eCommerce systems), there's no other system that comes close in both scale and usability.  It's something you hear about in conversation, especially in small-business circles and blogger meetups. A Definition of WordPress Even though it doesn't really…

Continue Reading