category-links.php 5.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?php
  2. /**
  3. * Title: Category Links
  4. * Slug: tenaz/category-links
  5. * Categories: featured
  6. */
  7. ?>
  8. <!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
  9. <div class="wp-block-group alignwide" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)">
  10. <!-- wp:group {"align":"wide","style":{"border":{"bottom":{"color":"var:preset|color|contrast","style":"solid","width":"3px"}},"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
  11. <div class="wp-block-group alignwide" style="border-bottom-color:var(--wp--preset--color--contrast);border-bottom-style:solid;border-bottom-width:3px;margin-bottom:var(--wp--preset--spacing--50)">
  12. <!-- wp:heading {"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"500"}},"fontSize":"medium"} -->
  13. <h2 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:500;text-transform:uppercase"><?php echo esc_html__( 'Archives', 'tenaz' ); ?></h2>
  14. <!-- /wp:heading -->
  15. </div>
  16. <!-- /wp:group -->
  17. <!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","flexWrap":"wrap"}} -->
  18. <div class="wp-block-group alignwide">
  19. <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1"},"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}}},"textColor":"contrast","fontSize":"huge"} -->
  20. <p class="has-contrast-color has-text-color has-link-color has-huge-font-size" style="line-height:1"><a href="/category/health/"><?php echo esc_html__( 'Health', 'tenaz' ); ?></a>.</p>
  21. <!-- /wp:paragraph -->
  22. <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"1"}},"textColor":"contrast","fontSize":"huge"} -->
  23. <p class="has-contrast-color has-text-color has-link-color has-huge-font-size" style="line-height:1"><a href="#"><?php echo esc_html__( 'Fashion', 'tenaz' ); ?></a>.</p>
  24. <!-- /wp:paragraph -->
  25. <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"1"}},"textColor":"contrast","fontSize":"huge"} -->
  26. <p class="has-contrast-color has-text-color has-link-color has-huge-font-size" style="line-height:1"><a href="#"><?php echo esc_html__( 'Food', 'tenaz' ); ?></a>.</p>
  27. <!-- /wp:paragraph -->
  28. <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"1"}},"textColor":"contrast","fontSize":"huge"} -->
  29. <p class="has-contrast-color has-text-color has-link-color has-huge-font-size" style="line-height:1"><a href="#"><?php echo esc_html__( 'Shopping', 'tenaz' ); ?></a>.</p>
  30. <!-- /wp:paragraph -->
  31. <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"1"}},"textColor":"contrast","fontSize":"huge"} -->
  32. <p class="has-contrast-color has-text-color has-link-color has-huge-font-size" style="line-height:1"><a href="#"><?php echo esc_html__( 'Events', 'tenaz' ); ?></a>.</p>
  33. <!-- /wp:paragraph -->
  34. <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"1"}},"textColor":"contrast","fontSize":"huge"} -->
  35. <p class="has-contrast-color has-text-color has-link-color has-huge-font-size" style="line-height:1"><a href="#"><?php echo esc_html__( 'Fiction', 'tenaz' ); ?></a>.</p>
  36. <!-- /wp:paragraph -->
  37. <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"1"}},"textColor":"contrast","fontSize":"huge"} -->
  38. <p class="has-contrast-color has-text-color has-link-color has-huge-font-size" style="line-height:1"><a href="#"><?php echo esc_html__( 'Travel', 'tenaz' ); ?></a>.</p>
  39. <!-- /wp:paragraph -->
  40. <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"1"}},"textColor":"contrast","fontSize":"huge"} -->
  41. <p class="has-contrast-color has-text-color has-link-color has-huge-font-size" style="line-height:1"><a href="#"><?php echo esc_html__( 'Japan', 'tenaz' ); ?></a>.</p>
  42. <!-- /wp:paragraph -->
  43. <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"1"}},"textColor":"contrast","fontSize":"huge"} -->
  44. <p class="has-contrast-color has-text-color has-link-color has-huge-font-size" style="line-height:1"><a href="#"><?php echo esc_html__( 'Education', 'tenaz' ); ?></a>.</p>
  45. <!-- /wp:paragraph -->
  46. </div>
  47. <!-- /wp:group -->
  48. </div>
  49. <!-- /wp:group -->