Exemple #1
0
<?php

/**
 * culturalcartography.net theme header
 * @author Peter Edwards <*****@*****.**>
 * @package WordPress
 * @subpackage WKW
 */
$options = wkwThemeAdmin::get_wkw_options();
?>
<!doctype html>
<!--[if IEMobile 7]><html class="no-js iem7"><![endif]-->
<!--[if (gt IEMobile 7)|!(IEMobile)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]--><head>
<meta charset="<?php 
bloginfo('charset');
?>
" />
<title><?php 
/*
 * Print the <title> tag based on what is being viewed.
 */
wp_title('|', true, 'right');
// Add the blog name.
bloginfo('name');
// Add a page number if necessary:
global $page, $paged;
if ($paged >= 2 || $page >= 2) {