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' ) ) :
/**
* 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.
// 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);
function restore_slider_behavior( $settings ) {
- $settings['infinite'] = 'true';
+ $settings['infinite'] = 'true';
return $settings;
}
add_filter( 'advanced-ads-slider-settings', 'restore_slider_behavior' );
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
+ }