array( // Place three widgets in the sidebar area. 'sidebar-1' => array( 'custom_html_about' => array( 'custom_html', array( 'title' => esc_html_x( 'About', 'Theme starter content', 'bootspress' ), 'content' => '
Customize this section to tell your visitors a little bit about your publication, writers, content, or something else entirely. Totally up to you.
', ) ), 'archives', 'meta_custom' => array( 'meta', array( 'title' => esc_html_x( 'Elsewhere', 'Theme starter content', 'bootspress' ), ) ), ), // Add the custom html widget to the header-after area. 'header-after' => array( 'custom_html_header_after' => array( 'custom_html', array( 'content' => '' . esc_html_x( 'Multiple lines of text that form the lede, informing new readers quickly and efficiently about what’s most interesting in this post’s contents.', 'Theme starter content', 'bootspress' ) . '
' . esc_html_x( 'Continue reading...', 'Theme starter content', 'bootspress' ) . '