// =============================== // UNI-ENROL STYLE THEME SETUP // =============================== function ue_theme_setup() { // Enable features add_theme_support('title-tag'); add_theme_support('post-thumbnails'); add_theme_support('custom-logo'); add_theme_support('html5', array('search-form', 'comment-form', 'gallery')); // Register menu (top navigation like UniEnrol) register_nav_menus(array( 'primary-menu' => __('Primary Menu', 'ue-theme'), 'footer-menu' => __('Footer Menu', 'ue-theme') )); } add_action('after_setup_theme', 'ue_theme_setup'); // =============================== // LOAD CSS (YOUR DESIGN SYSTEM) // =============================== function ue_enqueue_assets() { // Main style (IMPORTANT) wp_enqueue_style( 'ue-style', get_stylesheet_uri(), array(), '1.0' ); // Google Font (modern UniEnrol style) wp_enqueue_style( 'ue-fonts', 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap', array(), null ); } add_action('wp_enqueue_scripts', 'ue_enqueue_assets'); // =============================== // ADD MENU CLASS SUPPORT (for hover dropdown) // =============================== function ue_menu_classes($classes, $item, $args) { if ($args->theme_location === 'primary-menu') { $classes[] = 'ue-menu-item'; } return $classes; } add_filter('nav_menu_css_class', 'ue_menu_classes', 10, 3); // =============================== // ENABLE GUTENBERG FULL WIDTH // =============================== function ue_gutenberg_setup() { add_theme_support('align-wide'); } add_action('after_setup_theme', 'ue_gutenberg_setup'); Contact - Study SupportX
A laptop displaying the text 'Building Websites' sits on a wooden portable table in front of a brown sofa. Next to the laptop, there is a black mug placed on a white coaster. The setting suggests a cozy indoor environment suited for remote work or relaxation.

Find us downtown, welcoming students daily

Kualalumpur, Malaysia