display_header [ WordPress Function ]
display_header ( No parameters )
| Defined at: |
|
Soorgelijke functies: display_header_text, display_theme, display_themes, media_upload_header, status_header
Display install header.
Source
<?php
function display_header() {
header( 'Content-Type: text/html; charset=utf-8' );
?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php _e( 'WordPress › Installation' ); ?></title>
<?php wp_admin_css( 'install', true ); ?>
</head>
<body<?php if ( is_rtl() ) echo ' class="rtl"'; ?>>
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png?ver=20120216" /></h1>
<?php
} // end display_header()
?>
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- WordPress › WP Display Header « WordPress Plugins
May 9, 2012 ... This plugin lets you specify a header image for each post, page, custom post type or archive page individually, from your default headers and ...
wordpress.org - display:header - Dashboard - jira.codehaus.org - The Codehaus
May 6, 2006 ... Add <display:header> tag to insert additional header rows above ... Add a new tag, <display:header>, conceptually parallel to <display:footer>.
jira.codehaus.org - FullCalendar Documentation - header
Setting the header options to false will display no header. An object can be supplied with properties left , center , and right . These properties contain strings with ...
arshaw.com - Display Header and an Icon : The Official Microsoft Silverlight ...
Hi,. I have to display a Header Text (can be any size) and next to the Header Text there would be an icon(image with ToolTip). My requirement ...
forums.silverlight.net