File: /home/storage/c/63/6c/usesambura1/public_html/yr/wp-content/themes/blocksy/author.php
<?php
/**
* The template for displaying archive pages
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package Blocksy
*/
get_header();
$prefix = blocksy_manager()->screen->get_prefix();
$blog_post_structure = blocksy_listing_page_structure([
'prefix' => $prefix
]);
/**
* Note to code reviewers: This line doesn't need to be escaped.
* Function blocksy_output_hero_section() used here escapes the value properly.
*/
echo blocksy_output_hero_section([
'type' => 'type-2'
]);
?>
<div class="ct-container" <?php echo wp_kses(blocksy_sidebar_position_attr(), []); ?> <?php echo blocksy_get_v_spacing() ?>>
<section>
<?php
/**
* Note to code reviewers: This line doesn't need to be escaped.
* Function blocksy_output_hero_section() used here
* escapes the value properly.
*/
echo blocksy_output_hero_section([
'type' => 'type-1'
]);
echo blocksy_render_archive_cards();
?>
</section>
<?php get_sidebar(); ?>
</div>
<?php
get_footer();