sidebar.php 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /**
  3. * Title: Sidebar Content
  4. * Slug: rainfall/sidebar
  5. * Categories: columns
  6. */
  7. ?>
  8. <!-- wp:heading {"level":6,"style":{"spacing":{"margin":{"top":"0","bottom":"var:preset|spacing|20"}}}} -->
  9. <h6 style="margin-top:0;margin-bottom:var(--wp--preset--spacing--20)"><?php echo esc_html__( 'Search for a Topic', 'rainfall' ); ?></h6>
  10. <!-- /wp:heading -->
  11. <!-- wp:search {"label":"<?php echo esc_html__( 'Search for a Topic', 'rainfall' ); ?>","showLabel":false,"buttonText":"<?php echo esc_html__( 'Search', 'rainfall' ); ?>"} /-->
  12. <!-- wp:heading {"level":6,"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|20"}}}} -->
  13. <h6 style="margin-bottom:var(--wp--preset--spacing--20)"><?php echo esc_html__( 'Categories', 'rainfall' ); ?></h6>
  14. <!-- /wp:heading -->
  15. <!-- wp:categories /-->
  16. <!-- wp:heading {"level":6,"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|20"}}}} -->
  17. <h6 style="margin-bottom:var(--wp--preset--spacing--20)"><?php echo esc_html__( 'Posted Recently', 'rainfall' ); ?></h6>
  18. <!-- /wp:heading -->
  19. <!-- wp:latest-posts {"postsToShow":3} /-->
  20. <!-- wp:heading {"level":6,"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|20"}}}} -->
  21. <h6 style="margin-bottom:var(--wp--preset--spacing--20)"><?php echo esc_html__( 'Submissions', 'rainfall' ); ?></h6>
  22. <!-- /wp:heading -->
  23. <!-- wp:paragraph -->
  24. <p><?php echo esc_html__( 'Would you like to contribute as an editor or a writer to our blog? Let us know all the details about yourself and send us a message.', 'rainfall' ); ?></p>
  25. <!-- /wp:paragraph -->