コード例 #1
0
?>
" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <meta name="viewport" content="width=device-width">
  
  <!-- fonts -->
  <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
  
  <!-- icons -->
  <?php 
echo get_app_icons();
?>
  
  <!-- scripts -->
  <script src="<?php 
echo get_asset_path('lib/modernizr/modernizr.js');
?>
"></script>
  
  <?php 
wp_head();
?>
  
</head>

<?php 
global $body_class;
?>
<body <?php 
body_class(isset($body_class) ? $body_class : null);
?>
コード例 #2
0
ファイル: default.php プロジェクト: TWGerard/blank-wordpress
 function theme_scripts_and_styles()
 {
     wp_enqueue_style('main', get_asset_path('stylesheets/style.css'));
 }