From: Steve Sutton Date: Thu, 8 Feb 2018 15:15:07 +0000 (-0500) Subject: Update block id's for home page. X-Git-Tag: v1.0.0^2~29 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=277fbee2ec51cd1130f61b2ebeacc0eb8d9ccca4;p=WP-Themes%2Fwmta.git Update block id's for home page. Updating the block id's used. --- diff --git a/functions.php b/functions.php index a82d0f2..ca95d47 100644 --- a/functions.php +++ b/functions.php @@ -9,8 +9,8 @@ require get_template_directory() . '/inc/menu-walker.php'; require get_template_directory() . '/inc/navigation.php'; -DEFINE("BLOCKS_FRONT_TOP_GROUP",66139); -DEFINE("BLOCKS_FOOTER_AREA_GROUP",66199); +DEFINE("BLOCKS_FRONT_TOP_GROUP",69302); +DEFINE("BLOCKS_FOOTER_AREA_GROUP",69304); if ( ! function_exists( 'wmta_setup' ) ) : /** @@ -20,8 +20,8 @@ if ( ! function_exists( 'wmta_setup' ) ) : * runs before the init hook. The init hook is too late for some features, such * as indicating support for post thumbnails. */ - - + + function wmta_setup() { /* * Make theme available for translation. @@ -33,7 +33,7 @@ function wmta_setup() { // Add default posts and comments RSS feed links to head. add_theme_support( 'automatic-feed-links' ); - + // Add image size for glm block add_image_size('glm-block-image-front-top', 550, 300,true); @@ -332,7 +332,7 @@ require get_template_directory() . '/inc/royalslider.php'; function restore_slider_behavior( $settings ) { - $settings['infinite'] = 'true'; + $settings['infinite'] = 'true'; return $settings; } add_filter( 'advanced-ads-slider-settings', 'restore_slider_behavior' ); @@ -342,4 +342,4 @@ function is_blog () { global $post; $posttype = get_post_type($post ); return ( ((is_archive()) || (is_author()) || (is_category()) || (is_home()) || (is_single()) || (is_tag())) && ( $posttype == 'post') ) ? true : false ; - } \ No newline at end of file + }