buy this theme author box - House business

author box


<div class="passjob-author-box">


    <div class="insights-avatar">


        <?php echo get_avatar( get_the_author_meta( 'ID' ), 250 ); ?>


    </div>


    <div class="insights-author-info">


        <div class="author-title" itemprop="author" itemscope itemtype="http://schema.org/Person">


            <span itemprop="name"><?php printf( get_the_author_meta( 'display_name') );?></span>


        </div>


        <div class="author-summary">


            <p class="author-description"><?php echo wp_kses( get_the_author_meta( 'description' ), null ); ?></p></div>


<div class="author-links">


            <a href="https://passjob.in/about-us/" title="Read more about this author">Read More</a>


       </div>


    </div>


</div> 







Previous Post
No Comment
Add Comment
comment url