moved arl_kottke_archives plugin into the archives.php file

This commit is contained in:
Jacob Haddon
2021-07-26 08:53:29 -04:00
parent 16c13dae1d
commit b38064eb69
2 changed files with 69 additions and 6 deletions

View File

@ -12,11 +12,6 @@ function melville_theme_styles(){
}
add_action( 'wp_enqueue_scripts', 'melville_theme_styles' );
//include 'plugins/drop-caps/wp_drop_caps.php';
if (!function_exists('arl_kottke_archives')) {
include 'plugins/arl_kottke_archives.php';
}
/**
* Set the content width based on the theme's design and stylesheet.
*