Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created August 11, 2019 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/affc0815958d072ad5b4d091a5b488d2 to your computer and use it in GitHub Desktop.
Save braddalton/affc0815958d072ad5b4d091a5b488d2 to your computer and use it in GitHub Desktop.
Genesis Sample 2.10 Step 4 – Modify the PHP code in the config > menus.php file like this : https://wpsites.net/web-design/menu-logo-menu-in-genesis-sample-themes-header/
return array(
'secondary' => __( 'Footer Menu', 'genesis-sample' ),
'left' => __( 'Header Left', 'genesis-sample' ),
'right' => __( 'Header Right', 'genesis-sample' ),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment