Skip to content

Instantly share code, notes, and snippets.

View ntwb's full-sized avatar
🏠
Working from home

Stephen Edgar ntwb

🏠
Working from home
View GitHub Profile
@ntwb
ntwb / bbpress.scss
Last active September 30, 2018 10:41 — forked from cdils/bbpress.scss
This is quick, sassified version of the default bbPress stylesheet. I did not sassify the media queries at this point (I intend to re-work those as mobile-first for my project). Also note that I kept the original stylesheet organization. There's repition of some selectors that could be avoidded if the current organization was disregarded. :) As …
/**
* bbPress specific CSS
*
* @package bbPress
* @subpackage Theme
*/
/* =bbPress Style
-------------------------------------------------------------- */
@ntwb
ntwb / gist:229a1cbbbf77225a365e229c38ae699c
Created November 1, 2016 05:13 — forked from johnbillion/hierarchy.php
WordPress Template Hierarchy (as of WordPress 4.6)
<?php
/*
WordPress Template Hierarchy (as of WordPress 4.6)
is_404() ------------------------------------------------------------------------------------------------> 404.php
is_search() ---------------------------------------------------------------------------------------------> search.php
is_front_page() -----------------------------------------------------------------------------------------> front-page.php
is_home() -----------------------------------------------------------------------------------------------> home.php