introduction.php 399 B

1234567891011121314
  1. <?php
  2. /**
  3. * Two posts with features images in a query block.
  4. *
  5. * @package Geologist
  6. */
  7. return array(
  8. 'title' => __( 'Introduction', 'geologist' ),
  9. 'categories' => array( 'geologist' ),
  10. 'content' => '<!-- wp:heading {"level":3} -->
  11. <h3>' . esc_html__( "Geologist is a blog dedicated to everything buried under the earth's surface.", 'geologist' ) . '</h3>
  12. <!-- /wp:heading -->',
  13. );