I am working out a solution for a multiple blog site and am finding I need top use views. I am having much difficulties here.
1. when on my first view called homme the breadcrumbs are not updated it still just says "home >" as if it is still on the homepage. When I click a post the breadcrumbs update to "Home › Blogs › admin's blog › ". This will not work for us. I need it to say Home > Homme > Name of Article, basically what you would expect when going to a blog site or post. Can I get the view to act like a blog?
2. I am still trying to figure out how to filter the view. here are some ideas:
- creating a blog type (radio button) in the Blog content type to choose 1.homme, 2.femme (the two blogs)
This when filtered just filters the same results for both blogs. When filtering I can only specify the field_blog_type not the sub result of clicking the radion button.
- creating two content types, one for each blog and filtering by them. Which I can imagine will work but from the back-end kind of messy. I would rather just use the single blog content type and be able to filter the posts.
- Someone had mentioned something about taxonomy as a way to filter but I haven't tried it yet. Not familiar with taxonomy at all so going in blind there.
Which is the best direction or if you have a better solution please let me know?