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

Quick Tips

Home» Tutorials » Quick Tips (Page 2)

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

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

A Better WordPress Excerpt by ID Function

Posted on December 5, 2011 by Pippin in Functions, Quick Tips, Tutorials 14 Comments

One of the things I’d always disliked about the core get_the_excerpt() function in WordPress is that it does not allow you to retrieve an excerpt based on a post ID or object. This limitation means that this function is essentially useless in custom WordPress loops that do not have the global $post object set up. [...]

View Post excerpt, post

Filter Posts by Custom Taxonomy in Admin

Posted on November 18, 2011 by Pippin in Advanced, Custom Post Types, Quick Tips, Taxonomies, Tutorials, WordPress Admin / Dashboard 7 Comments

If you have lots of posts in your WordPress site, you have probably used the Category and/or Tag filters at the top of the post list page. These filters are great because they very quickly allow you to limit the kind of posts that are displayed, and let you find the one(s) you are looking [...]

View Post drop down, filter, post types, taxonomy

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

How to Begin Writing Your First WordPress plugin

Posted on September 21, 2011 by Pippin in Beginner, Free Members, Member Restricted, Quick Tips, Tutorials, Video Tutorials, WordPress Admin / Dashboard, Writing Plugins 7 Comments

The world of plugins can seem a scary place to venture if you’ve never been there before. I remember when I first started, it was because I wrote a tutorial over at Pro Blog Design about how to create a custom Font Uploader for your WordPress theme, and readers asked that I make it into [...]

View Post plugin, plugins

Show Message to Logged In User with a Short Code

Posted on September 18, 2011 by Pippin in Intermediate, Plugins, Quick Tips, Short Codes, Tutorials, Video Tutorials 3 Comments
video-poster

Being able to restrict certain content to logged in members only is a very useful function, especially for membership based websites, whether free or premium. This quick tutorial shows you the basics of how to write a short code function that will allow you to limit blocks of content to logged in users only.

View Post is_user_Logged_in()

Modify the Contextual Help Tab on Any WordPress Admin Page

Posted on September 14, 2011 by Pippin in Free Members, Intermediate, Member Restricted, Quick Tips, Tutorials, Video Tutorials, WordPress Admin / Dashboard 31 Comments

This video will give you a quick demonstration of how to modify the Contextual Help tab on any WordPress admin page. This trick is particularly useful for users wishing to add extra information to an already-existing help tab, such as the one on the Themes or Plugins page.

View Post contextual help, help tab

Add Contextual Help to the “Help Tab” for your Plugin

Posted on September 9, 2011 by Pippin in Intermediate, Quick Tips, Tutorials, WordPress Admin / Dashboard, Writing Plugins 9 Comments

The “Help” tab is a very underused, under rated, but fantastic tool for all plugin developers. If you’re not familiar with it, the “Help” tab is a little button in the top right corner of your WordPress dashboard that, when clicked, will bring in a nice slide-down panel with helpful information.

View Post contextual help, help tab

Retrieve Attachment ID from Image URL

Posted on September 4, 2011 by Pippin in Intermediate, Quick Tips, Tutorials, Working with Attachments 21 Comments

Especially when developing plugins or theme settings that make use of the WordPress media uploader to upload and insert images, being able to retrieve the ID of the image uploaded can be extremely useful. By grabbing the image (attachment) ID, you suddenly have a lot more control over what you can do with the image, [...]

View Post attachment, images, thumbnail
  • 1
  • 2
  • 3
  • 4
  • 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

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

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

Latest Tweets

  • 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
  • .@itsananderson wins!
    May 25, 2013

Topics

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