[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfour/patterns/ -> hidden-post-meta.php (source)

   1  <?php
   2  /**
   3   * Title: Post meta
   4   * Slug: twentytwentyfour/hidden-post-meta
   5   * Inserter: no
   6   *
   7   * @package WordPress
   8   * @subpackage Twenty_Twenty_Four
   9   * @since Twenty Twenty-Four 1.0
  10   */
  11  
  12  ?>
  13  
  14  <!-- wp:group {"layout":{"type":"constrained"}} -->
  15  <div class="wp-block-group">
  16      <!-- wp:group {"style":{"spacing":{"blockGap":"0.3em"}},"layout":{"type":"flex","justifyContent":"left"}} -->
  17      <div class="wp-block-group">
  18          <!-- wp:post-date {"format":"M j, Y","isLink":true} /-->
  19  
  20          <!-- wp:paragraph {"textColor":"contrast-2"} -->
  21          <p class="has-contrast-2-color has-text-color">—</p>
  22          <!-- /wp:paragraph -->
  23  
  24          <!-- wp:paragraph {"fontSize":"small","textColor":"contrast-2"} -->
  25          <p class="has-small-font-size has-contrast-2-color has-text-color"><?php echo esc_html_x( 'by', 'Prefix for the post author block: By author name', 'twentytwentyfour' ); ?></p>
  26          <!-- /wp:paragraph -->
  27  
  28          <!-- wp:post-author-name {"isLink":true} /-->
  29  
  30          <!-- wp:post-terms {"term":"category","prefix":"<?php echo esc_html_x( 'in ', 'Prefix for the post category block: in category name', 'twentytwentyfour' ); ?>"} /-->
  31  
  32      </div>
  33      <!-- /wp:group -->
  34  </div>
  35  <!-- /wp:group -->


Generated : Thu Jul 30 08:20:17 2026 Cross-referenced by PHPXref