관리-도구
편집 파일: header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html class="ui-mobile" <?php language_attributes(); ?>> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>"> <title><?php wp_title(); ?></title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>"> <link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?>" type="text/css" media="screen"> <?php wp_head() ?> </head> <body> <?php if($websitez_options['ads']['show_header'] == "yes") echo stripslashes($websitez_options['ads']['show_header_snippet']); ?> <?php if(wz_boot_is_home() || is_archive()): include(TEMPLATEPATH.'/partials/header-home.php'); else: include(TEMPLATEPATH.'/partials/header-single.php'); endif; ?>