• Resolved joshposh

    (@joshposh)


    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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().

    Thread Starter joshposh

    (@joshposh)

    That worked, thanks a lot 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Show full Posts when browsing Tags’ is closed to new replies.