'wordpress' tutorials

All 'wordpress' tutorials:

  1. 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...

  2. 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...

  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. Iterating Fast With Django & Heroku

    Iterating Fast With Django & Heroku

    Tutorial Intermediate

    In this tutorial, we'll build an application in the spirit of rapid prototyping. We'll use Django, Bootstrap CSS and Heroku, focusing on the back end.

  5. 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...

  6. 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.

  7. Create a Simple CRM in WordPress: Creating Custom Fields

    Create a Simple CRM in WordPress: Creating Custom Fields

    Tutorial Intermediate

    In this series, we've been looking at how to create a simple CRM system in WordPress.  In the first part of this series, we created a WordPress Plugin that...

  8. Creating Maintainable WordPress Meta Boxes: The Layout

    Creating Maintainable WordPress Meta Boxes: The Layout

    Tutorial Intermediate

    In the first post, we looked at the initial directory structure and setup the basic code required to get a plugin running in WordPress. In this post, we're...

  9. Create A Simple CRM in WordPress: Creating a Custom Post Type

    Create A Simple CRM in WordPress: Creating a Custom Post Type

    Tutorial Intermediate

    In this series, we're going to be building a simple CRM system in WordPress to store and track prospective clients.

  10. 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...

  11. Creating Maintainable WordPress Meta Boxes: Refactoring

    Creating Maintainable WordPress Meta Boxes: Refactoring

    Tutorial Beginner

    Throughout this series, we've been focusing on building maintainable WordPress meta boxes. By that, I mean that we've been working to create a WordPress...

  12. Developer Plugin: Essential for WordPress Theme Development

    Developer Plugin: Essential for WordPress Theme Development

    Tutorial Beginner

    Setting up a good WordPress development environment will go a long way to assist you when coding either a new WordPress theme or plugin. In this first part...