From 3eb1667b8d4557e7639162b8290f7da96ac4ea90 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 27 Jul 2018 16:54:30 -0400 Subject: [PATCH] Block IDs changed on functions file to suit block groups --- functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 450e7ab..8aa2e15 100644 --- a/functions.php +++ b/functions.php @@ -7,8 +7,8 @@ $includePages = array(); $frontPageId = get_option('page_on_front'); add_action('widgets_init', 'glm_quicksite_widget_init'); -DEFINE("GLM_BLOCKS_FRONT_GROUP",90);//d:266 L:90 -DEFINE("GLM_BLOCKS_FRONT_VIDEO_GROUP",91);//d:267 L:91 +DEFINE("GLM_BLOCKS_FRONT_GROUP",266);//d:266 L:90 +DEFINE("GLM_BLOCKS_FRONT_VIDEO_GROUP",267);//d:267 L:91 if (!function_exists('glm_quicksite_widget_init')) { @@ -134,7 +134,7 @@ function wpse_setup_theme() { add_image_size('glm-blog-feed-image', 500, 320,true); add_image_size('dropdown-image', 330, 200,true); // not actual size, just for testing purposes add_image_size('featured-image', 1000, 320,true); - add_image_size('glm-block-video-non-video-featured-image', 600, 400,true); // image size for frontpage video-block images for non-video block video blocks' featured images + add_image_size('glm-block-video-featured', 600, 400,true); // image size for non-video frontpage block video blocks' featured images } add_action( 'after_setup_theme', 'wpse_setup_theme' ); -- 2.17.1