[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  <?php
   2  /**
   3   * Title: Footer
   4   * Slug: twentytwentyfive/footer
   5   * Categories: footer
   6   * Block Types: core/template-part/footer
   7   * Description: Footer columns with logo, title, tagline and links.
   8   *
   9   * @package WordPress
  10   * @subpackage Twenty_Twenty_Five
  11   * @since Twenty Twenty-Five 1.0
  12   */
  13  
  14  ?>
  15  <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
  16  <div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--50)">
  17      <!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
  18      <div class="wp-block-group alignwide">
  19          <!-- wp:site-logo /-->
  20  
  21          <!-- wp:group {"align":"full","layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between","verticalAlignment":"top"}} -->
  22          <div class="wp-block-group alignfull">
  23              <!-- wp:columns -->
  24              <div class="wp-block-columns">
  25                  <!-- wp:column {"width":"100%"} -->
  26                  <div class="wp-block-column" style="flex-basis:100%"><!-- wp:site-title {"level":2} /-->
  27  
  28                  <!-- wp:site-tagline /-->
  29                  </div>
  30                  <!-- /wp:column -->
  31  
  32                  <!-- wp:column {"width":""} -->
  33                  <div class="wp-block-column">
  34                      <!-- wp:spacer {"height":"var:preset|spacing|40","width":"0px"} -->
  35                      <div style="height:var(--wp--preset--spacing--40);width:0px" aria-hidden="true" class="wp-block-spacer"></div>
  36                      <!-- /wp:spacer -->
  37                  </div>
  38                  <!-- /wp:column -->
  39              </div>
  40              <!-- /wp:columns -->
  41  
  42              <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|80"}},"layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top","justifyContent":"space-between"}} -->
  43              <div class="wp-block-group">
  44                  <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"}} -->
  45                      <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Blog', 'twentytwentyfive' ); ?>","url":"#"} /-->
  46  
  47                      <!-- wp:navigation-link {"label":"<?php esc_html_e( 'About', 'twentytwentyfive' ); ?>","url":"#"} /-->
  48  
  49                      <!-- wp:navigation-link {"label":"<?php esc_html_e( 'FAQs', 'twentytwentyfive' ); ?>","url":"#"} /-->
  50  
  51                      <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Authors', 'twentytwentyfive' ); ?>","url":"#"} /-->
  52                  <!-- /wp:navigation -->
  53  
  54                  <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"}} -->
  55                      <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Events', 'twentytwentyfive' ); ?>","url":"#"} /-->
  56  
  57                      <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Shop', 'twentytwentyfive' ); ?>","url":"#"} /-->
  58  
  59                      <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Patterns', 'twentytwentyfive' ); ?>","url":"#"} /-->
  60  
  61                      <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Themes', 'twentytwentyfive' ); ?>","url":"#"} /-->
  62                  <!-- /wp:navigation -->
  63              </div>
  64                  <!-- /wp:group -->
  65          </div>
  66          <!-- /wp:group -->
  67  
  68          <!-- wp:spacer {"height":"var:preset|spacing|70"} -->
  69          <div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
  70          <!-- /wp:spacer -->
  71  
  72          <!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
  73          <div class="wp-block-group alignfull">
  74              <!-- wp:paragraph {"fontSize":"small"} -->
  75              <p class="has-small-font-size"><?php esc_html_e( 'Twenty Twenty-Five', 'twentytwentyfive' ); ?></p>
  76              <!-- /wp:paragraph -->
  77              <!-- wp:paragraph {"fontSize":"small"} -->
  78              <p class="has-small-font-size">
  79                  <?php
  80                  printf(
  81                      /* Translators: Designed with WordPress. %s: WordPress link. */
  82                      esc_html__( 'Designed with %s', 'twentytwentyfive' ),
  83                      '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>'
  84                  );
  85                  ?>
  86              </p>
  87              <!-- /wp:paragraph -->
  88          </div>
  89          <!-- /wp:group -->
  90      </div>
  91      <!-- /wp:group -->
  92  </div>
  93  <!-- /wp:group -->


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