//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'; Bélgica - EducaSpain https://educaspain.com/tag/belgica/ Red Internacional de Enseñanza del Español Mon, 16 Aug 2021 12:07:11 +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 Bélgica - EducaSpain https://educaspain.com/tag/belgica/ 32 32 101115499 Post-doctoral researcher in contrastive corpus linguistics, Bélgica https://educaspain.com/caducado/empleo-caducado/post-doctoral-researcher-in-contrastive-corpus-linguistics-belgica/ https://educaspain.com/caducado/empleo-caducado/post-doctoral-researcher-in-contrastive-corpus-linguistics-belgica/#respond Tue, 10 Aug 2021 09:17:35 +0000 https://educaspain.com/?p=19579 https://educaspain.com/caducado/empleo-caducado/post-doctoral-researcher-in-contrastive-corpus-linguistics-belgica/feed/ 0 19579 Profesor de español, Bruselas (Bélgica) https://educaspain.com/caducado/empleo-caducado/secundaria-bruselas/ https://educaspain.com/caducado/empleo-caducado/secundaria-bruselas/#respond Mon, 22 Feb 2021 19:04:01 +0000 https://educaspain.com/?p=19391 https://educaspain.com/caducado/empleo-caducado/secundaria-bruselas/feed/ 0 19391 Lectorados MAEC-AECID 2021/2022 https://educaspain.com/caducado/empleo-caducado/lectores-maec-aecid-2021-2022/ https://educaspain.com/caducado/empleo-caducado/lectores-maec-aecid-2021-2022/#respond Mon, 11 Jan 2021 11:03:54 +0000 https://educaspain.com/?p=19326 https://educaspain.com/caducado/empleo-caducado/lectores-maec-aecid-2021-2022/feed/ 0 19326 Auxiliares conversación en el extranjero 2021/2022 https://educaspain.com/caducado/empleo-caducado/auxiliares-conversacion-2021-2022/ https://educaspain.com/caducado/empleo-caducado/auxiliares-conversacion-2021-2022/#comments Mon, 21 Dec 2020 20:20:07 +0000 https://educaspain.com/?p=19287 https://educaspain.com/caducado/empleo-caducado/auxiliares-conversacion-2021-2022/feed/ 1 19287 Profesor de español, Turnhout (Bélgica) https://ec.europa.eu/eures/eures-searchengine/page/main?lang=es&app=4.1.1-build-1#/jv-details/Y2QzOTRlMTMtZGY1OS00YTg0LWJhZTItYjMwOTk0YjBjMWZlIDM?jvDisplayLanguage=nl#new_tab https://ec.europa.eu/eures/eures-searchengine/page/main?lang=es&app=4.1.1-build-1#/jv-details/Y2QzOTRlMTMtZGY1OS00YTg0LWJhZTItYjMwOTk0YjBjMWZlIDM?jvDisplayLanguage=nl#new_tab#respond Sun, 30 Aug 2020 18:05:33 +0000 https://educaspain.com/?p=19147 https://ec.europa.eu/eures/eures-searchengine/page/main?lang=es&app=4.1.1-build-1#/jv-details/Y2QzOTRlMTMtZGY1OS00YTg0LWJhZTItYjMwOTk0YjBjMWZlIDM?jvDisplayLanguage=nl#new_tab/feed/ 0 19147 2 profesores de español, Halle-Vilvoorde (Bélgica) https://educaspain.com/caducado/empleo-caducado/2-profesores-de-espanol-halle-vilvoorde-belgica/ https://educaspain.com/caducado/empleo-caducado/2-profesores-de-espanol-halle-vilvoorde-belgica/#respond Sun, 30 Aug 2020 17:58:22 +0000 https://educaspain.com/?p=19144 https://educaspain.com/caducado/empleo-caducado/2-profesores-de-espanol-halle-vilvoorde-belgica/feed/ 0 19144 Profesores interinos Bélgica, Países Bajos y Luxemburgo 2020-2021 https://educaspain.com/caducado/empleo-caducado/interinos-benelux-2020-2021/ https://educaspain.com/caducado/empleo-caducado/interinos-benelux-2020-2021/#comments Thu, 26 Mar 2020 14:10:17 +0000 https://educaspain.com/?p=14497 https://educaspain.com/caducado/empleo-caducado/interinos-benelux-2020-2021/feed/ 2 14497 Una mañana con Difusión en Bruselas https://educaspain.com/eventos/difusion-bruselas/ https://educaspain.com/eventos/difusion-bruselas/#respond Mon, 02 Mar 2020 18:26:14 +0000 https://educaspain.com/?post_type=mec-events&p=14270 El sábado 21 de marzo de 2020 se celebra la formación ELE en Bruselas (Bélgica) organizada por la editorial Difusión.]]> https://educaspain.com/eventos/difusion-bruselas/feed/ 0 14270 Jornada de Formación ELE en Ostende https://educaspain.com/eventos/ele-ostende/ https://educaspain.com/eventos/ele-ostende/#respond Mon, 03 Feb 2020 23:09:11 +0000 https://educaspain.com/?post_type=mec-events&p=14171 El 19 de marzo de 2020 se celebra en CVO Scala de Ostende (Bélgica) una jornada de formación para el profesorado de ELE.]]> https://educaspain.com/eventos/ele-ostende/feed/ 0 14171 IX Congreso Internacional de la Asociación de Hispanistas del Benelux https://educaspain.com/eventos/ix-congreso-internacional-asociacion-hispanistas-benelux/ https://educaspain.com/eventos/ix-congreso-internacional-asociacion-hispanistas-benelux/#respond Mon, 03 Feb 2020 19:35:50 +0000 https://educaspain.com/?post_type=mec-events&p=14129 El 17 y 18 de septiembre de 2020 se celebra en la Universidad de Amberes (Bélgica) el IX Congreso Internacional de la Asociación de Hispanistas del Benelux.]]> https://educaspain.com/eventos/ix-congreso-internacional-asociacion-hispanistas-benelux/feed/ 0 14129