Welcome to this new series on WordPress careers! In this six-week series, you’ll learn about the wide range of options available to you if you want to forge a career with WordPress. This series will be useful for you if you can answer “yes” to any of the questions below: Are you starting out with WordPress and want to develop your career? …
How We’ve Made Website Monitoring Easy with The Hub
Whether your WordPress empire consists of a single domain or 100 websites, I’ve no doubt that keeping on eye on your empire’s health is of utmost importance to you. The health of any organization, whether it consists of wo/men or megabytes, can be ensured by keeping an eye on just a few key metrics. In the world of government, factors …
New Hub Feature! Update ALL Your Plugins & Themes (Not Just Ours)
We’ve just added a new feature in The Hub, our member dashboard, which we think you are going to like: the ability to update all of your plugins and themes from the one easy dashboard, and not just WPMU DEV ones! So now, in order to manage updates (or, in fact, update every single plugin and theme on every single one of your …
Advanced WordPress Development: WordPress Automation With WP-CLI
Whether you’re a developer or an admin overseeing multiple WordPress sites, I’m sure you’ve thought to yourself: “I wish I could do this faster.” From creating a fresh install for testing to updating the same plugin on multiple sites, there are so many tasks you’ll find yourself doing over and over again. WP-CLI is the answer to your woes and …
Changing or Updating Your Version of PHP for WordPress
If you want to keep your website running smoothly, it’s a good idea you change or update the version of PHP it’s running on soon since PHP 7 could soon be a minimum requirement for self-hosted WordPress sites by mid-2017. And since PHP is the programming language that forms the backbone of WordPress, this is one tutorial you shouldn’t put off. …
Understanding and Using the WordPress Hook System
We’ve been covering quite a few WordPress web development topics recently, so you’ve probably already heard about hooks, actions, and filters. These are an essential part of the using the event-driven architecture used by WordPress. And they are your path to creating your own custom “version” of WordPress to suit your needs. In a nutshell, an event-driven architecture is a way …
Making Your WordPress Website Fly: A Performance Optimization Tutorial
Whether you’re working for a client or developing your own WordPress projects, you don’t need me to tell you that speed matters. A lot. And contrary to the well-known cliche, it’s really the lack of speed that kills when it comes to the web. If you depend on WordPress for your livelihood, then it had better perform: Ignore site speed …
Advanced WordPress Development: Using Gulp to Streamline Your Workflow
No matter what languages you’ve used in the past to development websites, you’ve no doubt had to complete menial, monotonous tasks – image optimization, JavaScript minification, concatenation, compiling supersets like SCSS and CoffeeScript to their native counterparts, creating the final build… just to name a few. Fortunately, build scripts such as Gulp and Grunt can take care of these rather …
New Upfront WordPress Magazine Theme – Say Hello to Issue
Another week, another lot of new goodies for WPMU DEV members, and this time round it’s a stylish, crisp magazine-inspired theme that works straight outta the box with our WordPress theme framework Upfront…. say helloooo to Issue. Our new magazine-inspired WordPress theme for Upfront. Check out a live preview of the theme here or find out more and download it …
How to Show Different Menus to Different WordPress User Roles
If you’ve already taken the time to nail down the perfect navigation for your WordPress site, the next thing on your todo list should be working out how much of your website’s menu should be visible to your site’s visitors. For many websites, there probably isn’t much need to customize navigation. However, if you happen to run a website with …