123456789101112 |
- <?php
- /**
- * Title: Posts and Topics
- * slug: pendant/posts-topics
- * categories: featured, list, text
- */
- ?>
- <!-- wp:heading {"level":4,"style":{"spacing":{"margin":{"bottom":"20px"}}},"fontSize":"large"} -->
- <h4 class="has-large-font-size" style="margin-bottom:20px"><?php echo esc_html__( 'Popular Topics', 'pendant' ); ?></h4>
- <!-- /wp:heading -->
- <!-- wp:categories /-->
|