Skip to content

Instantly share code, notes, and snippets.

View rgadon107's full-sized avatar

Robert Gadon rgadon107

  • St. Louis, MO USA
View GitHub Profile
@rgadon107
rgadon107 / SassMeister-input-HTML.html
Created February 16, 2016 00:01
Generated by SassMeister.com.
<div class="parent">
<h4 class="title">Title</h4>
<div class="child">Child 1</div>
<div class="child">Child 2</div>
<div class="child">Child 3</div>
<div class="child">Child 4</div>
<div class="child">Child 5</div>
<div class="child">Child 6</div>
</div>
@rgadon107
rgadon107 / SassMeister-input-HTML.html
Last active February 16, 2016 23:12
Generated by SassMeister.com.
<div class="parent">
<h4 class="title">Title</h4>
<div class="child">Child 1
<div class="post-content color">Lungo turkish body, cream aromatic café au lait spoon lungo mocha seasonal froth. Mocha, brewed strong, sweet black, robusta milk arabica that aged coffee whipped. Aroma, froth a, doppio so, cultivar, french press steamed acerbic milk trifecta espresso. Froth qui milk aged wings whipped aged. Irish single shot that, coffee, organic grounds caffeine milk strong in et americano.</div>
</div>
<div class="child">Child 2
<div class="post-content color">Post Content-2</div>
</div>
<div class="child">Child 3
<div class="post-content color">Post Content-3</div>
<?php
namespace albemishpc\promotion;
/**
* Custom post template for 'Promotion' post type.
*
* @package A. L. Bemish, P.C.
* @since 1.0.0
* @author Robert A. Gadon
* @license GPL-2.0+
<h2 class="before-entry-content entry-subtitle" itemprop="sub-headline"><?php echo $subtitle; ?></h2>
@rgadon107
rgadon107 / front-page.php
Created July 1, 2016 00:23
Excerpt of child theme `front-page.php` file, demonstrating setup of home page widgets
<?php
namespace albemishpc\front_page;
/**
* Front page for the Utility Pro theme
*
* @package Utility_Pro
* @author Carrie Dils
* @license GPL-2.0+
*/
@rgadon107
rgadon107 / header.php
Created July 1, 2016 00:30
Child theme customizations to the site header area in `header.php`
<?php
namespace albemishpc\header;
/**
* Customizations to the site header area within the Utility Pro child theme.
*
* @package Utility Pro\header
*
* @since 1.0.0
@rgadon107
rgadon107 / post.php
Last active July 29, 2016 02:01
Change the 'Read More...' links in WP core & Genesis; Post columns grid patterns to allow 2 - 6 grid columns.
<?php
namespace albemishpc\post;
/**
* Post structure handling.
*
* @package Utility Pro\post
*
* @since 1.0.0
*
add_action('genesis_before_content', 'ystl_add_blog_title');
/**
* Add 'Yoga St. Louis Blog' title to 'genesis_before_content' hook.
*
* @since 1.0.0
*
* @param string $title HTML markup of blog title
*
* @return string Add title before blog on front page or archive post page.
*
@rgadon107
rgadon107 / custom-post-type.php
Last active February 4, 2017 20:40
Custom Post Type functionality generated for 'Tours' custom post type plugin.
<?php
/**
* Custom Post Type functionality
*
* @package spiralWebDb\JourneysWithJeffHoag
* @since 1.0.0
* @author Robert A Gadon
* @link https://spiralwebdb.com
* @license GNU General Public License 2.0+
*/
@rgadon107
rgadon107 / archive-tours.php
Last active February 6, 2017 02:19
Archive template file for the Tours custom post type.
<?php
/**
* Archive template file for the Tours custom post type
*
* @package spiralWebDB\GenesisDeveloper
*
* @since 1.0.2
*
* @author Robert A. Gadon
*