Hello,
Are you referring to the <i class="fa fa-chevron-circle-right"></i> part of the hyperlink?
Hmmm it looks like the code that got pasted to my original post was not complete, here it is again:
<div class=”post”>
<div class=”entry clearfix”>
<h3 class=”post-title”>Guidance news – attention Juniors! <i class=”fa fa-chevron-circle-right”></i></h3>
As you can see….the 3rd line is an empty hyperlink and the 4th link repeats that link as part of the post title. The last part of that code between the <i> tags is an arrow that is part of the hyperlink.
Sorry forgot to click the code button:
<div class="post">
<div class="entry clearfix">
<a href="http://wp.mw.k12.ny.us/guidance-news-attention-juniors/" rel="bookmark" title="Permanent Link to Guidance news – attention Juniors!"></a>
<h3 class="post-title"><a href="http://wp.mw.k12.ny.us/guidance-news-attention-juniors/" rel="bookmark" title="Permanent Link to Guidance news – attention Juniors!">Guidance news – attention Juniors! <i class="fa fa-chevron-circle-right"></i></a></h3>
As you can see….the 3rd line is an empty hyperlink and the 4th link repeats that link as part of the post title. The last part of that code between the <i> tags is an arrow that is part of the hyperlink.
I see you’ve created a child theme. Were any changes made to the index.php or a new category-___.php file created in order to add the Font Awesome icon? I’m guessing that may be the case, that perhaps the original code for the entry title was duplicated in order to add the Font Awesome icon and the empty link tag got left in there. When I inspect a demo page for the WP-Blossom theme, I don’t see any empty links before the entry titles. In any case, those empty links are harmless. I would have been concerned if they pointed to an external site (i.e., your site got hacked).