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

Intermediate

Home» Tutorials » Intermediate (Page 4)

Add Menu Links to the New WordPress 3.3 Tool Bar

Posted on December 28, 2011 by Pippin in Intermediate, Quick Tips, Tutorials, WordPress Admin / Dashboard 5 Comments

The new admin bar, now named the tool bar, in WordPress 3.3 is great. It’s really well organized and cleans the dashboard up a lot. It’s also great for developers because adding new links to settings pages, documentation, or other useful links, is quite simple. In this quick tip, I’m going to show you how [...]

View Post add_menu, admin_bar_menu, admin_menu, toolbar

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

Image Gallery Short Code Using Post Attachments

Posted on December 12, 2011 by Pippin in Intermediate, Quick Tips, Short Codes, Tutorials, Working with Attachments 18 Comments

The built-in WordPress gallery systems leaves much to be desired. It works well if a theme supports it, but it can be difficult to customize, especially if you have any special markup you’d like with the gallery. While working on a client’s theme, I wrote up a quick short code function that can be used [...]

View Post attachments, images, short code

Querying Custom Post Types in Your Theme Templates

Posted on November 29, 2011 by Pippin in Custom Post Types, Intermediate, Tutorials 24 Comments

Easy Content Types make it extremely easy to add new custom post types to your WordPress site. What is not always so easy is getting those post types to show up in your template files. This is mostly because a lot of themes do not support them very well. So I’m going to show you [...]

View Post custom post types, easy content types, query_posts

Controlling Page Layouts with Custom Meta Fields

Posted on November 22, 2011 by Pippin in Intermediate, Tutorials 9 Comments

Easy Content Types makes it really easy to create custom meta boxes with as many fields as you want. Did you know you can use these fields to control the layout of your posts or pages in WordPress? With just a couple of fields, and some tweaks to your theme’s template files, you can provide [...]

View Post easy content types, meta box, meta fields

Writing Your First WordPress Plugin Part 7 – Final

Posted on November 15, 2011 by Pippin in Free Members, Intermediate, Member Restricted, Tutorials, Video Tutorials, Writing Plugins 53 Comments

Part seven of Writing Your First WordPress Plugin concludes the series by demonstrating how to extend the plugin options that I showed you in part 6, and how to use them to control various aspects of your plugin’s output, such as turning it on or off and changing theoutput’s theme. There is not a lot [...]

View Post options, settings

Writing Your First WordPress Plugin Part 6

Posted on November 11, 2011 by Pippin in Free Members, Intermediate, Member Restricted, Tutorials, WordPress Admin / Dashboard, Writing Plugins 24 Comments

In part 6 of Writing Your First WordPress Plugin, I’m going to continue where we left off in part 5 and demonstrate how to create your plugin settings form. We will create a complete settings page that allows you to save your plugin options to the database easily from the Settings page that we added [...]

View Post add_options_page, options, register_setting, twitter

Writing Your First WordPress Plugin Part 5

Posted on November 9, 2011 by Pippin in Free Members, Intermediate, Member Restricted, Tutorials, Writing Plugins 20 Comments

In part 5 of Writing Your First WordPress Plugin, I’m going to take you through the process of adding an admin options page to your first WordPress plugin. This options page will allow your user to configure the settings for the plugin very easily. In this case, we’re going to use it to allow the [...]

View Post add_options_page, admin_menu, register_setting

Add Contextual Help Screens to the WordPress 3.3 Help Tab

Posted on November 5, 2011 by Pippin in Free Members, Intermediate, Member Restricted, Tutorials, WordPress Admin / Dashboard, Writing Plugins 20 Comments

WordPress 3.3 has a really nice new Help menu that can be used by plugin and theme developers to show a lot of helpful information to the users. It’s very similar to the Contextual Help Tab, but allows much more information to displayed in a more organized fashion. Instead of all content being displayed in [...]

View Post 3.3, add_help_tab, contextual help, help tab, toolbar

Add User ID Column to the WordPress Users Table

Posted on November 2, 2011 by Pippin in Intermediate, Quick Tips, Tutorials, WordPress Admin / Dashboard 16 Comments

Being able to quickly find the unique ID number of any user in your WordPress database can be very useful, especially if you run a website with lots of users. One of the ways that we can easily find a user’s ID is by customizing the table displayed on the wp-admin/users.php page. We can add [...]

View Post columns, users, user_id
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 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

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

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

add_shortcode get_user_meta meta box the_content Sugar Event Calendar add_options_page register_setting campaign monitor attachments Rémi Corson featured contextual help hook login forms authors short codes attachment Related posts plugin do_action mail chimp image comments recent posts apply_filters post types short code bbpress taxonomies custom post type gallery Ajax images Stripe taxonomy jquery widgets users add_filter add_action easy content types 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