Ad Inserter
94Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
Use Font Awesome icons for custom post types and custom menu pages.
FA WP Admin Menu Icons is a WordPress plugin that allows you to incorporate Font Awesome icons into custom post types and custom menu pages within the WordPress admin area. You can specify the desired Font Awesome class string when registering post types or adding menu pages, similar to how you would use Font Awesome on the front end.
This plugin is suitable for developers looking to enhance the visual representation of custom post types and menu items in the WordPress admin interface, making it easier to identify and navigate different sections.
Best for: This plugin suits WordPress developers and site administrators looking to customise their admin interface.
What it does well
Where it falls short
FA WP Admin Menu Icons provides a straightforward way to enhance the WordPress admin area with icons, but its reliance on free Font Awesome icons may limit some users.
Patrik Csak's own description of FA WP Admin Menu Icons, lightly tidied.
View on GitHub for better documentation
FA WP Admin Menu Icons allows you to use Font Awesome icons for WordPress custom post types and custom menu pages by passing the Font Awesome class string, just like using Font Awesome on the front end
Here’s an example:
register_post_type( 'custom_post_type', [
//...
'menu_icon' => 'fa-solid fa-thumbs-up',
//...
] );
To use a Font Awesome icon for your custom post type with register_post_type(), use a Font Awesome class string for the $args['menu_icon] parameter:
register_post_type( 'custom_post_type', [
//...
'menu_icon' => 'fa-solid fa-thumbs-up',
//...
] );
To use a Font Awesome icon for your custom menu page with add_menu_page(), use a Font Awesome class string for the $icon_url parameter:
add_menu_page(
page_title: 'Custom Menu Page',
menu_title: 'Custom Menu Page',
capability: 'manage_options',
menu_slug: 'custom_menu_page',
icon_url: 'fa-solid fa-thumbs-up',
);
To use a Font Awesome icon with the Custom Post Type UI plugin, use a Font Awesome class string for the Menu Icon field when adding or editing a Post Type
FA WP Admin Menu Icons only supports Font Awesome’s free icons
Other plugins for custom content structures.
Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...
Checkout Field Editor (Checkout Manager) for WooCommerce – The best WooCommerce checkout manager plugin to man...
Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...
The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.
Admin UI for creating custom content types like post types and taxonomies