Exclude Pages from Genesis Subpages as Secondary Menu plugin

<?php
/**
* Exclude Pages from Genesis Subpages as Secondary Menu plugin
* Use page IDs
*
* @param array $args
* @return array
*/
function be_exclude_pages_from_submenu( $args ) {
$args['excludde'] = '3,4,7';
return $args;
}
add_filter( 'be_genesis_subpages_args', 'be_exclude_pages_from_submenu' );
view raw gistfile1.aw hosted with ❤ by GitHub

Bill Erickson

Bill Erickson is the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.

About Me
Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk