Last active
September 14, 2017 12:41
-
-
Save jasonglisson/2824e55ccf28d4315bbdb8459810ac74 to your computer and use it in GitHub Desktop.
Revisions
-
jasonglisson revised this gist
Sep 14, 2017 . No changes.There are no files selected for viewing
-
jasonglisson created this gist
Jun 22, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ function add_last_nav_item($items) { return $items .= '<li><a href="#myModal" role="button" data-toggle="modal">Contact</a></li>'; } add_filter('wp_nav_menu_items','add_last_nav_item');