/ Published in: PHP
add home link
Expand |
Embed | Plain Text
function childtheme_menu_args($args) { 'show_home' => 'Home', 'sort_column' => 'menu_order', 'menu_class' => 'menu', 'echo' => true ); return $args; } add_filter('wp_page_menu_args','childtheme_menu_args');
You need to login to post a comment.
