Tagged: 

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

    usually tags are in the end of the post, is that possible to use them in the beginning os the post, with date, author and category ( all them in the same place)?

    thanks :)

    #455243

    Hey seomartin!

    Around line 188 in the /enfold/includes/loop-index.php file you should see this.

    echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
    

    Try adding this above it.

                	if(has_tag())
                	{
                    	echo '<span class="blog-tags minor-meta">';
                    	the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
                    	echo '</span></span><span class="text-sep text-sep-cat">/</span>';
                	}
    

    Cheers!
    Elliott

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