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
Home» Series
Tweet
Love It - 0

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.
(more…)

bbpress
Tweet
Love It - 2

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 non-developers.
(more…)

conditionals, templates
Tweet
Love It - 0

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 ago, Eric Mann introduced WP_Session; a new library that provides a session data storage system that has the simplicity of $_SESSIONs but without many of the drawbacks.
(more…)

Eric Mann, WP_Session
Tweet
Love It - 1

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 their plugins work with RTL. This is a short video that will give you a brief introduction to testing with RTL.
(more…)

RTL
campaign-monitor-header
Tweet
Love It - 0

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 to your newsletters while submitting forms.

(more…)

campaign monitor, Ninja Forms
blog-github
Tweet
Love It - 0

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 video gives a quick walk through of exactly how to do that.
(more…)

github
rcp_member-discounts
Tweet
Love It - 1

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

Easy Digital Downloads is a complete e-commerce plugin for selling digital goods in WordPress.

This is an extension that integrates the two plugins and allows you to create automated discounts that give your paid subscribers a special discount on all Easy Digital Downloads purchases.

Want to give your “Platinum Level” subscribers a 10% discount on all shop purchases? That’s easy. Want to give a 5% discount to all “Gold Level” subscribers? That’s easy as well.

Screenshot from 2013-05-02 11:44:19
Screenshot from 2013-05-02 11:44:50
Screenshot from 2013-05-02 11:45:18

$15 – Purchase

easy digital downloads, restrict content pro
banner-772x250
Tweet
Love It - 0

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 walks through the process of creating forms, displaying the forms on your website, and even goes through some of the awesome extensions Ninja Forms has for extended functionality.
(more…)

Ninja Forms, WP Ninjas
mailchimp-for-ninja-forms
Tweet
Love It - 0

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 your newsletters while submitting forms.

(more…)

mailchimp, Ninja Forms
wordpress-plugin-development_101
Tweet
Love It - 1

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 learn to set them up early on. Once you have a dashboard page setup, there’s an infinite list of things you can do with your plugin.
(more…)

This entry is part 8 of 8 in the Plugin Development 101 Series
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

  • [24316]

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

the_content shortcodes contextual help get_user_meta featured register_setting add_options_page attachments meta box Rémi Corson add_shortcode Tom McFarlin wp_enqueue_script attachment Related posts image plugin forms login short codes do_action mail chimp authors apply_filters comments recent posts post types bbpress short code 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