Code on metabox.config.php file NOW CODE ON THE OUTPUT PHP FILE
You should use _custom_page_options as this is the id for your key declared into metabox config file. So your code must look like this: HINT: LOOK CODE ON MBHOUSE PROJECT services-page-template.php
1.Add classes in Body with array 2. Remove by default generated class from body. Add Filter in function.php file
If your theme supports WordPress menus, then you already have a built-in class which will make it super easy to highlight the current page being viewed. By default, WordPress menus output this
Add this code in header div’s class. And then write CSS according to it.
For example if you don’t want WordPress to show update notifications for akismet, you will do it like: