Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #935398

    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

    #935866

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.