Couldn't be easier. Just add the following to the function.php file locate in the twentyten folder or it's child theme folder:
function removeHome( $args ) { remove_filter('wp_page_menu_args', 'twentyten_page_menu_args'); $args['show_home'] = false; return $args; } add_action( 'after_setup_theme', 'removeHome' );
November 19, 2012 at 10:53 AM
I changed the true to false but the Home button still remains on the page??
Any help woudl be appreciated
Rick
December 3, 2012 at 10:35 PM
Hi Rick, can you provide me with a link to your website?