listing pages cannot display home
-
I’m using the
wp_page_menu
. I fill the$args
with an array and in the array I set:show_home => 1
It doesn’t show the home link. Because the function refference says that the ‘show home’ has a boolean values so I put 1 in it. Do I use the code right? Or is there something that I miss?
Oh, here’s the full array:
array ( 'show_home' => 1, 'link_before' => '<span>', 'link_after' => '</span>', 'sort_column' => 'menu_order', 'menu_class' => 'bot_menu_list' )
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘listing pages cannot display home’ is closed to new replies.