[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfive/patterns/ -> hidden-written-by.php (source)

   1  <?php
   2  /**
   3   * Title: Written by
   4   * Slug: twentytwentyfive/hidden-written-by
   5   * Inserter: no
   6   *
   7   * @package    WordPress
   8   * @subpackage Twenty_Twenty_Five
   9   * @since      Twenty Twenty-Five 1.0
  10   */
  11  
  12  ?>
  13  <!-- wp:group {"style":{"spacing":{"blockGap":"0.2em","margin":{"bottom":"var:preset|spacing|60"}}},"textColor":"accent-4","fontSize":"small","layout":{"type":"flex","flexWrap":"nowrap"}} -->
  14  <div class="wp-block-group has-accent-4-color has-text-color has-link-color has-small-font-size" style="margin-bottom:var(--wp--preset--spacing--60)">
  15      <!-- wp:paragraph -->
  16      <p><?php esc_html_e( 'Written by ', 'twentytwentyfive' ); ?></p>
  17      <!-- /wp:paragraph -->
  18      <!-- wp:post-author-name {"isLink":true,"style":{"typography":{"textDecoration":"underline"}}} /-->
  19      <!-- wp:paragraph -->
  20      <p><?php esc_html_e( 'in', 'twentytwentyfive' ); ?></p>
  21      <!-- /wp:paragraph -->
  22      <!-- wp:post-terms {"term":"category","style":{"typography":{"fontWeight":"300","textDecoration":"underline"}}} /-->
  23  </div>
  24  <!-- /wp:group -->


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