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

bbPress Notices

Posted on June 12, 2013 by Pippin in Add Ons, Free, Plugins 1 Comment

This add-on plugin for bbPress will allow you to place forum-wide notices for alerting your users to important information, such as delayed response times, operating hours, new features, etc.

View Post bbpress

Please Consider Not Using Curly Brackets {} in Template Files

Posted on June 7, 2013 by Pippin in Thoughts 58 Comments

The vast majority of developers will cringe a bit when they hear the recommendation against using curly brackets, {}, but I believe very strongly that when writing template files, in both themes and plugins, you should strictly avoid using brackets. The reason being that template files should be written for clarity, both for developers and [...]

View Post conditionals, templates

Storing Session Data in WordPress without $_SESSION

Posted on June 2, 2013 by Pippin in Tutorials, Writing Plugins 19 Comments

The term Session in web development refers to a general method of storing semi-permanent data, such as user logins, user interactions, ecommerce shopping carts, and many other examples. PHP has a system called $_SESSION, which is exceptionally simple to use, but has same major draw backs, including security issues, and intermittent  support across server environments. A few months [...]

View Post Eric Mann, WP_Session

Test Your Plugins with RTL

Posted on May 23, 2013 by Pippin in Beginner, Quick Tips, Tutorials, Video Tutorials, Writing Plugins 1 Comment

Right-To-Left languages are those that start on the right and move to the left, in terms of word order and letters. By default, WordPress runs in Left-To-Right mode, but there are thousands and thousands of WordPress users that read RTL. One of the points that most WordPress plugin developers fail on is testing and ensuring [...]

View Post RTL

Campaign Monitor for Ninja Forms

Posted on May 20, 2013 by Pippin in Add Ons, Newsletter, Plugins, Premium 5 Comments
campaign-monitor-header

Ninja Forms is a super awesome, powerful, and free forms plugin for WordPress. If you need to build contact forms, surveys, proposal forms, even post submission, Ninja Forms will work wonders for you. This is a small extension I built that adds Campaign Monitor integration into Ninja Forms so that your users can easily subscribe [...]

View Post campaign monitor, Ninja Forms

Submitting Your First Pull Request to a WordPress Plugin on Github

Posted on May 17, 2013 by Pippin in Beginner, Tutorials, Video Tutorials 5 Comments
blog-github

Github is an extremely popular tool for managing WordPress plugins, and one of the greatest things about it is how easy it makes contributing back to plugins. Even someone who has never touched version control or even thought about it can easily submit improvements or bug fixes to plugins that are hosted on Github. This [...]

View Post github

Restrict Content Pro – Member Discounts for Easy Digital Downloads

Posted on May 3, 2013 by Pippin in Add Ons, Memberships, Plugins, Shop 4 Comments
rcp_member-discounts

Restrict Content Pro is a complete membership and premium content manager plugin for WordPress. It allows you to create an unlimited number of memberships levels, including free, trial and premium. You can easily Manage members and their subscriptions, track payments, offer discounts with a complete discount code system, and provide premium, members-only content to your [...]

View Post easy digital downloads, restrict content pro

Review: Ninja Forms Plugin

Posted on May 2, 2013 by Pippin in Reviews 9 Comments
banner-772x250

Ninja Forms is a free WordPress plugin for creating forms; contact forms, email collection forms, surveys, and any other kind of form your website needs. With its really simple, intuitive, drag-and-drop interface, Ninja Forms is an excellent, and highly powerful, tool for building forms inside of your WordPress admin. This video review of the plugin [...]

View Post Ninja Forms, WP Ninjas

MailChimp for Ninja Forms

Posted on April 29, 2013 by Pippin in Add Ons, Newsletter, Plugins, Premium No Comments
mailchimp-for-ninja-forms

Ninja Forms is a super awesome, powerful, and free forms plugin for WordPress. If you need to build contact forms, surveys, proposal forms, even post submission, Ninja Forms will work wonders for you. This is a small extension I built that adds MailChimp integration into Ninja Forms so that your users can easily subscribe to [...]

View Post mailchimp, Ninja Forms

Plugin Development 101 – Introduction to Adding Dashboard Menus

Posted on April 29, 2013 by Pippin in Beginner, Member Restricted, Subscriber Only, Tutorials, WordPress Admin / Dashboard, Writing Plugins 3 Comments
wordpress-plugin-development_101

Adding new menus, both top level and sub level, to the WordPress Dashboard is a really common task for plugins. Whether it be via a custom post type, a settings page, or even a help page, dashboard menus are often the focus point for plugins from a user perspective, so it’s really important that you [...]

View Post add_menu_page, add_submenu_page
  • 1
  • 2
  • 3
  • ›
  • »
  • 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
  • Restrict Content Pro – Premium Content Plugin
  • Easy Content Types
  • 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

  • Storing Session Data in WordPress without $_SESSION (19)

    The term Session in web development refers to...

  • Test Your Plugins with RTL (1)

    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 (3)

    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 (15)

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

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

WP Core Contributions

View the ticket on Trac.

WP Codex Contributions

  • Function: shortcode exists
  • Function: has shortcode
  • Function: shortcode exists
  • Function: shortcode exists
  • Function: has shortcode

View all 41 changes in the Codex.

Latest Tweets

  • Could not fetch Twitter RSS feed.

Topics

attachments featured hook meta box campaign monitor wp_enqueue_script Rémi Corson shortcodes Tom McFarlin get_user_meta contextual help register_setting add_shortcode image plugin forms do_action short codes mail chimp Related posts login authors attachment post types apply_filters comments recent posts short code bbpress taxonomies custom post type Ajax images gallery Stripe jquery taxonomy 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