diff --git a/functions.php b/functions.php index 0b60d34..944372e 100644 --- a/functions.php +++ b/functions.php @@ -9,6 +9,13 @@ add_theme_support( 'automatic-feed-links' ); +/*-----------------------------------------------------------------------------------*/ +/* Set the content width based on the theme's design and stylesheet +/*-----------------------------------------------------------------------------------*/ +if ( ! isset( $content_width ) ) + $content_width = 720; /* pixels */ + + /*-----------------------------------------------------------------------------------*/ /* register main menu /*-----------------------------------------------------------------------------------*/ diff --git a/index.php b/index.php index 2f8d14b..4df943f 100644 --- a/index.php +++ b/index.php @@ -49,6 +49,76 @@