latest-interviews.php 1.3 KB

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