Skip to content

Instantly share code, notes, and snippets.

@beastaugh
Created January 19, 2010 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beastaugh/280933 to your computer and use it in GitHub Desktop.
Save beastaugh/280933 to your computer and use it in GitHub Desktop.
A Tarski child theme using the Tarski stylesheet
<?php
function my_theme_init() {
if (!is_admin()) {
wp_enqueue_style('tarski_stylesheet', get_template_directory_uri() . '/style.css');
}
}
add_action('init', 'my_theme_init');
/*
Theme Name: Tarski Child
Theme URI: http://tarskitheme.com/
Description: A Tarski child theme using the Tarski stylesheet.
Author: Benedict Eastaugh
Author URI: http://extralogical.net/
Version: 1.0
Template: tarski
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment