Example #1
0
 * @subpackage Templates
 */
?>

<p class="footerpoweredby">
	<?php 
printf(_x('Powered by %1$s and %2$s', 'unwakeable'), sprintf('<a href="http://wordpress.org/">%1$s<span class="wp-version">%2$s</span></a>', __('WordPress', 'unwakeable'), get_bloginfo('version')), sprintf('<a href="http://www.longren.org/wordpress/unwakeable/" title="%1$s">Unwakeable %2$s<span class="k2-version">%2$s</span></a>', __('Unwakeable WordPress Theme.', 'unwakeable'), get_k2info('version')));
?>
</p>

<?php 
if (get_k2info('style_footer') != '') {
    ?>
	<p class="footerstyledwith">
		<?php 
    k2info('style_footer');
    ?>
	</p>
<?php 
}
?>

<p class="footerfeedlinks">
	<?php 
printf(_x('%1$s and %2$s', 'k2_footer', 'unwakeable'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries Feed', 'unwakeable') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments Feed', 'unwakeable') . '</a>');
?>
</p>

<p class="footerstats">
	<?php 
printf(__('%d queries. %s seconds.', 'unwakeable'), get_num_queries(), timer_stop(0, 3));
Example #2
0
?>
 <?php 
bloginfo('name');
?>
</title>
	<meta http-equiv="Content-Type" content="text/html; charset=<?php 
bloginfo('charset');
?>
" />
	<meta name="generator" content="WordPress <?php 
bloginfo('version');
?>
" />
	<meta name="template" content="K2 <?php 
if (function_exists('k2info')) {
    k2info('version');
}
?>
" />
 	<meta name="description" content="<?php 
bloginfo('description');
?>
" />
 

<link rel="stylesheet" href="<?php 
bloginfo('stylesheet_url');
?>
" type="text/css" media="screen" />

Example #3
0
/* Rolling Archives */
if (get_option('k2rollingarchives') == 1) {
    ?>
	<link rel="stylesheet" type="text/css" media="screen" href="<?php 
    bloginfo('template_url');
    ?>
/css/rollingarchives.css" />
	<?php 
}
?>
	<?php 
/* Custom Style */
if (get_option('k2scheme') != '') {
    ?>
	<link rel="stylesheet" type="text/css" media="screen" href="<?php 
    k2info('style');
    ?>
" />
	<?php 
}
?>

	<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php 
bloginfo('rss2_url');
?>
" />
	<link rel="alternate" type="text/xml" title="RSS .92" href="<?php 
bloginfo('rss_url');
?>
" />
	<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php