27 lines
977 B
PHP
27 lines
977 B
PHP
<?php
|
|
/**
|
|
* Title: Landing page for podcast
|
|
* Slug: twentytwentyfive/page-landing-podcast
|
|
* Categories: twentytwentyfive_page, featured
|
|
* Keywords: starter
|
|
* Block Types: core/post-content
|
|
* Post Types: page, wp_template
|
|
* Viewport width: 1400
|
|
* Description: A landing page for the podcast with a hero section, description, logos, grid with videos and newsletter signup.
|
|
*
|
|
* @package WordPress
|
|
* @subpackage Twenty_Twenty_Five
|
|
* @since Twenty Twenty-Five 1.0
|
|
*/
|
|
|
|
?>
|
|
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->
|
|
<div class="wp-block-group alignfull">
|
|
<!-- wp:pattern {"slug":"twentytwentyfive/hero-podcast"} /-->
|
|
<!-- wp:pattern {"slug":"twentytwentyfive/heading-and-paragraph-with-image"} /-->
|
|
<!-- wp:pattern {"slug":"twentytwentyfive/logos"} /-->
|
|
<!-- wp:pattern {"slug":"twentytwentyfive/grid-videos"} /-->
|
|
<!-- wp:pattern {"slug":"twentytwentyfive/cta-newsletter"} /-->
|
|
</div>
|
|
<!-- /wp:group -->
|