[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Title: Hero podcast 4 * Slug: twentytwentyfive/hero-podcast 5 * Categories: banner 6 * Keywords: podcast, hero, stories 7 * 8 * @package WordPress 9 * @subpackage Twenty_Twenty_Five 10 * @since Twenty Twenty-Five 1.0 11 */ 12 13 ?> 14 <!-- wp:group {"align":"full","className":"is-style-section-2","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} --> 15 <div class="wp-block-group alignfull is-style-section-2" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)"> 16 <!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|60","left":"var:preset|spacing|60"}}}} --> 17 <div class="wp-block-columns alignwide"> 18 <!-- wp:column {"width":"40%"} --> 19 <div class="wp-block-column" style="flex-basis:40%"> 20 <!-- wp:image {"sizeSlug":"large","linkDestination":"none"} --> 21 <figure class="wp-block-image size-large"> 22 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/hero-podcast.webp" alt="<?php echo esc_attr_x( 'Picture of a person', 'Alt text for hero image.', 'twentytwentyfive' ); ?>"/> 23 </figure> 24 <!-- /wp:image --> 25 </div> 26 <!-- /wp:column --> 27 28 29 <!-- wp:column {"verticalAlignment":"center","width":"60%","style":{"spacing":{"blockGap":"var:preset|spacing|40"}}} --> 30 <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:60%"> 31 <!-- wp:heading {"fontSize":"xx-large"} --> 32 <h2 class="wp-block-heading has-xx-large-font-size"><?php esc_html_e( 'The Stories Podcast', 'twentytwentyfive' ); ?></h2> 33 <!-- /wp:heading --> 34 35 <!-- wp:paragraph --> 36 <p><?php echo esc_html_x( 'Storytelling, expert analysis, and vivid descriptions. The Stories Podcast brings history to life, making it accessible and engaging for a global audience.', 'Podcast description', 'twentytwentyfive' ); ?></p> 37 <!-- /wp:paragraph --> 38 39 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"wrap"}} --> 40 <div class="wp-block-group"> 41 42 <!-- wp:heading {"level":3,"style":{"typography":{"textTransform":"uppercase","letterSpacing":"1px","fontStyle":"normal","fontWeight":"600"}},"fontSize":"small"} --> 43 <h3 class="wp-block-heading has-small-font-size" style="font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase"><?php esc_html_e( 'Subscribe on your favorite platform', 'twentytwentyfive' ); ?></h3> 44 <!-- /wp:heading --> 45 46 <!-- wp:group {"layout":{"type":"flex","flexWrap":"wrap"}} --> 47 <div class="wp-block-group"> 48 <!-- wp:paragraph {"className":"is-style-text-annotation"} --> 49 <p class="is-style-text-annotation"><a href="#"><?php echo esc_html_x( 'YouTube', 'Button text', 'twentytwentyfive' ); ?></a></p> 50 <!-- /wp:paragraph --> 51 52 <!-- wp:paragraph {"className":"is-style-text-annotation"} --> 53 <p class="is-style-text-annotation"><a href="#"><?php echo esc_html_x( 'Apple Podcasts', 'Button text', 'twentytwentyfive' ); ?></a></p> 54 <!-- /wp:paragraph --> 55 56 <!-- wp:paragraph {"className":"is-style-text-annotation"} --> 57 <p class="is-style-text-annotation"><a href="#"><?php echo esc_html_x( 'Spotify', 'Button text', 'twentytwentyfive' ); ?></a></p> 58 <!-- /wp:paragraph --> 59 60 <!-- wp:paragraph {"className":"is-style-text-annotation"} --> 61 <p class="is-style-text-annotation"><a href="#"><?php echo esc_html_x( 'Pocket Casts', 'Button text', 'twentytwentyfive' ); ?></a></p> 62 <!-- /wp:paragraph --> 63 64 <!-- wp:paragraph {"className":"is-style-text-annotation"} --> 65 <p class="is-style-text-annotation"><a href="#"><?php echo esc_html_x( 'RSS', 'Button text', 'twentytwentyfive' ); ?></a></p> 66 <!-- /wp:paragraph --> 67 </div> 68 <!-- /wp:group --> 69 70 </div> 71 <!-- /wp:group --> 72 73 </div> 74 <!-- /wp:column --> 75 </div> 76 <!-- /wp:columns --> 77 </div> 78 <!-- /wp:group -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |