add_action( 'admin_head', 'custom_post_type_icon' );
function custom_post_type_icon() {
?>
<style type="text/css" media="screen">
#menu-posts-intranet-pages .wp-menu-image {
background: url("PATH TO SMALL ICON") no-repeat 6px 6px !important;
}
#menu-posts-intranet-pages:hover .wp-menu-image, #menu-posts-intranet-pages.wp-has-current-submenu .wp-menu-image {
background-position:6px -16px !important;
}
#icon-edit.icon32-posts-intranet-pages {background: url("PATH TO BIG ICON") no-repeat;}
</style>
<?php
}
This way is much better I believe as it also allows to add hover effect and change big icon as well. Add this piece of code and it should work. Just don’t forget to change icon url path.
Related Posts:
- Custom Post Type and taxonomies’s labels localization not working
- Changing menu label to post name for custom post type
- Is It Possible To Add Custom Post Type Menu As Another Custom Post Type Sub Menu
- Placing a Custom Post Type Menu Above the Posts Menu Using menu_position?
- Custom Post Type Settings page, choose page to display archive
- Put update-like notification bubble on multiple CPTs menus for pending items
- Meta Boxes: ‘admin_init’ or ‘add_meta_boxes’ hook?
- Show Custom Taxonomy Inside Custom Menu
- Remove “posts” from admin but show a custom post
- get post type plural
- Can I have Post Types under other Post Types in Admin menu?
- Is it OK to move admin menu items?
- How Do I Programmatically Better Organize Custom Post Type Menus?
- Add Post type menu to another menu
- How do I create multiple post types in same menu section in WP-admin?
- Is there a way to keep a custom menu expanded when editing a custom post type?
- Menu position (admin menu) of pages
- How to remove/hide elements from the admin menu?
- Remove Custom Post Type menu for non-administrator users.
- How do I code access to the built-in UI of a CPT when it’s placed as submenu of another CPT that is protected by role?
- how to only have one custom post type post?
- How to allow “Add New” capability of CPT when links to its UI are placed as a submenu?
- How to add new tab to admin list of posts and handle result list
- Displaying different custom post types under one admin menu
- Add management screens to post type
- Add 32×32 icon to custom post type index page
- How do I alter the position of a Custom Post Type menu item within my plugin admin menu?
- How to add custom post type under option page
- How to remove default tag and category options form a custom post type admin menu
- Prevent custom taxonomy from being added to admin menu?
- Trying to add script to specific admin page is not working
- Custom Post Type / Tab Limit
- rewrite custom post type slug in wp admin
- How do increase the amount of links shown down the left in the admin menu?
- Move custom post menu to under plugin admin menu
- Insert & order custom post types in/as submenu
- With two custom post types, how to make one a child of the other in the admin menu?
- Custom post types as sub menu pages and role capabilities issue
- How to display Custom Taxonomy under Custom Admin Menu?
- Able to edit custom post, but unable to create new custom post when within submenu. What capability is missing?
- Add Custom Post Type as top level menu item for a custom page
- Possibilities for the edit.php admin panel? [closed]
- Add Custom Post type menu to another menu in specific location
- How to remove post listing page for a custom post type
- 2 Different Custom Post Types in Submenu
- Custom Post Types — $args vs. labels array
- Ordering Submenu Pages in WP 3.1
- Change “empty trash” button text?
- How to group navigation items in the admin panel
- Conflict between Capabilities and Menu Visibility with Custom Post Types
- Give each post type label a different color?
- Getting post attchment URL to populate a CPT Admin Page Column
- Using menu_position to add two entries between Dashboard and Posts
- How to add query args to links to CPT admin submenu
- Reusable metabox backend and frontend
- Multiple custom post types showing up in edit.php
- Top level menu position overwrites another entry
- admin_head-post.php only works after publish / update
- adding page types in menu
- Metaboxes inside Tab
- Restrict admin pages for specific user role
- Cannot include custom post item within a menu
- How can i redirect click to new admin page not to edit screen in post table
- Is there a way to display a custom post type menu item as “users” submenu?
- remove duplicate name submenu link from the custom post type
- Subset of Custom Post Type From Admin Menu Based on Meta Data
- How to override post-new.php with custom template
- Setting up a page to house certain types of posts
- Displaying image instead of post label in wordpress
- Show custom taxonomy not in submenu
- Duplicate “Pages” Item in Admin Menu
- How to add elements to WordPress appearance->menu admin?
- How to avoid hardcoded text in a custom page template?
- Limit number of posts under a post type?
- Custom Post Type Causing Admin Sidebar UI Issue
- Issue on CPT Custom Menu Position in WP
- Custom Taxonomy Showing in WP Menu
- Show custom taxonomies in admin panel under custom post type
- Issue on adding Icons to Custom Post Type
- Add top-level menu pointing to a different custom post type?
- Separating a custom taxonomy from blog post-type
- wordpress custom post type shows other cpt posts in admin menu
- Custom post types not showing in the admin menu on production, but shows locally
- Admin menu link with variable
- Can’t add custom post type archive page to menu
- Storing revisions of metadata for custom post type
- setup_postdata is not returning any values
- Query current and future events, ordered by begin date
- List Posts of a Custom Post Types Ordered by Terms of a Custom Taxonomy?
- Removing Duplicate Custom Taxonomy Terms from within a Dropdown Select?
- Make slug as ID Number for custom post types
- Display users uploaded files as posts
- Is it possible to have dedicated page for parent/child taxonomy?
- Custom post type permalink returns 404
- Custom Post Type Archive Pagination
- Preventing role reading others posts
- Custom Permalink For Custom Post Type – Working Fine But Broken For Pagination
- Is image slider possible in wordpress post
- How to use get_sidebar in plugin folder?
- Paginate yearly archives for a custom post type