Skip to content

Instantly share code, notes, and snippets.

View jepser's full-sized avatar

Jepser Bernardino jepser

View GitHub Profile
<?php
/**
* The template for displaying the header.
*
* @package WordPress Tutorial
* @since 0.1.0
*/
?><!DOCTYPE html>
<head>
<title><?php wp_title( '|', true, 'right' ); echo esc_html( get_bloginfo('name'), 1 ); ?></title>
<?php
/**
* The main template file
*
* @package WordPress Tutorial
* @since 0.1.0
*/
get_header(); ?>
<div class="container">