From: Steve Sutton Date: Thu, 9 Jul 2015 15:02:33 +0000 (-0400) Subject: Add target to the side nav anchors. X-Git-Tag: v1.0.0~49^2~132 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ab1869e88e1ecc0d42143a971b3fd9087ca9a208;p=WP-Themes%2Fcrawfordco.git Add target to the side nav anchors. Might be useful. --- diff --git a/functions.php b/functions.php index be519c5..0da9467 100644 --- a/functions.php +++ b/functions.php @@ -237,10 +237,18 @@ function glm_side_menu() { $side_menu = $sideMenu[0]; } } - echo '

'.$pageHead->title.'

'; + echo '

target) { + echo ' target="'.$pageHead->target.'"'; + } + echo '>'.$pageHead->title.'

'; echo '';