Pippins Plugins
  • Email
  • Facebook
  • Feedburner
  • Github
  • Google
  • Twitter
  • Vimeo
  • Youtube
  • Rss
  • About
  • News
  • Join the Site
    • Member Benefits
    • Member Plugins
    • Email Notifications
  • Plugin Store
    • Affiliate Area
    • Checkout
  • Plugins
    • Plugin Portfolio
      • Plugin Portfolio – List View
    • Free
    • Premium
    • Member Plugins
    • Coding Standards
    • Get Plugin Support
  • Tutorials
    • Series
      • Plugin Development 101
      • Creating a User Follow System Plugin
      • Customizing Restrict Content Pro
      • Displaying Content with Easy Content Types
      • Writing Your First WordPress Plugins, Basic to Advanced
      • Working with Widgets
      • User Submitted Image Galleries
      • Plugin Thoughts
      • Integrating Stripe.com with WordPress
      • WordPress Rewrite API
    • Member Exclusive
      • Free Members
      • Subscriber Only
    • Difficulty
      • Beginner
      • Intermediate
      • Advanced
    • Action and Filter Hooks
    • Ajax
    • Custom Post Types
    • External APIs
    • Short Codes
    • Taxonomies
    • Video Tutorials
    • Widget Tutorials
    • WordPress Admin / Dashboard
    • Working with jQuery
    • WordPress Database
    • Writing Plugins
    • Tag Index
  • Reviews
  • Support Forum
  • Contact
    • Support the Site
    • Request Code Review
    • Plugin Support
sc-preview-no-ribbon

Sugar Event Calendar

A sweet and simple event calendar for WordPress

rcp-post-image

Restrict Content Pro – Premium Content Plugin

A powerful subscription and premium content plugin

fsb-preview

Full Screen Background Images Plugin

Add beautiful full screen background images to your site.

ecpt-slide-image

Easy Content Types

Easy custom post types, taxonomies, and meta boxes

More Plugins

Why Loading Your Own jQuery is Irresponsible

Posted on March 6, 2013 by Pippin in Thoughts 81 Comments

This is a topic that has been covered numerous times, including several times on this site, but I still find theme and plugin developers that are either unaware of the negative consequences or simply disregard them. I’d like to talk a bit about why exactly removing the default version of jQuery in WordPress and loading [...]

View Post

WordPress Community Crowd Funding

Posted on March 1, 2013 by Pippin in News, Thoughts 26 Comments
Screenshot from 2013-03-01 12:04:24

Myself and other members of the WordPress community are in the process of launching a site that will help crowd fund WordPress projects. After tweeting about the idea, a huge amount of community support has already been garnered for the project and a lot of prominent members of the community are interested in the project. [...]

View Post

User Follow System – Part 5

Posted on February 26, 2013 by Pippin in Advanced, Ajax, Member Restricted, Subscriber Only, Tutorials, Writing Plugins No Comments

This part of the User Follow System tutorial series will focus on writing the necessary javascript for trigger the follow/unfollow actions. When a follow or unfollow link is clicked, the javascript will trigger an ajax action that then talks to the server and tells it which user is being followed or unfollowed, and which user [...]

View Post

Write Code Every Day

Posted on February 21, 2013 by Pippin in Thoughts 5 Comments

There is one, and only one, true way to get really good at development: writing code every single day. Period. Of course there are aspects to becoming a good developer beyond simply writing code (reading tutorials, listening to talks, watching videos, etc), but no matter how many “best practices” tutorials you read or watch, the [...]

View Post

Restrict Content Pro – CSV User Import

Posted on February 19, 2013 by Pippin in Add Ons, Free, Plugins 10 Comments
rcp-graphs-preview

This plugin is an add-on for Restrict Content Pro, a complete subscription and premium content manager plugin for WordPress. Once activated, this plugin will provide a new menu item under the Restrict menu called “CSV Import”. In order to import correctly, you must preformat your CSV to match the requirements of the plugin. You CSV [...]

View Post CSV, restrict content pro

Plugin Development 101 – Intro to Short Codes

Posted on February 18, 2013 by Pippin in Member Restricted, Short Codes, Subscriber Only, Tutorials, Writing Plugins 4 Comments
wordpress-plugin-development_101

The WordPress short code API is one that plugin developers use a lot. Short codes are used for kinds of things: gallerys, related post lists, purchase buttons, alert messages, etc. Whether your plugin uses them or not, every single plugin developer will write at least one short code. This part of Plugin Development 101 will [...]

View Post add_shortcode Short Code

WP Push Releases Restrict Content Pro Extension

Posted on February 18, 2013 by Pippin in News No Comments
rcp-extension1-300x187

WP Push is a fantastic project by Chris Klowsowski that brings push notifications from your WordPress sites to your iOS or Android devices. Today Chris has released a new extension for WP Push that integrates with my Restrict Content Pro, a plugin that provides a complete membership system inside of WordPress.

View Post restrict content pro, WP Push

Crucial Security Flaw Discovered and Fixed

