Custom Post Type icon
-
I have a custom post type and would like to use the same icon as pages are using. Currently I have in my args array for register_post_type:
'menu_icon' => admin_url() . 'images/media-button-video.gif',
which works, but I would like to have the same icon as the pages. The div class they these links sit in is the same wp-menu-image, but if i link to the same image as the pages, I get the whole sprite showing. What do I need to do with this to make it work.Thank you for any help!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Custom Post Type icon’ is closed to new replies.