[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfive/patterns/ -> format-audio.php (source)

   1  <?php
   2  /**
   3   * Title: Audio format
   4   * Slug: twentytwentyfive/format-audio
   5   * Categories: twentytwentyfive_post-format
   6   * Description: An audio post format with an image, title, audio player, and description.
   7   *
   8   * @package WordPress
   9   * @subpackage Twenty_Twenty_Five
  10   * @since Twenty Twenty-Five 1.0
  11   */
  12  
  13  ?>
  14  <!-- wp:group {"className":"is-style-section-3","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30","right":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->
  15  <div class="wp-block-group is-style-section-3" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)">
  16      <!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"blockGap":{"left":"var:preset|spacing|30"}}}} -->
  17      <div class="wp-block-columns is-not-stacked-on-mobile">
  18          <!-- wp:column {"width":"100px"} -->
  19          <div class="wp-block-column" style="flex-basis:100px"><!-- wp:image {"width":"100px","height":"auto","aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none"} -->
  20          <figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/ruins-image.webp' ); ?>" alt="<?php esc_attr_e( 'Event image', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover;width:100px;height:auto"/></figure>
  21          <!-- /wp:image --></div>
  22          <!-- /wp:column -->
  23  
  24          <!-- wp:column {"width":""} -->
  25          <div class="wp-block-column"><!-- wp:paragraph -->
  26          <p><?php esc_html_e( 'Episode 1: Acoma Pueblo with Prof. Fiona Presley', 'twentytwentyfive' ); ?></p>
  27          <!-- /wp:paragraph -->
  28  
  29          <!-- wp:paragraph {"fontSize":"small"} -->
  30          <p class="has-small-font-size"><?php esc_html_e( 'Acoma Pueblo, in New Mexico, stands as a testament to the resilience and cultural heritage of the Acoma people', 'twentytwentyfive' ); ?></p>
  31          <!-- /wp:paragraph -->
  32  
  33          <!-- wp:audio -->
  34          <figure class="wp-block-audio"><audio controls="" src="#"></audio></figure>
  35          <!-- /wp:audio --></div>
  36          <!-- /wp:column --></div>
  37      <!-- /wp:columns --></div>
  38  <!-- /wp:group -->


Generated : Thu Oct 24 08:20:01 2024 Cross-referenced by PHPXref