'wordpress' tutorials

All 'wordpress' tutorials:

  1. Developing Plugins for Your WordPress Theme Framework

    Developing Plugins for Your WordPress Theme Framework

    Tutorial Intermediate

    By creating your own theme framework, you've created the foundation of a WordPress eco-system that you can develop using not only child themes but plugins,...

  2. An 8-Step Checklist for Publishing a WordPress Theme on ThemeForest: Part 1

    An 8-Step Checklist for Publishing a WordPress Theme on ThemeForest: Part 1

    Tutorial Intermediate

    ThemeForest has to set the bar high to make sure they have the best themes in the marketplace. In this tutorial, we're going to go through a "checklist" to...

  3. Creating Dummy Text in WordPress

    Creating Dummy Text in WordPress

    Tutorial Intermediate

    When developing a new WordPress site, you'll often want to add some dummy text to your posts and pages so you can see what the site will look like before the...

  4. Import and Archive Your Tweets With WordPress

    Import and Archive Your Tweets With WordPress

    Tutorial Intermediate

    Install a specialized Twitter archive theme for WordPress and its accompanying plugin; benefit from search engine traffic to your tweets.

  5. Using Font Awesome in Your WordPress Theme

    Using Font Awesome in Your WordPress Theme

    Tutorial Intermediate

    I'm sure a lot of you who create WordPress themes have had a need for icons. Icons are a great way to visually add meaning to a button or post related like...

  6. Using PHP CodeSniffer With WordPress: Installing and Using PHP CodeSniffer

    Using PHP CodeSniffer With WordPress: Installing and Using PHP CodeSniffer

    Tutorial Beginner

    In this article, we're going to take a look at what PHP CodeSniffer is, how to install it, and how to run it against a couple of different scripts. Then...

  7. Install Multiple WordPress Plugins in Just a Few Clicks

    Install Multiple WordPress Plugins in Just a Few Clicks

    Tutorial Beginner

    If you're one of those who do multiple WordPress installations each month, you are probably as tired as me when it comes to installing the five or six...

  8. Options for 301 Redirects in WordPress

    Options for 301 Redirects in WordPress

    Tutorial Beginner

    Redirects are something that every web developer or website owner will probably need to do at one time or another. Redirects are primarily a way of...

  9. How to Use Mandrill to Send Email in WordPress

    How to Use Mandrill to Send Email in WordPress

    Tutorial Intermediate

    This tutorial will teach you how to use Mandrill to make WordPress email sending more reliable and traceable. You will also learn how to replace the welcome...

  10. Creating an Upcoming Events Plugin in WordPress: Creating the Widget

    Creating an Upcoming Events Plugin in WordPress: Creating the Widget

    Tutorial Intermediate

    In this final installment of this series, we're going to take a look at how to create a widget using the WordPress Widgets API, use the widget to display a...

  11. How to Build a WordPress Plugin to Identify Old Posts

    How to Build a WordPress Plugin to Identify Old Posts

    Tutorial Intermediate

    In this article, we're going to take a look at everything that's required to build a WordPress plugin that notifies our visitors if a post they are viewing...

  12. Mastering WP_Query: An Introduction

    Mastering WP_Query: An Introduction

    Tutorial Intermediate

    WP_Query is a powerful tool you can use to customise the way your WordPress site queries the database. In this introduction to the series I'll give an...