__( 'Primary Menu', 'allcom' ), 'secondary' => __( 'Secondary Menu', 'allcom' ), 'tertiary' => __( 'Tertiary Menu', 'allcom' ), 'mobile' => __( 'Mobile Menu', 'allcom' ), ) ); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', ) ); /* * Adding Thumbnail basic support */ add_theme_support( 'post-thumbnails' ); /* * Adding support for Widget edit icons in customizer */ add_theme_support( 'customize-selective-refresh-widgets' ); } endif; // visualmodo_setup. add_action( 'after_setup_theme', 'visualmodo_setup' );