I added a home link to the off canvas in navigation.php and I bumped the
version numbers in the style.css and the header.php.
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.9">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.10">
<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
<?php wp_head(); ?>
<!-- Facebook Pixel Code -->
function glm_theme_mobile_off_canvas() {
$off_canvas_menu = str_replace ('<br>', '', glm_get_mobile_nav_menu( 'top-bar' ));
echo '<div class="left-off-canvas-list">';
- echo '<ul>';
+ echo '<ul><li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
echo $off_canvas_menu;
echo '</ul></div>';
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for ParrotsLanding
-Version: 1.0.9
+Version: 1.0.10
*/