Posted on February 15, 2013 by Pippin in News 4 Comments

Last night a crucial security flaw was discovered in the checkout process of Easy Digital Downloads and fixed immediately. Version 1.4.4.2 was pushed out and takes care of the issue. Please update immediately if you are on less than 1.4.4.2.

View Post easy digital downloads

Write Simple CSS in Plugins

Posted on February 14, 2013 by Pippin in Thoughts 13 Comments

One of the philosophies of plugin development that I believe in very strongly is that CSS should be kept simple and easy to override. Plugins are specifically built for functionality: they provide features that do not otherwise exist in WordPress (ecommerce, sliders, forums, etc). Themes are designed to control the visual appearance of WordPress websites. [...]

View Post

How to Leave a Good Bad Review

Posted on February 10, 2013 by Pippin in Thoughts 20 Comments

If you have ever released a plugin or theme for public use, it is very likely that you have received negative feedback from users. Regardless of how high quality your theme or plugin, there are always users that will dislike it for some reason or other, perhaps it’s because of a conflict with another plugin [...]

View Post
  • ‹
  • 1
  • 2
  • 3
  • 4
  • 5
  • ›
  • »
  • Login

Lost your password?

Please enter your username or e-mail address. You will receive a new password via e-mail.

  • Facebook Become a Fan Like

  • Twitter Subscribe on Twitter Follow

  • YouTube Follow my Videos Subscribe

  • RSS Feed Subscribe with RSS Subscribe

Easy Digital Downloads

Most Loved

  • Love It Pro for WordPress
  • Write a “Love It” Plugin with Ajax to Let Users Love Their Favorite Posts / Pages
  • Simple Notices Pro Plugin for WordPress
  • User Bookmarks for WordPress
  • Front End Registration and Login Forms Plugin
  • Easy Content Types
  • Restrict Content Pro – Premium Content Plugin
  • Adding Custom Meta Fields to Taxonomies
  • Using Ajax in Your Plugin and WordPress Admin
  • The Plugins I Run

Latest Premium Content

  • Plugin Development 101 – Introduction to Adding Dashboard Menus
  • Plugin Development 101 – Intro to Loading Scripts and Styles
  • User Follow System – Part 5
  • Plugin Development 101 – Intro to Short Codes
  • Plugin Development 101 – Registering a Custom Post Type
  • Plugin Development 101 – Intro to Actions
  • User Follow System Part 4
  • Plugin Development 101 – An Intro to Filters
  • Plugin Development 101 – General Best Practices
  • Plugin Development 101 – What Makes a Plugin?

Latest Tutorials

  • Test Your Plugins with RTL (0)

    Right-To-Left languages are those that...

  • Submitting Your First Pull Request to a WordPress Plugin on Github (5)

    Github is an extremely popular tool for managing WordPress plugins, and one...

  • Plugin Development 101 – Introduction to Adding Dashboard Menus (1)

    Adding new menus, both top level and sub level, to the WordPress Dashboard is a really common task for plugins...

  • Plugin Development 101 – Intro to Loading Scripts and Styles (16)

    In this part of Plugin...

  • User Follow System – Part 5 (0)

    This part of the User Follow System tutorial series will focus on writing the necessary javascript for trigger the follow...

  • Plugin Development 101 – Intro to Short Codes (4)

    The WordPress short code API is one that plugin developers...

  • Plugin Development 101 – Registering a Custom Post Type (8)

    This part of the series is the first one where we look at creating a complete sample plugin. It's...

  • Plugin Development 101 – Intro to Actions (0)

    In this part of Plugin Development 101 we take a look at another of the most important tools plugin developers...

  • User Follow System Part 4 (9)

    In this part of the User Follow System tutorial series, we will be writing our function to display follow / unfollow...

  • Plugin Development 101 – An Intro to Filters (5)

    In this part of Plugin Development 101 we take a look at one of the most important tools plugin developers...

Enter your email to receive automated updates when new posts are published

Latest Tweets

  • @Otto42 certainly a more entertaining alternative
    May 26, 2013
  • RT @toscho: #WordPress: How post meta fields work. http://t.co/uDRaDu0EsS
    May 25, 2013
  • RT @strickland: Afternoon crowd: To celebrate Memorial Day weekend @gittyapp is on sale through Monday. Now is the time to join in! http:/…
    May 25, 2013

Topics

shortcodes hook add_options_page contextual help add_shortcode Tom McFarlin get_user_meta meta box campaign monitor featured Rémi Corson wp_enqueue_script Sugar Event Calendar attachment image do_action forms plugin mail chimp login short codes authors Related posts bbpress comments recent posts post types apply_filters short code taxonomies custom post type images gallery Ajax Stripe taxonomy jquery widgets users add_filter easy content types add_action widget restrict content pro easy digital downloads

Weekly Newsletter

Useful Links

  • Join the Site
  • Plugin Store
  • Affiliate Area
  • Tag Index
  • Support the Site
  • Suggest a Tutorial
  • Random Post
  • Contact

Monthly Archives

(c) 2013 Pippin's Plugins