12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?php
- /**
- * Title: Category Links
- * Slug: tenaz/category-links
- * Categories: featured
- */
- ?>
- <!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
- <div class="wp-block-group alignwide" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)">
- <!-- 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"}} -->
- <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)">
- <!-- wp:heading {"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"500"}},"fontSize":"medium"} -->
- <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>
- <!-- /wp:heading -->
- </div>
- <!-- /wp:group -->
- <!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","flexWrap":"wrap"}} -->
- <div class="wp-block-group alignwide">
- <!-- 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"} -->
- <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>
- <!-- /wp:paragraph -->
- <!-- 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"} -->
- <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>
- <!-- /wp:paragraph -->
- <!-- 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"} -->
- <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>
- <!-- /wp:paragraph -->
- <!-- 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"} -->
- <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>
- <!-- /wp:paragraph -->
- <!-- 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"} -->
- <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>
- <!-- /wp:paragraph -->
- <!-- 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"} -->
- <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>
- <!-- /wp:paragraph -->
- <!-- 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"} -->
- <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>
- <!-- /wp:paragraph -->
- <!-- 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"} -->
- <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>
- <!-- /wp:paragraph -->
- <!-- 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"} -->
- <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>
- <!-- /wp:paragraph -->
- </div>
- <!-- /wp:group -->
- </div>
- <!-- /wp:group -->
|