Skip to content

Instantly share code, notes, and snippets.

@sydbarrett74
sydbarrett74 / keybase.md
Created April 28, 2017 21:40
Keybase proof for sydbarrett74

Keybase proof

I hereby claim:

  • I am sydbarrett74 on github.
  • I am sydbarrett74 (https://keybase.io/sydbarrett74) on keybase.
  • I have a public key ASCVf6yaawNAcvIpVpnxOK0shw9lwrNyz3l6b6rGahrj6Ao

To claim this, I am signing this object:

@sydbarrett74
sydbarrett74 / functions.php
Created January 8, 2018 23:14
Blackoot-Lite child theme
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' );
function enqueue_parent_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
}
?>