Skip to content

Instantly share code, notes, and snippets.

@fivepennies
fivepennies / functions.php
Created December 13, 2014 05:36
functions.php
<?php
//* Start the engine
include_once( get_template_directory() . '/lib/init.php' );
//* Setup Theme
include_once( get_stylesheet_directory() . '/lib/theme-defaults.php' );
//* Set Localization (do not remove)
load_child_theme_textdomain( 'parallax', apply_filters( 'child_theme_textdomain', get_stylesheet_directory() . '/languages', 'parallax' ) );
@fivepennies
fivepennies / style.css
Created December 13, 2014 05:35
Style.css
/*
Theme Name: Parallax Pro Theme
Theme URI: http://my.studiopress.com/themes/parallax/
Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
Author: StudioPress
Author URI: http://www.studiopress.com/
Version: 1.2
Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
@fivepennies
fivepennies / archive-portfolio.php
Created December 13, 2014 05:33
Archive Portfolio
<?php
/**
* Portfolio Archive
*
*/
/**
* Display as Columns
*
*/