From f748a07dac69d0780687d1708488b246dfab6eab Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 17 May 2018 13:55:46 -0400 Subject: [PATCH] testing image sizes for the rooms --- functions.php | 5 +++++ rooms.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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();
- +
-- 2.17.1