hidden-post-navigation.php 1.0 KB

1234567891011121314
  1. <?php
  2. /**
  3. * Title: Post navigation
  4. * Slug: olympique/hidden-post-navigation
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"tagName":"nav","ariaLabel":"<?php esc_attr_e( 'Posts', 'olympique' ); ?>","style":{"spacing":{"padding":{"bottom":"var:preset|spacing|40","top":"var:preset|spacing|40"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
  9. <nav class="wp-block-group" style="padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)" aria-label="<?php esc_attr_e( 'Posts', 'olympique' ); ?>">
  10. <!-- wp:post-navigation-link {"type":"previous","label":"<?php echo esc_html_x( 'Previous: ', 'Label before the title of the previous post. There is a space after the colon.', 'olympique' ); ?>","showTitle":true,"linkLabel":true,"arrow":"arrow"} /-->
  11. <!-- wp:post-navigation-link {"label":"<?php echo esc_html_x( 'Next: ', 'Label before the title of the next post. There is a space after the colon.', 'olympique' ); ?>","showTitle":true,"linkLabel":true,"arrow":"arrow"} /-->
  12. </nav>
  13. <!-- /wp:group -->