[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentythree/patterns/ -> call-to-action.php (source)

   1  <?php
   2  /**
   3   * Title: Call to action
   4   * Slug: twentytwentythree/cta
   5   * Categories: featured
   6   * Keywords: Call to action
   7   * Block Types: core/buttons
   8   */
   9  ?>
  10  <!-- wp:columns {"align":"wide"} -->
  11  <div class="wp-block-columns alignwide">
  12      <!-- wp:column -->
  13      <div class="wp-block-column">
  14          <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.2"}},"fontSize":"x-large"} -->
  15          <p class="has-x-large-font-size" style="line-height:1.2"><?php echo esc_html_x( 'Got any book recommendations?', 'sample content for call to action', 'twentytwentythree' ); ?>
  16          </p>
  17          <!-- /wp:paragraph -->
  18  
  19          <!-- wp:buttons -->
  20          <div class="wp-block-buttons">
  21              <!-- wp:button {"fontSize":"small"} -->
  22              <div class="wp-block-button has-custom-font-size has-small-font-size">
  23                  <a class="wp-block-button__link wp-element-button">
  24                  <?php echo esc_html_x( 'Get In Touch', 'sample content for call to action button', 'twentytwentythree' ); ?>
  25                  </a>
  26              </div>
  27              <!-- /wp:button -->
  28          </div>
  29          <!-- /wp:buttons -->
  30      </div>
  31      <!-- /wp:column -->
  32  
  33      <!-- wp:column -->
  34      <div class="wp-block-column">
  35          <!-- wp:separator {"className":"is-style-wide"} -->
  36          <hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>
  37          <!-- /wp:separator -->
  38      </div>
  39      <!-- /wp:column -->
  40  </div>
  41  <!-- /wp:columns -->


Generated : Wed May 1 08:20:02 2024 Cross-referenced by PHPXref