Hi I am trying to create a module that will show all the latest posts that are tagged with a specific tag - is this possible?
I have a few tags eg;
book (id 1)
film (id 2)
music (id 3)
I would like a module that will display only posts that are tagged with 'music'.
So far I have created an 'EasyBlog Latest Blogs' module and set the 'Latest Tag Posts' parameter 'Tag Id's' to 3. However when I view my module it is showing all of my posts, it doesn't seem to be filtering it to music only.
Am I missing something?