By UNarmed on
Hey i have a content type called blogs. I created a view that i want to display only the year and month and then once you click on that it takes you to the corresponding blog posts.
I have it all pretty much done. When i preview it in views it works great, when i click the month year link it takes me exactly where i want to go.
The problem comes in when i place the view is a block, then the month year links just point at my home page??
Here are the setting i used to get this far, its basically a clone of the archives view with the blog filter added:
Arguments - Node: Created year + month
Filters - Node: Published Yes and Node: Type = Blog
Help would be greatly appreciated!!
Muchoz thanks
Comments
hmmm it works now. I enabled
hmmm it works now. I enabled the archive view and added the filter node:type = blog and it worked =/
I must have done something stupid previously.