Skip to content

Instantly share code, notes, and snippets.

View tripdog's full-sized avatar
💭
meditating

Tom Phillips tripdog

💭
meditating
View GitHub Profile
@tripdog
tripdog / functions.php
Created November 16, 2021 05:59 — forked from EastSideCode/functions.php
WordPress Child theme functions.php
<?php
function add_parent_styles() {
wp_enqueue_style('parent-style', get_template_directory_uri().'/style.css');
}
add_action('wp_enqueue_scripts', 'add_parent_styles');
@tripdog
tripdog / webdev_online_resources.md
Created June 12, 2021 20:32 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)