Title: genesis menus array
Last modified: August 20, 2016

---

# genesis menus array

 *  Resolved [lee718](https://wordpress.org/support/users/lee718/)
 * (@lee718)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/genesis-menus-array/)
 * I am using genesis framework and want to have an array of menus after content,
   pulling them in from one php file, “social_media.php”.
 * I have removed genesis menus and added theme support like this:
 *     ```
       remove_theme_support ( 'genesis-menus' );
   
           add_theme_support ( 'genesis-menus' , array ( 'primary' => 'Primary Navigation Menu' ,    'social_media' => 'Secondary Navigation Menu' ,'social_media_2' => 'Third Navigation Menu' ) );
   
         add_action('genesis_after_content', array('social_media', 'social_media_2'));
                function social_media() {
                require_once('social_media.php');
             }
       ```
   
 * What I need to know is can I then call an array like this last part?
 * Thanks for your help.

Viewing 1 replies (of 1 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/genesis-menus-array/#post-3232430)
 * I’m sorry but as you are using a commercial theme, you need to seek support from
   the theme’s vendors.
    [http://www.studiopress.com/support](http://www.studiopress.com/support)

Viewing 1 replies (of 1 total)

The topic ‘genesis menus array’ is closed to new replies.

## Tags

 * [array](https://wordpress.org/support/topic-tag/array/)
 * [genesis](https://wordpress.org/support/topic-tag/genesis/)

 * 1 reply
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/genesis-menus-array/#post-3232430)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
