관리-도구
편집 파일: header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html <?php language_attributes(); ?>> <head profile="http://gmpg.org/xfn/11"> <title><?php wp_title(); ?></title> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please --> <meta name="description" content="<?php bloginfo('description'); ?>" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <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 bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/jquery-mobile-min.css" /> <script src="<?php bloginfo('template_directory'); ?>/jquery-1.4.3.min.js"></script> <script src="<?php bloginfo('template_directory'); ?>/jquery-mobile-min.js"></script> <?php wp_get_archives('type=monthly&format=link'); ?> <?php //comments_popup_script(); // off by default ?> <script type='text/javascript'> function websitez_extendMenu(){ jQuery('.exMenu').toggle("fast"); } </script> <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?> <?php wp_head() ?> </head> <body <?php body_class(); ?>> <div id="wrapper_mobile" data-role="page"> <div class="ui-grid-e" data-role="header" data-theme="e" style="margin-bottom: 5px;"> <h1><?php bloginfo('name'); ?></h1> <a href="" data-role="button" data-inline="true" data-icon="plus" data-iconpos="notext" onClick="websitez_extendMenu(); return false;" class="ui-btn-right header-expand"></a> <div class="wrapper exMenu" style="display: none;"> <?php get_search_form(); ?> </div> </div><!-- /grid-b -->