• i wanted a custom icon for Wp-Resume in the admin menu,
    so i added the following line to wp_resume.php around line 97 (Custom post type settings array)
    'menu_icon' => get_bloginfo('template_url') . '/images/icon-resume.png',

    and here’s a sample icon
    (it’s white, so you’ll not see it on the browser, but it’s ok in wp)
    (rename it to icon-resume and put it in your theme’s images folder)

  • The topic ‘Icon for admin menu’ is closed to new replies.