updated style.css with info; functions.php with enqueue; remvoed link from header
This commit is contained in:
@ -3,6 +3,10 @@
|
||||
* Based on TwentyTen functions and definitions
|
||||
**/
|
||||
|
||||
|
||||
// enqueue styles
|
||||
wp_enqueue_style( 'style', get_stylesheet_uri() );
|
||||
|
||||
//include 'plugins/drop-caps/wp_drop_caps.php';
|
||||
if (!function_exists('arl_kottke_archives')) {
|
||||
include 'plugins/arl_kottke_archives.php';
|
||||
|
Reference in New Issue
Block a user