Nav Menu – Add class based on meta keys
Your code doesn’t because the global $post refers to the post/page being viewed (if there is one…). What is passed with nav_menu_css_class is a menu item – this is a particular post type. Among its properties are: object which stores: the post type if the link refers to a post the taxonomy if the link … Read more