__( 'Image Gallery with title', 'raft' ), 'byline' => __( 'Add your text, and replace with your images', 'raft' ), 'button' => __( 'View more photos', 'raft' ), ); foreach ( $illustrations as $illustration ) { $illustrations_markup .= ''; $illustrations_markup .= '
'; $illustrations_markup .= 'Illustration'; $illustrations_markup .= '
'; $illustrations_markup .= ''; } return array( 'title' => $strings['title'], 'categories' => array( 'raft' ), 'content' => '

' . esc_html( $strings['title'] ) . '

' . esc_html( $strings['byline'] ) . '

', );