Conditional_tags
-
Hi,
I have a problem with my menu.
I try to add a different menu between my home page and the other ones.
So I use conditional tags. In my header.php, I wrote :
‘<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’ ) ); ?>
<?php if (is_front_page(accueil)
wp_nav_menu( array( ‘theme_location’ => ‘secondary’ ) ); ?>’It doesn’t work…
Could you help me please ?
Sorry for my english, i’m french 😉
The topic ‘Conditional_tags’ is closed to new replies.