updated the comments php and style to the new formats; first commit on new computer

This commit is contained in:
Jacob Haddon
2020-06-16 18:40:49 -04:00
parent 426f325bcf
commit d70267874c
3 changed files with 217 additions and 90 deletions

View File

@ -13,14 +13,16 @@ 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';
include 'plugins/arl_kottke_archives.php';
}
/**
* Set the content width based on the theme's design and stylesheet.
*
* Used to set the width of images and content. Should be equal to the width the theme
* is designed for, generally via the style.css stylesheet.
*/
if ( ! isset( $content_width ) )
$content_width = 640;