Skip to content

Instantly share code, notes, and snippets.

@bradonomics
Last active August 29, 2015 14:10
Show Gist options
  • Save bradonomics/e8105d7efa34c2471607 to your computer and use it in GitHub Desktop.
Save bradonomics/e8105d7efa34c2471607 to your computer and use it in GitHub Desktop.
This is a page sample for Genesis. A visual look can be found here: http://www.genesisframework.com/markup.php
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<title>Blog Post Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name='robots' content='index,follow' />
<link rel="alternate" type="application/rss+xml" title="WordPress Weblog &raquo; Feed" href="http://wordpressweblog.org/feed/" />
<link rel="alternate" type="application/rss+xml" title="WordPress Weblog &raquo; Comments Feed" href="http://wordpressweblog.org/comments/feed/" />
<link rel="canonical" href="http://wordpressweblog.org/template-sticky/" />
<link rel='stylesheet' id='child-theme-css' href='http://wordpressweblog.org/wp-content/themes/genesis/style.css?ver=2.1.2' type='text/css' media='all' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://wordpressweblog.org/xmlrpc.php?rsd" />
<link rel="Shortcut Icon" href="http://wordpressweblog.org/wp-content/themes/genesis/images/favicon.ico" type="image/x-icon" />
</head>
<body class="single single-post postid-1241 single-format-standard header-full-width sidebar-content-sidebar">
<div class="site-container">
<header class="site-header">
<div class="wrap">
<div class="title-area">
<h1 class="site-title"><a href="http://wordpressweblog.org/">WordPress Weblog</a></h1>
</div>
</div>
</header>
<div class="site-inner">
<div class="content-sidebar-wrap">
<main class="content">
<article class="post-1241 post type-post status-publish format-standard category-uncategorized tag-sticky-2 tag-template entry">
<header class="entry-header">
<h1 class="entry-title" itemprop="headline">Blog Post Title</h1>
<p class="entry-meta"><time class="entry-time">January 7, 2012</time> by <span class="entry-author"><a href="http://wordpressweblog.org/author/eskimo/" class="entry-author-link"><span class="entry-author-name">Eskimo</span></a></span> <a class="post-edit-link" href="http://wordpressweblog.org/wp-admin/post.php?post=1241&amp;action=edit">(Edit)</a></p>
</header>
<div class="entry-content" itemprop="text"><p>This is a sticky post.</p>
<p>Some body text.</p>
</div>
<footer class="entry-footer">
<p class="entry-meta"><span class="entry-categories">Filed Under: <a href="http://wordpressweblog.org/category/uncategorized/">Uncategorized</a></span> <span class="entry-tags">Tagged With: <a href="http://wordpressweblog.org/tag/sticky-2/">sticky</a>, <a href="http://wordpressweblog.org/tag/template/">template</a></span></p>
</footer>
</article>
</main>
<aside class="sidebar sidebar-primary widget-area">
<section class="widget widget_text">
<div class="widget-wrap">
<h4 class="widgettitle">Primary Sidebar Widget Area</h4>
<div class="textwidget">
<p>This is the Primary Sidebar Widget Area. You can add content to this area by visiting your <a href="http://wordpressweblog.org/wp-admin/widgets.php">Widgets Panel</a> and adding new widgets to this area.</p>
</div>
</div>
</section>
</aside>
</div>
<aside class="sidebar sidebar-secondary widget-area">
<section class="widget widget_text">
<div class="widget-wrap">
<h4 class="widgettitle">Secondary Sidebar Widget Area</h4>
<div class="textwidget">
<p>This is the Secondary Sidebar Widget Area. You can add content to this area by visiting your <a href="http://wordpressweblog.org/wp-admin/widgets.php">Widgets Panel</a> and adding new widgets to this area.</p>
</div>
</div>
</section>
</aside>
</div>
<div class="footer-widgets">
<div class="wrap">
<div class="footer-widgets-1 widget-area">
<section id="text-7" class="widget widget_text">
<div class="widget-wrap">
<h4 class="widget-title widgettitle">After Post Widget 1</h4>
<div class="textwidget">This would be a great place for a newsletter form, no?</div>
</div>
</section>
</div>
<div class="footer-widgets-2 widget-area">
<section id="text-8" class="widget widget_text">
<div class="widget-wrap">
<h4 class="widget-title widgettitle">After Post Widget 2</h4>
<div class="textwidget">This would be a great place for a newsletter form, no?</div>
</div>
</section>
</div>
<div class="footer-widgets-3 widget-area">
<section id="text-9" class="widget widget_text">
<div class="widget-wrap">
<h4 class="widget-title widgettitle">After Post Widget 3</h4>
<div class="textwidget">This would be a great place for a newsletter form, no?</div>
</div>
</section>
</div>
</div>
</div>
<footer class="site-footer">
<div class="wrap">
<p>Copyright &#x000A9;&nbsp;2014 &#x000B7; <a href="http://www.studiopress.com/">Genesis Framework</a> &#x000B7; <a href="http://wordpress.org/">WordPress</a> &#x000B7; <a href="http://wordpressweblog.org/wp-login.php?action=logout&#038;_wpnonce=89ce85a118">Log out</a></p>
</div>
</footer>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment