FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
cozy-essential-addons
/
patterns
Edit File: ha-latest-post.php
<?php /** * Title: Latest Post Block: Column 2 * Slug: cozy-essential-addons/ha-latest-post * Categories: ha-patterns-pro */ ?> <!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","bottom":"80px","top":"80px"}}},"className":"hello-agency-animate","layout":{"type":"constrained","contentSize":"1180px"}} --> <div class="wp-block-group hello-agency-animate" style="padding-top:80px;padding-right:var(--wp--preset--spacing--50);padding-bottom:80px;padding-left:var(--wp--preset--spacing--50)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30","margin":{"bottom":"62px"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} --> <div class="wp-block-group" style="margin-bottom:62px"><!-- wp:heading {"style":{"typography":{"textTransform":"uppercase","fontSize":"56px","letterSpacing":"1.5px"}},"className":"hello-agency-text-stroke"} --> <h2 class="wp-block-heading hello-agency-text-stroke" style="font-size:56px;letter-spacing:1.5px;text-transform:uppercase"><?php echo esc_html('Latest', 'cozy-essential-addons') ?></h2> <!-- /wp:heading --> <!-- wp:heading {"style":{"typography":{"textTransform":"uppercase","fontSize":"56px","letterSpacing":"1.5px"}}} --> <h2 class="wp-block-heading" style="font-size:56px;letter-spacing:1.5px;text-transform:uppercase"><?php echo esc_html('Articles', 'cozy-essential-addons') ?></h2> <!-- /wp:heading --> </div> <!-- /wp:group --> <!-- wp:query {"queryId":25,"query":{"perPage":"4","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} --> <div class="wp-block-query"><!-- wp:post-template {"style":{"spacing":{"blockGap":"60px"}},"className":"hello-agency-latestposts","layout":{"type":"grid","columnCount":2}} --> <!-- wp:post-featured-image {"isLink":true,"height":"400px","align":"wide"} /--> <!-- wp:post-date {"style":{"spacing":{"padding":{"top":"10px","bottom":"24px"}}}} /--> <!-- wp:post-title {"level":4,"isLink":true,"style":{"elements":{"link":{"color":{"text":"var:preset|color|heading-color"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"fontStyle":"normal","fontWeight":"600","textTransform":"uppercase","lineHeight":"1.5"}},"fontSize":"medium"} /--> <!-- wp:read-more {"content":"Read More","style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"500"},"spacing":{"margin":{"top":"21px"}}},"textColor":"heading-color","className":"hello-agency-post-more","fontSize":"normal"} /--> <!-- /wp:post-template --> </div> <!-- /wp:query --> </div> <!-- /wp:group -->
Save
Back