Skip to content

Instantly share code, notes, and snippets.

@nroca
Created October 9, 2014 05:39
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save nroca/511ef1d287ba7121f596 to your computer and use it in GitHub Desktop.
Save nroca/511ef1d287ba7121f596 to your computer and use it in GitHub Desktop.
ACF Options Page (Icon/Position)
// http://support.advancedcustomfields.com/forums/topic/change-menu-position-of-options-page/
acf_add_options_page( array(
'page_title' => 'Home Page Sliders',
'menu_title' => 'Sliders',
'menu_slug' => 'home-page-sliders',
'capability' => 'edit_posts',
'icon_url' => 'dashicons-images-alt2',
'position' => 7
) );
@gillespieza
Copy link

This doesn't work on subpages though?

@stormrockwell
Copy link

stormrockwell commented Oct 9, 2020

This doesn't work on subpages though?

Subpages don't have icons in WordPress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment