//MODO MANTENIMIENTO: function mode_maintenance(){ if(!current_user_can('edit_themes') || !is_user_logged_in()){ wp_die('
 

SITIO WEB EN MANTENIMIENTO

 

Estamos en construcción, pronto recibirás nuevas noticias...

', 'Sitio en Mantenimiento', array( 'response' => 503 )); } } add_action('init', 'mode_maintenance'); /** * ColorMag functions related to defining constants, adding files and WordPress core functionality. * * Defining some constants, loading all the required files and Adding some core functionality. * * @uses add_theme_support() To add support for post thumbnails and automatic feed links. * @uses register_nav_menu() To add support for navigation menu. * @uses set_post_thumbnail_size() To set a custom post thumbnail size. * * @package ThemeGrill * @subpackage ColorMag * @since ColorMag 1.0 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Define Theme Constants. */ $theme = wp_get_theme( 'colormag' ); define( 'COLORMAG_THEME_VERSION', $theme['Version'] ); /** * Define Directory Location Constants */ define( 'COLORMAG_PARENT_DIR', get_template_directory() ); define( 'COLORMAG_CHILD_DIR', get_stylesheet_directory() ); define( 'COLORMAG_INCLUDES_DIR', COLORMAG_PARENT_DIR . '/inc' ); define( 'COLORMAG_CSS_DIR', COLORMAG_PARENT_DIR . '/css' ); define( 'COLORMAG_JS_DIR', COLORMAG_PARENT_DIR . '/js' ); define( 'COLORMAG_LANGUAGES_DIR', COLORMAG_PARENT_DIR . '/languages' ); define( 'COLORMAG_ADMIN_DIR', COLORMAG_INCLUDES_DIR . '/admin' ); define( 'COLORMAG_WIDGETS_DIR', COLORMAG_INCLUDES_DIR . '/widgets' ); define( 'COLORMAG_CUSTOMIZER_DIR', COLORMAG_INCLUDES_DIR . '/customizer' ); define( 'COLORMAG_ELEMENTOR_DIR', COLORMAG_INCLUDES_DIR . '/elementor' ); define( 'COLORMAG_ELEMENTOR_WIDGETS_DIR', COLORMAG_ELEMENTOR_DIR . '/widgets' ); define( 'COLORMAG_ADMIN_IMAGES_DIR', COLORMAG_ADMIN_DIR . '/images' ); /** * Define URL Location Constants */ define( 'COLORMAG_PARENT_URL', get_template_directory_uri() ); define( 'COLORMAG_CHILD_URL', get_stylesheet_directory_uri() ); define( 'COLORMAG_INCLUDES_URL', COLORMAG_PARENT_URL . '/inc' ); define( 'COLORMAG_CSS_URL', COLORMAG_PARENT_URL . '/css' ); define( 'COLORMAG_JS_URL', COLORMAG_PARENT_URL . '/js' ); define( 'COLORMAG_LANGUAGES_URL', COLORMAG_PARENT_URL . '/languages' ); define( 'COLORMAG_ADMIN_URL', COLORMAG_INCLUDES_URL . '/admin' ); define( 'COLORMAG_WIDGETS_URL', COLORMAG_INCLUDES_URL . '/widgets' ); define( 'COLORMAG_CUSTOMIZER_URL', COLORMAG_INCLUDES_URL . '/customizer' ); define( 'COLORMAG_ELEMENTOR_URL', COLORMAG_INCLUDES_URL . '/elementor' ); define( 'COLORMAG_ELEMENTOR_WIDGETS_URL', COLORMAG_ELEMENTOR_URL . '/widgets' ); define( 'COLORMAG_ADMIN_IMAGES_URL', COLORMAG_ADMIN_URL . '/images' ); /** ColorMag setup file, hooked for `after_setup_theme`. */ require COLORMAG_INCLUDES_DIR . '/colormag-setup.php'; /** ColorMag content width file. */ require COLORMAG_INCLUDES_DIR . '/colormag-content-width.php'; /** Helper functions. */ require COLORMAG_INCLUDES_DIR . '/helper-functions.php'; /** Template functions files. */ require COLORMAG_INCLUDES_DIR . '/template-tags.php'; require COLORMAG_INCLUDES_DIR . '/template-functions.php'; /** WP_Query functions files. */ require COLORMAG_INCLUDES_DIR . '/colormag-wp-query.php'; /** Dynamic class file include. */ require_once COLORMAG_INCLUDES_DIR . '/colormag-dynamic-classes.php'; /** * Load required theme hook files. */ require_once COLORMAG_INCLUDES_DIR . '/hooks/hooks.php'; require_once COLORMAG_INCLUDES_DIR . '/hooks/header.php'; require_once COLORMAG_INCLUDES_DIR . '/hooks/content.php'; require_once COLORMAG_INCLUDES_DIR . '/hooks/footer.php'; /** Load functions */ require_once COLORMAG_INCLUDES_DIR . '/custom-header.php'; require_once COLORMAG_CUSTOMIZER_DIR . '/class-colormag-customizer.php'; require_once COLORMAG_INCLUDES_DIR . '/enqueue-scripts.php'; require_once COLORMAG_INCLUDES_DIR . '/class-colormag-dynamic-css.php'; /** Add the WooCommerce plugin support */ if ( class_exists( 'WooCommerce' ) ) { require_once COLORMAG_INCLUDES_DIR . '/woocommerce.php'; } /** Add the Elementor compatibility file */ if ( defined( 'ELEMENTOR_VERSION' ) ) { require_once COLORMAG_ELEMENTOR_DIR . '/elementor.php'; require_once COLORMAG_ELEMENTOR_DIR . '/elementor-functions.php'; } /** Add meta boxes. */ require_once COLORMAG_INCLUDES_DIR . '/meta-boxes/class-colormag-meta-boxes.php'; require_once COLORMAG_INCLUDES_DIR . '/meta-boxes/class-colormag-meta-box-page-settings.php'; /** Load migration scripts. */ require_once COLORMAG_INCLUDES_DIR . '/migration.php'; /** Load Widgets and Widgetized Area */ require_once COLORMAG_WIDGETS_DIR . '/widgets.php'; /** * Load deprecated functions. */ require_once COLORMAG_INCLUDES_DIR . '/deprecated/deprecated-filters.php'; require_once COLORMAG_INCLUDES_DIR . '/deprecated/deprecated-functions.php'; require_once COLORMAG_INCLUDES_DIR . '/deprecated/deprecated-hooks.php'; /** * Load Demo Importer Configs. */ if ( class_exists( 'TG_Demo_Importer' ) ) { require get_template_directory() . '/inc/demo-config.php'; } /** * Calling in the admin area for the Welcome Page as well as for the new theme notice too. */ if ( is_admin() ) { require get_template_directory() . '/inc/admin/class-colormag-admin.php'; require get_template_directory() . '/inc/admin/class-colormag-dashboard.php'; require get_template_directory() . '/inc/admin/class-colormag-notice.php'; require get_template_directory() . '/inc/admin/class-colormag-welcome-notice.php'; require get_template_directory() . '/inc/admin/class-colormag-upgrade-notice.php'; require get_template_directory() . '/inc/admin/class-colormag-theme-review-notice.php'; } /** * Detect plugin. For use on Front End only. */ include_once ABSPATH . 'wp-admin/includes/plugin.php'; Noticias - EducaSpain https://educaspain.com/category/noticias/ Red Internacional de Enseñanza del Español Tue, 08 Sep 2020 12:51:37 +0000 es hourly 1 https://wordpress.org/?v=6.4.7 https://educaspain.com/wp-content/uploads/2019/12/cropped-Cuadrado-600-px-32x32.jpg Noticias - EducaSpain https://educaspain.com/category/noticias/ 32 32 101115499 Calendario exámenes DELE en 2021 https://educaspain.com/noticias/fechas-examen-dele-2021/ https://educaspain.com/noticias/fechas-examen-dele-2021/#respond Tue, 08 Sep 2020 12:47:18 +0000 https://educaspain.com/?p=19198 https://educaspain.com/noticias/fechas-examen-dele-2021/feed/ 0 19198 “Acabamos un curso con la sensación de haber tirado a la basura 10 meses de nuestra vida” https://educaspain.com/noticias/acabamos-un-curso-con-la-sensacion-de-haber-tirado-a-la-basura-10-meses-de-nuestra-vida/ https://educaspain.com/noticias/acabamos-un-curso-con-la-sensacion-de-haber-tirado-a-la-basura-10-meses-de-nuestra-vida/#comments Thu, 25 Jun 2020 07:47:24 +0000 https://educaspain.com/?p=18752 https://educaspain.com/noticias/acabamos-un-curso-con-la-sensacion-de-haber-tirado-a-la-basura-10-meses-de-nuestra-vida/feed/ 3 18752 Modificación fechas examen DELE y CCSE 2020 https://educaspain.com/noticias/modificacion-dele-ccse-2020/ https://educaspain.com/noticias/modificacion-dele-ccse-2020/#respond Mon, 16 Mar 2020 15:35:13 +0000 https://educaspain.com/?p=14369 https://educaspain.com/noticias/modificacion-dele-ccse-2020/feed/ 0 14369 Santiago Muñoz Machado, elegido nuevo director de la RAE http://www.rae.es/noticias/santiago-munoz-machado-elegido-nuevo-director-de-la-rae#new_tab http://www.rae.es/noticias/santiago-munoz-machado-elegido-nuevo-director-de-la-rae#new_tab#respond Sat, 26 Jan 2019 21:43:56 +0000 https://www.educaspain.com/?p=12270 http://www.rae.es/noticias/santiago-munoz-machado-elegido-nuevo-director-de-la-rae#new_tab/feed/ 0 12270 El instituto cervantes reconoce la precariedad de sus profesores y subirá los salarios https://ecodiario.eleconomista.es/sociedad/noticias/9626329/01/19/El-instituto-cervantes-reconoce-la-precariedad-de-sus-profesores-y-subira-los-salarios.html#new_tab https://ecodiario.eleconomista.es/sociedad/noticias/9626329/01/19/El-instituto-cervantes-reconoce-la-precariedad-de-sus-profesores-y-subira-los-salarios.html#new_tab#respond Sun, 13 Jan 2019 10:24:48 +0000 https://www.educaspain.com/?p=12222 https://ecodiario.eleconomista.es/sociedad/noticias/9626329/01/19/El-instituto-cervantes-reconoce-la-precariedad-de-sus-profesores-y-subira-los-salarios.html#new_tab/feed/ 0 12222 ¿Cuántas palabras necesitas saber para comunicarte en un nuevo idioma? https://www.bbc.com/mundo/noticias-44592024#new_tab https://www.bbc.com/mundo/noticias-44592024#new_tab#respond Wed, 14 Nov 2018 09:01:38 +0000 https://www.educaspain.com/?p=12145 https://www.bbc.com/mundo/noticias-44592024#new_tab/feed/ 0 12145 El lenguaje inclusivo: ¿sólo una moda o una necesidad? https://www.clarin.com/viva/lenguaje-inclusivo-solo-moda-necesidad_0_KKh-SDBnE.html#new_tab https://www.clarin.com/viva/lenguaje-inclusivo-solo-moda-necesidad_0_KKh-SDBnE.html#new_tab#respond Sun, 11 Nov 2018 18:30:31 +0000 https://www.educaspain.com/?p=12134 https://www.clarin.com/viva/lenguaje-inclusivo-solo-moda-necesidad_0_KKh-SDBnE.html#new_tab/feed/ 0 12134 El Instituto Cervantes actualiza el manual de los exámenes de nacionalidad con 75 preguntas modificadas https://www.lavanguardia.com/vida/20181025/452544730409/el-instituto-cervantes-actualiza-el-manual-de-los-examenes-de-nacionalidad-con-75-preguntas-modificadas.html?facet=amp#new_tab https://www.lavanguardia.com/vida/20181025/452544730409/el-instituto-cervantes-actualiza-el-manual-de-los-examenes-de-nacionalidad-con-75-preguntas-modificadas.html?facet=amp#new_tab#respond Fri, 02 Nov 2018 21:02:13 +0000 https://www.educaspain.com/?p=11897 https://www.lavanguardia.com/vida/20181025/452544730409/el-instituto-cervantes-actualiza-el-manual-de-los-examenes-de-nacionalidad-con-75-preguntas-modificadas.html?facet=amp#new_tab/feed/ 0 11897 WEBINARIO: Encontrar trabajo en el extranjero como profesor ELE https://educaspain.com/noticias/webinario-claves-profesor-ele-unir/ https://educaspain.com/noticias/webinario-claves-profesor-ele-unir/#respond Thu, 19 May 2016 13:11:14 +0000 https://educaspain.com/?p=11105 https://educaspain.com/noticias/webinario-claves-profesor-ele-unir/feed/ 0 11105 La RAE lucha contra los anglicismos con una campaña de publicidad http://elpais.com/elpais/2016/05/18/videos/1463563077_502257.html#new_tab http://elpais.com/elpais/2016/05/18/videos/1463563077_502257.html#new_tab#respond Thu, 19 May 2016 09:58:13 +0000 https://educaspain.com/?p=11102 http://elpais.com/elpais/2016/05/18/videos/1463563077_502257.html#new_tab/feed/ 0 11102