Skip to content

Instantly share code, notes, and snippets.

@Sstobo
Created November 8, 2017 21:39
Show Gist options
  • Save Sstobo/a564885165a4c2897dd8c43276878bd7 to your computer and use it in GitHub Desktop.
Save Sstobo/a564885165a4c2897dd8c43276878bd7 to your computer and use it in GitHub Desktop.
[WP setup html]
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
</head>
<body>
<h1 class="site-title"><?php bloginfo( 'name' ); ?></h1>
<p class="description"><?php bloginfo( 'description' ); ?></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment