Get $500+ of the best After Effects files, video templates and music for only $20!

Browsing Category

Plugins

Adding Post Series Functionality to WordPress With Taxonomies

Adding Post Series Functionality to WordPress With Taxonomies

Ever wrote a “post series” on your blog? If you did, you probably needed to add the links of the other parts of the series into the latest post you wrote. Each time you finished a new part, you had to update the link list of the other parts. There has to be an easier way, right?

Creating a WordPress Network Widget

Creating a WordPress Network Widget

In this tutorial, we are going to create a widget that will display sites from a WordPress Network of sites. This short tutorial will show you how simple it is, to create a widget and use it to navigate to different network sites.

The Complete Guide To The WordPress Settings API, Part 8: Validation, Sanitisation, and Input II

The Complete Guide To The WordPress Settings API, Part 8: Validation, Sanitisation, and Input II

This entry is part 8 of 8 in the series The Complete Guide To The WordPress Settings API

We’ve reached the final article of the series. In the last post, we took a look at introducing validation, sanitization, and a couple of basic input elements that we can take advantage of when building option pages.

In this article, we’re going to take a look at the final set of three options and how to hook them up to the front-end of the theme.

How to Create an Instant Image Gallery Plugin for WordPress

How to Create an Instant Image Gallery Plugin for WordPress

Learn how to create a simple, automatically generated image gallery plugin with thumbnail navigation for WordPress. The end result is a simple, attractive gallery with thumbnail navigation that is created automatically whenever you upload images to a post or page. No special settings, no options to configure, no hoops to jump through – it just works!

The Complete Guide To The WordPress Settings API, Part 7: Validation, Sanitisation, and Input I

The Complete Guide To The WordPress Settings API, Part 7: Validation, Sanitisation, and Input I

This entry is part 7 of 8 in the series The Complete Guide To The WordPress Settings API

If you’re just now joining us, we’ve covered a lot of topics in this series – we’ve attempted to give a complete overview of the WordPress Settings API as well as its related functions. We’ve discussed settings, options, navigation, and menus. We’ve also been working through practical examples employing each of the topics we’ve discussed.

Publishing WordPress Plug-Ins With Git

Publishing WordPress Plug-Ins With Git

If you’ve got a plug-in hosted on the WordPress repository then you’ll be fairly familiar with SVN and some of its commands. In this tutorial I’ll show you how you can use Git, another version control system popularised by GitHub, to publish and maintain your plug-in.

Creating a Simple Twitter Plugin for WordPress

Creating a Simple Twitter Plugin for WordPress

Let’s see how can we make a very simple plugin showing some latest posts from a Twitter account.

A Guide to the WordPress HTTP API: Automatic Plugin Updates

A Guide to the WordPress HTTP API: Automatic Plugin Updates

As you probably already know, WordPress has a mechanism that detects plugins, themes and the WordPress core updates, makes a notification when they are available, pulls information about these updates and enables you to automatically install these updates. This third (and final) part of the WordPress HTTP API series will teach you how to create your own plugin repository to distribute automatic updates for your users.

The Complete Guide To The WordPress Settings API, Part 6: Menu Pages

The Complete Guide To The WordPress Settings API, Part 6: Menu Pages

This entry is part 6 of 8 in the series The Complete Guide To The WordPress Settings API

In Part 3 of this series, we surveyed the various menu functions that the WordPress API provides. If you’ve been following along, then you know that we’ve already setup a settings page for our theme by using the add_theme_page function. Although introducing menus and submenus aren’t explicitly part of the Settings API, they play a role in building custom functionality, plugins, and/or themes.

A Guide to the WordPress HTTP API: Payments With PayPal

A Guide to the WordPress HTTP API: Payments With PayPal

This entry is part 2 of 2 in the series A Guide to the WordPress HTTP API

In the first part, we touched on the basics of the WordPress HTTP API and how to make a simple GET request and read the response. In this tutorial, we’ll learn about the PayPal Express Checkout API and how to build a class that uses the HTTP API to process payments with PayPal. Preferably, you will have some knowledge of what PayPal is and also a Sandbox account (which is free and easy to get). We’ve done this as a plugin to show how the PayPal class works and ease making the HTTP requests.

Page 1 of 6123456