Skip to content

Instantly share code, notes, and snippets.

@jeffsmonteiro
jeffsmonteiro / wordpress_content_test_html_tags_and_formating.txt
Created June 28, 2017 03:46
Wordpress Content Test Unit: HTML Tags and Formating
<h2>Headings</h2>
<h1>Header one</h1>
<h2>Header two</h2>
<h3>Header three</h3>
<h4>Header four</h4>
<h5>Header five</h5>
<h6>Header six</h6>
<h2>Blockquotes</h2>
Single line blockquote:
<blockquote>Stay hungry. Stay foolish.</blockquote>
<?php
// Add in functions
// add_theme_support( 'post-thumbnails' );
// add_theme_support( 'title-tag' );
// To create slides, add a featured image on post and
// add a tag named slide
// To create a slide.php and save this gist, into theme
// subfolder named parts
@jeffsmonteiro
jeffsmonteiro / seo-basic-checklist.html
Created August 31, 2016 19:16
SEO Basic Checklist
SEO Checklist
Meta Title - Max. 70 chars
<title>Title of page or Article</title>
Meta Description - Max 160 chars
<meta name="description" content="Some words about the page or the article">
Meta Keywords - Optional
<meta name="keywords" content="HTML,CSS,XML,JavaScript">