HI,
I need to add some text below TAGS in posts.
I’ve searched but can’t find where to do it.
Any help appreciated
Thank you
Hey hothoundz,
Thank you for using Enfold.
Please edit the includes > loop-index.php file. Look for this code around line 276.
//tags on single post
if(has_tag())
{
echo '<span class="blog-tags minor-meta">';
the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
echo '</span></span>';
}
Place the new content or text below that line.
Best regards,
Ismael