first commit without licensingg
This commit is contained in:
21
template-parts/entry/entry-header-split.php
Normal file
21
template-parts/entry/entry-header-split.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* The template part for displaying header split.
|
||||
*
|
||||
* @package Revision
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<div class="cs-entry__inner cs-entry__content">
|
||||
<?php get_template_part( 'template-parts/entry/entry-header-primary-info' ); ?>
|
||||
</div>
|
||||
<?php if ( has_post_thumbnail() ) { ?>
|
||||
<div class="cs-entry__inner cs-entry__overlay cs-overlay-ratio cs-ratio-landscape-16-9">
|
||||
<div class="cs-entry__thumbnail">
|
||||
<div class="cs-overlay-background cs-overlay-transparent">
|
||||
<?php the_post_thumbnail( 'csco-medium' ); ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
Reference in New Issue
Block a user