123456789101112131415161718192021222324252627282930313233343536 |
- <?php
- /**
- * Blog posts.
- *
- * @package Skatepark
- */
- return array(
- 'title' => __( 'Blog posts', 'skatepark' ),
- 'categories' => array( 'skatepark' ),
- 'content' => '<!-- wp:query {"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"displayLayout":{"type":"flex","columns":3},"align":"wide"} -->
- <div class="wp-block-query alignwide"><!-- wp:post-template -->
- <!-- wp:group {"style":{"spacing":{"padding":{"top":"30px"}}},"layout":{"inherit":false}} -->
- <div class="wp-block-group" style="padding-top:30px"><!-- wp:separator {"className":"is-style-wide"} -->
- <hr class="wp-block-separator is-style-wide"/>
- <!-- /wp:separator -->
- <!-- wp:post-featured-image {"isLink":true} /-->
- <!-- wp:post-title {"isLink":true,"fontSize":"normal"} /-->
- <!-- wp:post-excerpt {"moreText":"' . esc_html__( 'Continue reading', 'skatepark' ) . '"} /-->
- <!-- wp:post-date {"style":{"typography":{"fontSize":"16px","fontWeight":"500"}},"isLink":true} /--></div>
- <!-- /wp:group -->
- <!-- /wp:post-template -->
- <!-- wp:query-pagination -->
- <!-- wp:query-pagination-previous /-->
- <!-- wp:query-pagination-numbers /-->
- <!-- wp:query-pagination-next /-->
- <!-- /wp:query-pagination --></div>
- <!-- /wp:query -->',
- );
|