• Using twentyeleven theme with no modifications:

    If i write the following

    <?php wp_nav_menu( array( 'theme_location' => 'primary', 'after'=>'hello' ) ); ?>
    <?php wp_nav_menu( array( 'theme_location' => 'primary', 'after'=>'hello' ) ); ?>

    The first does not do anything regarding my ‘after’ option and the second one does. This seems to be the case with pretty much any option of the menu, including ‘before’, ‘link_after’, ‘items_wrap’.

    Does anybody have an idea about why? I only want to use 1 menu right now and the single menu I want doesn’t seem to respect any of my options.

    Note that I get the same result whether or not I register the menu in the admin menu screen.

    Thanks.

  • The topic ‘using menu options with main menu’ is closed to new replies.