Exemplo n.º 1
0
  <?php 
roots_head();
?>

  <script defer src="<?php 
echo get_template_directory_uri();
?>
/js/plugins.js"></script>
  <script defer src="<?php 
echo get_template_directory_uri();
?>
/js/script.js"></script>
</head>

<body <?php 
body_class(roots_body_class());
?>
>

  <?php 
roots_wrap_before();
?>
  <div id="wrap" class="container" role="document">
  <?php 
roots_header_before();
?>
    <header id="banner" class="<?php 
global $roots_options;
echo $roots_options['container_class'];
?>
" role="banner">
Exemplo n.º 2
0
            count: 2,
            loading_text: "loading tweets..."
        });
    });
  </script>
  <link href="/js/tweet/jquery.tweet.css" media="all" rel="stylesheet" type="text/css"/>
  <?php 
roots_head();
?>
  <?php 
wp_head();
?>

</head>
<body <?php 
body_class('test', roots_body_class());
?>
>

  <!--[if lt IE 7]><p class="chromeframe">Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->

  <?php 
roots_header_before();
?>
  <?php 
if (current_theme_supports('bootstrap-top-navbar')) {
    get_template_part('templates/header', 'top-navbar');
} else {
    get_template_part('templates/header', 'default');
}
?>