Post Type Icons
Quickly and easily add Font Awesome icons to your custom post types.
The facts
- Rating
- 4.6★ from 5
- Active installs
- 90+
- Price
- Free
- Last updated
- 25 Apr 2014
- Added
- Jun 2013
- Requires WP
- 3.6
- Tested up to
- WP 3.9.40
- Downloads
- 6,189
Our analysis
AI-assistedPost Type Icons is a WordPress plugin that allows you to customise the icons for your custom post types using Font Awesome icons. It provides a function to set specific icons for different post types, enhancing the visual representation of your content types in the WordPress admin area.
This plugin is suitable for users who need more flexibility in representing their custom post types beyond the default pushpin icon. It is particularly useful for developers or site administrators looking to improve the usability and aesthetics of their WordPress dashboards.
Best for: This plugin suits developers and site administrators who want to enhance their WordPress admin interface with custom icons.
What it does well
- ✓Offers a wide selection of Font Awesome icons
- ✓Allows customisation of post type icons
- ✓Includes a function for setting icons programmatically
Where it falls short
- •Last updated in April 2014
- •Limited active installs may indicate low usage
Verdict
Post Type Icons provides a straightforward way to customise post type icons, but its age and low active installs may raise concerns about ongoing support.
From the developer
Matthew Boynes's own description of Post Type Icons, lightly tidied.
Does the pushpin not describe your custom post type? Here are hundreds more icons to choose from. Icons are the GPL-compatible Font Awesome Icons.
This is the same icon features that comes with SuperCPT 0.2+, but pulled out of the plugin for those crazy birds who don’t use it.
This adds a function you can use, pti_set_post_type_icon( $post_type, $icon ); to set your post type’s icon. For instance, pti_set_post_type_icon( 'event', 'calendar' );. You can also set the global variable $pti_icons as an array of post type => icon names. Using the global variable is safer, since it doesn’t rely on a function (you could of course call if ( function_exists( 'pti_set_post_type_icons' ) ) to be equally safe using the function).