[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfour/patterns/ -> template-index-portfolio.php (source)

   1  <?php
   2  /**
   3   * Title: Portfolio index template
   4   * Slug: twentytwentyfour/template-index-portfolio
   5   * Template Types: index
   6   * Viewport width: 1400
   7   * Inserter: no
   8   *
   9   * @package WordPress
  10   * @subpackage Twenty_Twenty_Four
  11   * @since Twenty Twenty-Four 1.0
  12   */
  13  
  14  ?>
  15  
  16  <!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
  17  
  18  <!-- wp:group {"tagName":"main","align":"full","layout":{"type":"constrained"}} -->
  19  <main class="wp-block-group alignfull">
  20      <!-- wp:heading {"level":1,"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|50"}}}} -->
  21      <h1 class="wp-block-heading alignwide" style="padding-top:var(--wp--preset--spacing--50)"><?php esc_html_e( 'Posts', 'twentytwentyfour' ); ?></h1>
  22      <!-- /wp:heading -->
  23  
  24      <!-- wp:pattern {"slug":"twentytwentyfour/posts-images-only-offset-4-col"} /-->
  25  
  26  </main>
  27  <!-- /wp:group -->
  28  
  29  <!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->


Generated : Wed Aug 5 08:20:22 2026 Cross-referenced by PHPXref