HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/Velosophe/dev.abloc.cc/wwwroot/backup/wp-content/themes/abloc/author.php
<?php get_header(); ?>

<div class="nm-blog">
    <div class="nm-blog-heading">
    	<div class="nm-row">	
        	<div class="col-xs-12">
                <h1><?php wp_kses( printf( __( 'Author Archives: %s', 'nm-framework' ), '<strong>' . get_the_author() . '</strong>' ), array( 'strong' => array() ) ); ?></h1>
            </div>
    	</div>
    </div>
	
	<?php get_template_part( 'content' ); ?>
</div>

<?php get_footer(); ?>