<?php /** * The template for displaying the header * * @package Hub theme */ ?><!DOCTYPE html> <html <?php language_attributes( 'html' ); ?>> <head <?php liquid_helper()->attr( 'head' ); ?>> <meta charset="<?php echo esc_attr( get_bloginfo( 'charset' ) ) ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?> <?php liquid_helper()->attr( 'body' ); ?>> <?php if (function_exists('wp_body_open')) { wp_body_open(); } ?> <?php liquid_action( 'before' ) ?> <div id="wrap"> <?php liquid_action( 'before_header' ); liquid_action( 'header' ); liquid_action( 'after_header' ); ?> <main <?php liquid_helper()->attr( 'content' ); ?>> <?php liquid_action( 'before_contents_wrap' ); ?> <div <?php liquid_helper()->attr( 'contents_wrap' ); ?>> <?php liquid_action( 'before_content' ); ?>

This is an example page. It’s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:

Hi there! I’m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin’ caught in the rain.)

…or something like this:

The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.

As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!

This website uses cookies to improve your web experience.