Skip to content

Instantly share code, notes, and snippets.

@hitsujixgit
Created June 16, 2014 00:46
Show Gist options
  • Save hitsujixgit/f2bfb31f9edba3451ffe to your computer and use it in GitHub Desktop.
Save hitsujixgit/f2bfb31f9edba3451ffe to your computer and use it in GitHub Desktop.
Wordpress sample theme for training. #01
<!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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment