From: Anthony Talarico Date: Thu, 17 May 2018 17:55:46 +0000 (-0400) Subject: testing image sizes for the rooms X-Git-Tag: v1.0.0^2~9 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f748a07dac69d0780687d1708488b246dfab6eab;p=WP-Themes%2Flaurium.git testing image sizes for the rooms --- diff --git a/functions.php b/functions.php index f62e279..53ba9f4 100644 --- a/functions.php +++ b/functions.php @@ -307,6 +307,11 @@ if (!function_exists('glm_get_clientinfo_option')) { : null; } } +function wpse_setup_theme() { + add_image_size('glm-block', 600, 300,true); +} +add_action( 'after_setup_theme', 'wpse_setup_theme' ); + add_action( 'admin_init', 'posts_order_wpse_91866' ); function posts_order_wpse_91866() diff --git a/rooms.php b/rooms.php index 2dfe357..242ee8a 100644 --- a/rooms.php +++ b/rooms.php @@ -60,7 +60,7 @@ get_header();
- +