Blog Category

WordPress Tutorials Articles Page 3

wp_query
WordPress Tutorials

Using wp_query to expand your WordPress Site’s Functions

WordPress developers are constantly looking at ways to improve the functionality and performance of their clients’ sites. To aid in this effort, WordPress includes an extensive library of functions that can be used to add features and functionality to […]

WordPress Tutorials

GitHub and CircleCI Deployment via SFTP

The tutorial will focus on setting up CircleCI config.yml file to deploy the master branch of a GitHub repository via SFTP. To follow along with this tutorial you will need: 1. A theme or plugin that you […]

A woman installing a WordPress theme.
WordPress Plugins & Themes

How to Install a WordPress Theme

Ready to install a WordPress theme?  Great!  There are tons of resources online when it comes to themes. We recommend themes from the WordPress.org Theme Directory. If you’re looking for a Premium theme we recommend […]

Multiple pieces of a website
WordPress Tutorials

How You Can Easily Manage Multiple WordPress Sites

If you’re a developer or run an agency, then you’re probably going to be managing multiple WordPress websites. Managing multiple WordPress sites can end up being  extremely time consuming, and that’s not even including the […]

A person setting up a local development environment for their WordPress site.
WordPress Tutorials

How to Setup a Local WordPress Development Environment

When you’re building out a WordPress website you’re going to have a few different options for building and deploying your website. You can either build and make changes to your site live (not recommended), use […]

Default blog image
WordPress Tutorials

Setting up WordPress on Laravel Homestead

Laravel Homestead is a prepackaged Vagrant box that provides a development environment for Laravel. It’s packed with PHP, MySQL, Nginx and everything else you need to run a local web server. Homestead is great for developing in Laravel, […]