esc_html__( 'Twenty Eleven', 'twentyeleven' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { // Heading, and two columns featuring an image and dropcap. register_block_pattern( 'twentyeleven/large-text', array( 'title' => esc_html__( 'Image and Text Columns', 'twentyeleven' ), 'categories' => array( 'twentyeleven' ), 'viewportWidth' => 1000, 'content' => '

' . esc_html__( 'A Bowl Full of Flowers', 'twentyeleven' ) . '

' . esc_attr( 'A yellow flower against a dark background.', 'twentyeleven' ) . '

' . esc_html__( 'This is just an example post to showcase the featured post section on the showcase page. Who doesn’t like flowers? I like flowers. Nullam hendrerit enim nunc. Vestibulum eget nulla magna! Fusce lobortis neque eu neque egestas tincidunt. Duis elementum consequat lorem, in eleifend justo mollis at. Nam quis adipiscing magna. Duis adipiscing est ac nibh feugiat rhoncus. Donec non lorem felis, eget commodo purus.', 'twentyeleven' ) . '

' . esc_html__( 'Aenean euismod elementum nisi quis eleifend. Lectus quam id leo in vitae turpis. Etiam tempor orci eu lobortis elementum nibh. At quis risus sed vulputate odio ut enim blandit. Id ornare arcu odio ut. Blandit massa enim nec dui nunc mattis enim ut tellus. Fermentum iaculis eu non diam phasellus vestibulum. Magna fermentum iaculis eu non diam phasellus vestibulum lorem. Ullamcorper velit sed ullamcorper morbi tincidunt ornare massa. Cursus sit amet dictum sit amet justo donec. At tellus at urna condimentum mattis. Et ligula ullamcorper malesuada proin libero nunc. Ipsum dolor sit amet consectetur adipiscing elit duis tristique sollicitudin. Pellentesque diam volutpat commodo sed egestas. Mi proin sed libero enim sed faucibus.', 'twentyeleven' ) . '

', ) ); // Two columns with a quote. register_block_pattern( 'twentyeleven/inline-quote', array( 'title' => esc_html__( 'Inline Quote', 'twentyeleven' ), 'categories' => array( 'twentyeleven' ), 'viewportWidth' => 1000, 'content' => '

' . esc_html__( 'This is just an example post to showcase the featured post section on the showcase page. Who doesn’t like flowers? I like flowers. Nullam hendrerit enim nunc. Vestibulum eget nulla magna! Fusce lobortis neque eu neque egestas tincidunt. Duis elementum consequat lorem, in eleifend justo mollis at. Nam quis adipiscing magna. Duis adipiscing est ac nibh feugiat rhoncus. Donec non lorem felis, eget commodo purus.', 'twentyeleven' ) . '


' . esc_html__( '"There are always flowers for those who want to see them."', 'twentyeleven' ) . '

' . esc_html__( 'Henri Matisse', 'twentyeleven' ) . '
', ) ); // Cover block with a call-to-action to follow the blog. register_block_pattern( 'twentyeleven/follow', array( 'title' => esc_html__( 'Follow Blog', 'twentyeleven' ), 'categories' => array( 'twentyeleven' ), 'viewportWidth' => 1000, 'content' => '

' . esc_html__( 'Get In Touch', 'twentyeleven' ) . '

' . esc_html__( 'Click to subscribe to this blog and receive notifications of new posts by email.', 'twentyeleven' ) . '

' . esc_html__( 'Join 1,729 other followers', 'twentyeleven' ) . '

', ) ); // Heading, and two columns with an image and text. register_block_pattern( 'twentyeleven/about', array( 'title' => esc_html__( 'About Me', 'twentyeleven' ), 'categories' => array( 'twentyeleven' ), 'viewportWidth' => 1000, 'content' => '

' . esc_html__( 'About Me', 'twentyeleven' ) . '

' . esc_attr( 'Photo of a woman.', 'twentyeleven' ) . '

' . esc_html__( 'This is a paragraph to tell about yourself.', 'twentyeleven' ) . ' ' . esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Nulla porttitor massa id neque aliquam vestibulum morbi blandit cursus. Feugiat nisl pretium fusce id velit. Cursus risus at ultrices mi. Pellentesque nec nam aliquam sem et tortor consequat. Est lorem ipsum dolor sit amet consectetur adipiscing. Nisi porta lorem mollis aliquam. Aenean euismod elementum nisi quis eleifend quam adipiscing vitae proin. Malesuada bibendum arcu vitae elementum curabitur vitae nunc sed. Quis hendrerit dolor magna eget est lorem ipsum dolor sit. Viverra vitae congue eu consequat.', 'twentyeleven' ) . '

', ) ); // Two columns with headings and lists. register_block_pattern( 'twentyeleven/lists', array( 'title' => esc_html__( 'Two Columns of Lists', 'twentyeleven' ), 'categories' => array( 'twentyeleven' ), 'viewportWidth' => 1000, 'content' => '

' . esc_html__( 'Books', 'twentyeleven' ) . '

' . esc_html__( 'Talks', 'twentyeleven' ) . '

', ) ); }