latest-interviews.php 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. /**
  3. * Title: Posts and Topics
  4. * slug: pendant/latest-interviews
  5. * inserter: no
  6. */
  7. ?>
  8. <!-- wp:heading {"level":4,"fontSize":"large"} -->
  9. <h4 class="has-large-font-size"><?php echo esc_html__( 'Latest Interviews', 'pendant' ); ?></h4>
  10. <!-- /wp:heading -->
  11. <!-- wp:columns {"style":{"spacing":{"blockGap":"20px"}}} -->
  12. <div class="wp-block-columns"><!-- wp:column -->
  13. <div class="wp-block-column"><!-- wp:image {"sizeSlug":"full","linkDestination":"none"} -->
  14. <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ) . '/assets/images/jewelery-making-1.jpeg'; ?>" alt=""/></figure>
  15. <!-- /wp:image -->
  16. <!-- wp:heading {"level":4} -->
  17. <h4><?php echo esc_html__( 'Q&amp;A with Lana DeVito, Jewelry designer', 'pendant' ); ?></h4>
  18. <!-- /wp:heading --></div>
  19. <!-- /wp:column -->
  20. <!-- wp:column -->
  21. <div class="wp-block-column"><!-- wp:image {"sizeSlug":"full","linkDestination":"none"} -->
  22. <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ) . '/assets/images/jewelery-making-2.jpeg'; ?>" alt=""/></figure>
  23. <!-- /wp:image -->
  24. <!-- wp:heading {"level":4} -->
  25. <h4><?php echo esc_html__( 'Q&amp;A with Andrew Holsen, handmaker', 'pendant' ); ?></h4>
  26. <!-- /wp:heading --></div>
  27. <!-- /wp:column --></div>
  28. <!-- /wp:columns -->