Tag: Up and Running
WordPress Hooks, Actions, and Filters: What They Do and How They Work

This article introduces one of the most important topics in WordPress development: WordPress hooks, including action hooks and filter hooks. Hooks are at the core not only of how WordPress plugins work, but nearly all code in the WordPress ecosystem: most WordPress themes use hooks heavily, as does “WordPress core” itself. WordPress hooks are absolutely a must-know topic in WordPress development.
Defer Parsing of JavaScript in WordPress

It’s a common complaint when you run your WordPress site through any “page speed score” tool: “defer parsing of JavaScript” and/or “remove render-blocking JavaScript.” Today, building on an article Fred first wrote in 2015, I’m going to discuss a was to solve that. It’s been possible since WordPress 4.1, which introduced of a new filter, script_loader_tag. This filter lets us easily change the HTML markup of enqueued script elements—that is, of JavaScript files that were correctly added into a WordPress site using WordPress’s wp_enqueue_script function.
What is WordPress Multisite?

WordPress is so much more than meets the eye. Behind its user-friendly UI and massive ecosystem of plugins and themes lie some incredibly powerful features. Features that, while thoroughly documented, aren’t necessarily common knowledge. Among the biggest of these hidden gems is WordPress multisite.
How to Migrate a WordPress Site Without Crying

A major advantage of WordPress over other website solutions is that you can migrate a WordPress site. Unlike solutions such as Squarespace and Wix, WordPress sites can be freely migrated from one hosting environment to another, without your ever being locked into a specific provider.
How to Use WordPress to Build a Small Business Website

Running a small business is a challenge. It seems like the smaller you are, the more hats you have to wear. But the right tools can help to lighten the load.
Recording: Our Third Live Q&A Webinar for Up and Running Buyers

Here’s last week’s live Q&A webinar for buyers of our premium WordPress development course Up and Running. It’s a wide-ranging session on the practicalities of WordPress development.
Recording: Our Second Live Q&A Webinar for Up and Running Buyers

Here’s last week’s live Q&A webinar for buyers of our premium WordPress development course Up and Running. It’s a wide-ranging session on the practicalities of WordPress development.
Recording: Our First Live Q&A Webinar for Up and Running Buyers

Here’s last week’s live Q&A webinar for buyers of our premium WordPress development course Up and Running. It’s a wide-ranging session on the practicalities of WordPress development.
Understanding “Server-Side” and “Client-Side” in WordPress

This article explains “server-side vs. client side” in WordPress development. This distinction, and how the server side and client side interact, is at the core of not only WordPress development, but of any real understanding of how the web works.
WordPress Shortcode Tutorial: How to Create Shortcodes, and Why They’re Super-Useful

This article is an in-depth WordPress shortcode tutorial. We cover what shortcodes are, when to use them, and how to register your own, with full-code custom shortcode examples.