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

Short Codes

Home» Tutorials » Short Codes

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

Stripe Integration Part 9 – The Stripe Button

Posted on December 28, 2012 by Pippin in External APIs, Intermediate, Short Codes, Tutorials 18 Comments
blueprints

In part 9 of this Stripe.com + WordPress tutorial series, we are going to look at using the Stripe button for accepting payments through our website. The Stripe checkout button creates a really slick, secure popup window that the customer enters their payment details into. This entry is part 9 of 9 in the Integrating [...]

View Post add_shortcode, Stripe

User Submitted Image Gallery – Part 5

Posted on February 13, 2012 by Pippin in Advanced, Custom Post Types, Member Restricted, Short Codes, Subscriber Only, Taxonomies, Tutorials, Working with Attachments No Comments

In part five of this User Submitted Image Gallery tutorial series we build the advanced query system that allows users to filter images by categories and tags. This will be one of the most advanced sections of this series. You must be logged in and have an active premium membership to view the rest of [...]

View Post add_query_arg, add_shortcode, get_terms, paginate_links, tax_query

Creating a Short Code to Show a Detailed List of Blog Authors

Posted on February 9, 2012 by Pippin in Intermediate, Short Codes, Tutorials, Working with Users 20 Comments

Since WordPress makes it so easy to run a multi-author blog, one of the things site administrators often want to do is have a page that shows all of the contributing authors of the blog. This could of course be done with a regular WordPress page, but that becomes much more difficult to update and [...]

View Post add_shortcode, get_avatar, get_users

User Submitted Image Gallery – Part 4

Posted on February 3, 2012 by Pippin in Advanced, Custom Post Types, Member Restricted, Short Codes, Subscriber Only, Taxonomies, Tutorials, Working with Attachments, Working with Users, Writing Plugins 9 Comments

In part three of this User Submitted Image Gallery plugin tutorial series, we created the function that processes image uploads. Now it is time to build our gallery’s short code, which will be used to display the complete gallery of user submitted images. This short code is rather complex and we won’t fully finish it [...]

View Post attachments, gallery, images, short code

User Submitted Image Gallery – Part 3

Posted on January 18, 2012 by Pippin in Advanced, Custom Post Types, Member Restricted, Short Codes, Subscriber Only, Taxonomies, Tutorials, Working with Attachments, Working with Users, Writing Plugins 9 Comments

In part three of the User Submitted Image Galleries series, we’re going to look at automatically creating our “guest” user account, and process the image uploads from the submission form. This is where our plugin really begins to take shape. After this section, we will get into actually displaying our images on the “gallery” page. [...]

View Post attachment, gallery, image, users

Introduction to Using Nonces for Form Validation

Posted on January 11, 2012 by Pippin in Intermediate, Member Restricted, Quick Tips, Short Codes, Subscriber Only, Tutorials No Comments

Nonces are used to add an extra layer of security to WordPress. They are typically used when submitting form data to ensure that the form is being submitted from where it’s supposed to. Nonce fields help us protect our forms from malicious attacks and non-authorized submissions. This tutorial will introduce you to using nonces in [...]

View Post forms, nonce, security

User Submitted Gallery Images – Part 2

Posted on January 6, 2012 by Pippin in Advanced, Custom Post Types, Member Restricted, Short Codes, Subscriber Only, Taxonomies, Tutorials, Working with Attachments, Working with Users, Writing Plugins No Comments

In this part of the User Submitted Image Galleries series we will look at setting up our custom image sizes and also the image submission form. In the previous part we registered out custom post types and taxonomies, and setup the basic structure of the plugin. You must be logged in and have an active [...]

View Post featured image, gallery, image, images, thumbnail, users

Create a Simple Mail Chimp Sign Up Form

Posted on January 1, 2012 by Pippin in Advanced, External APIs, Member Restricted, Short Codes, Subscriber Only, Tutorials, Writing Plugins 12 Comments
mailchimp-sample-tutorial

In this premium-members only tutorial, we’re going to take a brief look into working with the Mail Chimp API to create a newsletter sign up form for your WordPress site. The final result will be a complete plugin that you can install on any WordPress site to begin accepting email subscriptions to your Mail Chimp [...]

View Post email, mail chimp, newsletter, subscribe

Change Password Form Short Code

Posted on December 22, 2011 by Pippin in Intermediate, Short Codes, Tutorials, Working with Users 17 Comments

A few weeks ago I wrote a tutorial about creating front end registration and login forms. Now it’s time to create a very similar form, but for changing a logged-in user’s password. The process is really pretty simple, and quite similar.

View Post forms, password, users
  • 1
  • 2
  • 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

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

Latest Tutorials

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

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

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

Latest Tweets

  • @jasonhobbsllc UberMenu: http://t.co/lF6G43NGkC @norcross
    May 22, 2013
  • RT @CasJam: new post: Absolute Rules For Business Success http://t.co/mmmBUUAxPH
    May 22, 2013
  • @thelukemcdonald I'll be sure to watch over my shoulder ;)
    May 22, 2013

Topics

get_user_meta featured meta box register_setting Sugar Event Calendar attachments campaign monitor hook Rémi Corson the_content add_options_page contextual help wp_enqueue_script plugin login authors attachment forms do_action short codes image Related posts mail chimp post types apply_filters bbpress comments recent posts taxonomies short code 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) 2011 Pippin's Plugins