/home/fdhrevqn/public_html/wp-content/themes/fox/loop/content-related.php
<article <?php post_class('post-related'); ?> itemscope itemtype="https://schema.org/CreativeWork">
    
    <div class="related-inner">
    
        <?php wi_display_thumbnail('thumbnail','related-thumbnail',true,true);?>

        <section class="related-body">

            <div class="post-content">

                <header class="related-header">

                    <h3 class="related-title" itemprop="headline">
                        <a href="<?php the_permalink();?>" rel="bookmark"><?php the_title();?></a>
                    </h3>

                </header><!-- .related-header -->

                <div class="related-excerpt" itemprop="text">
                    <p><?php echo wi_subword(get_the_excerpt(),0,20); ?></p>
                </div><!-- .related-content -->

                <div class="clearfix"></div>

            </div><!-- .post-content -->

        </section><!-- .related-body -->

        <div class="clearfix"></div>
    
    </div><!-- .related-inner -->
    
</article><!-- .post-related -->