joshposh
Member
Posted 3 years ago #
When someone clicks on a tag in my tag cloud he sees only a short excerpt of the post which is pretty much useless in my case since I have a picture blog and pictures are not shown :(
Is there any way to show the full posts when someone clicks on a tag?
Thanks.
Look in your theme for tag.php. If you don't have such a file, make a copy of index.php and name this new file tag.php. Edit the new file and change all references for the_excerpt() to the_content().
joshposh
Member
Posted 3 years ago #
That worked, thanks a lot :)