__( 'Primary Menu', 'untitled' ), ) ); /** * Enable support for Post Formats */ add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link' ) ); } endif; // untitled_setup add_action( 'after_setup_theme', 'untitled_setup' ); ?>