I just implement acts-as-taggable-on on my blog model. Working great.
The visitor can filter blogpost based on the tag. So on my index blog there is a tagcloud with a bunch of tags (links). The url is domain.com/tag/greatbars ect
Question: How can i place some unique content on top of my index based on the filtered tag?
example: blogpost are filter by "greatbars" h1: The posts are filter by "tagname" h2: Below you see some great bars in the region of amsterdam. Check it out. p: ect ect
Blog listing based on filtered tag(s)