[ 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  ?>
   8  
   9  <!-- wp:group {"layout":{"type":"constrained"}} -->
  10  <div class="wp-block-group">
  11      <!-- wp:group {"style":{"spacing":{"blockGap":"0.3em"}},"layout":{"type":"flex","justifyContent":"left"}} -->
  12      <div class="wp-block-group">
  13          <!-- wp:post-date {"format":"M j, Y","isLink":true} /-->
  14  
  15          <!-- wp:paragraph {"textColor":"contrast-2"} -->
  16          <p class="has-contrast-2-color has-text-color">—</p>
  17          <!-- /wp:paragraph -->
  18  
  19          <!-- wp:paragraph {"fontSize":"small","textColor":"contrast-2"} -->
  20          <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>
  21          <!-- /wp:paragraph -->
  22  
  23          <!-- wp:post-author-name {"isLink":true} /-->
  24  
  25          <!-- wp:post-terms {"term":"category","prefix":"<?php echo esc_html_x( 'in ', 'Prefix for the post category block: in category name', 'twentytwentyfour' ); ?>"} /-->
  26  
  27      </div>
  28      <!-- /wp:group -->
  29  </div>
  30  <!-- /wp:group -->


Generated : Thu May 2 08:20:01 2024 Cross-referenced by PHPXref