Changeset 56951 for trunk/src/wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php
- Timestamp:
- 10/17/2023 02:12:07 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php
r56764 r56951 1 1 <?php 2 2 /** 3 * Title: Portfolio Single post Template3 * Title: Portfolio single post template 4 4 * Slug: twentytwentyfour/template-single-portfolio 5 5 * Template Types: posts, single … … 9 9 ?> 10 10 11 <!-- wp:template-part {"slug":"header" } /-->11 <!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /--> 12 12 13 13 <!-- wp:group {"tagName":"main","align":"full","layout":{"type":"constrained"}} --> 14 <main class="wp-block-group alignfull"><!-- wp:spacer {"height":"var:preset|spacing|40"} --> 15 <div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer"></div> 14 <main class="wp-block-group alignfull"> 15 <!-- wp:spacer {"height":"var:preset|spacing|40"} --> 16 <div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer"> 17 </div> 16 18 <!-- /wp:spacer --> 17 19 … … 19 21 20 22 <!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} --> 21 <div class="wp-block-group alignwide"><!-- wp:template-part {"slug":"post-meta"} /--></div> 23 <div class="wp-block-group alignwide"> 24 <!-- wp:template-part {"slug":"post-meta"} /--> 25 </div> 22 26 <!-- /wp:group --> 23 27 24 28 <!-- wp:spacer {"height":"var:preset|spacing|40"} --> 25 <div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer"></div> 29 <div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer"> 30 </div> 26 31 <!-- /wp:spacer --> 27 32
Note: See TracChangeset
for help on using the changeset viewer.