Skip to content

Instantly share code, notes, and snippets.

View rachelmccollin's full-sized avatar

Rachel McCollin rachelmccollin

View GitHub Profile
@rachelmccollin
rachelmccollin / archive_edits.php
Last active April 29, 2018 00:17 — forked from anonymous/style_comments.css
WPMU Create a WordPress theme from static HTML
<h2><?php the_archive_title(); ?></h2>
<?php get_template_part( 'includes/loop', 'archive' ); ?>
@rachelmccollin
rachelmccollin / 0_reuse_code.js
Last active August 29, 2015 14:17
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console