esc_html__( 'Primary Menu', 'aem-slate' ), ) ); add_theme_support( 'html5', array( 'comment-form', 'comment-list', 'gallery', 'caption', ) ); add_theme_support( 'custom-logo', array( 'height' => 100, 'width' => 400, 'flex-width' => true, 'flex-height' => true, ) ); add_theme_support( 'customize-selective-refresh-widgets' ); } endif; add_action( 'after_setup_theme', 'aem_slate_setup' ); function aem_slate_widgets_init() { } add_action( 'widgets_init', 'aem_slate_widgets_init' ); function aem_slate_scripts() { wp_enqueue_style( 'aem-slate-style', get_stylesheet_uri() ); } function aem_pagination() { global $wp_query; $total_pages = $wp_query->max_num_pages; if ($total_pages > 1) { $current_page = max(1, get_query_var('paged')); echo '