Skip to content

Instantly share code, notes, and snippets.

@hitsujixgit
Created June 18, 2014 23:41
Show Gist options
  • Save hitsujixgit/eaf53ce1fa964e2b0c00 to your computer and use it in GitHub Desktop.
Save hitsujixgit/eaf53ce1fa964e2b0c00 to your computer and use it in GitHub Desktop.
最小限のファイルでテーマを作成してみる
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" />
</head>
<body>
<?php echo 'Hello, welcome to Wordpress!'; ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment