240, 'width' => 240, 'flex-height' => true, ) ); add_image_size('academic-education-homepage-thumb',240,145,true); register_nav_menus( array( 'primary' => __( 'Primary Menu', 'academic-education' ), ) ); add_theme_support( 'custom-background', array( 'default-color' => 'f1f1f1' ) ); /* * Enable support for Post Formats. * * See: https://codex.wordpress.org/Post_Formats */ add_theme_support( 'post-formats', array( 'image', 'video', 'gallery', 'audio', ) ); add_editor_style( array( 'assets/css/editor-style.css', academic_education_font_url() ) ); // Theme Activation Notice global $pagenow; if ( is_admin() && ('themes.php' == $pagenow) && isset( $_GET['activated'] ) ) { add_action( 'admin_notices', 'academic_education_activation_notice' ); } } endif; // academic_education_setup add_action( 'after_setup_theme', 'academic_education_setup' ); // Notice after Theme Activation function academic_education_activation_notice() { echo '
'. esc_html__( ' Our sincere thanks for choosing our academic education theme. We assure you a high performing theme for your academic business. Please proceed towards welcome section to start an amazing journey with us. ', 'academic-education' ) .'
'; echo ''; echo '