示例#1
0
	<meta http-equiv="Content-Type" content="<?php 
bloginfo('html_type');
?>
; charset=<?php 
bloginfo('charset');
?>
" />
	<link rel="profile" href="http://gmpg.org/xfn/11" />

	<title><?php 
wp_title('');
?>
</title>

	<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php 
echo appthemes_get_feed_url();
?>
" />
	<link rel="pingback" href="<?php 
bloginfo('pingback_url');
?>
" />

	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
	<meta name="viewport" content="width=device-width, initial-scale=1" />

	<?php 
if (is_singular() && get_option('thread_comments')) {
    wp_enqueue_script('comment-reply');
}
?>
示例#2
0
文件: header.php 项目: kalushta/darom
global $cp_options;
?>

<div class="header">

	<div class="header_top">

		<div class="header_top_res">

			<p>
				<?php 
echo cp_login_head();
?>

				<a href="<?php 
echo esc_url(appthemes_get_feed_url());
?>
" class="dashicons-before srvicon rss-icon" target="_blank" title="<?php 
esc_attr_e('RSS Feed', APP_TD);
?>
"></a>

				<?php 
if ($cp_options->facebook_id) {
    ?>
					<a href="<?php 
    echo appthemes_make_fb_profile_url($cp_options->facebook_id);
    ?>
" class="dashicons-before srvicon facebook-icon" target="_blank" title="<?php 
    _e('Facebook', APP_TD);
    ?>