Tag: Icons

Easy methods to Add Icons to WordPress Navigation Menu Objects

Create a Menu First issues first, within the capabilities.php of our theme (as normal, mine is known as Playground), we’ll register a brand new navigation menu location: 1 perform playground_setup() { 2 //Register menu places 3 register_nav_menus( 4 array( 5 ‘header-menu’ => __( ‘The Header Menu’, ‘playground’ ), 6 //extra places right here 7 )