I have implemented the Blog4Umbraco package in my website.
The site structure looks like this:
- DVHome .. Curriculum Vitea .. Recent Publications .. Meetings with students .. Info visiting students .. DV Blog
My template structure looks like this:
- DVMaster .. DV BlogPost .. DV BlogPost Textpage .. DV Blog .. DV Homepage .. DV Textpage
However, If I go to the DV Blog page, it lists all tagged pages of the entire website (see screenshot), while I just need it to archive the blog pages.
I guess I need to adjust the code in the BlogCategories.xslt file, but I'm not very familair with this code.
Does anyone have experience with integrating the Blog4Umbraco package in his website?
So what you want to do is remove the tags listing? Or is the Archive not working?
You should be able to find the "Tags" listing in the template and simply outcomment / remove the macro that is listing them from the template and that should be enough I think.
That tag area is probably using tagsLib:getAllTags() to get the tags for the blog (it does by default in BlogTagcloud.xslt).
There are some other options in the tagsLib xslt extension. Are you familiar enough with XSLT to play with other options for getting the tags? There is a ByGroup that might work.
problem with categories in blog4umbraco
Hi,
I have implemented the Blog4Umbraco package in my website.
The site structure looks like this:
- DVHome
.. Curriculum Vitea
.. Recent Publications
.. Meetings with students
.. Info visiting students
.. DV Blog
My template structure looks like this:
- DVMaster
.. DV BlogPost
.. DV BlogPost Textpage
.. DV Blog
.. DV Homepage
.. DV Textpage
However, If I go to the DV Blog page, it lists all tagged pages of the entire website (see screenshot), while I just need it to archive the blog pages.
I guess I need to adjust the code in the BlogCategories.xslt file, but I'm not very familair with this code.
Does anyone have experience with integrating the Blog4Umbraco package in his website?
Your advice would be much appreciated.
Thanks,
Anthony Candaele
Belgium
Hi Anthony
So what you want to do is remove the tags listing? Or is the Archive not working?
You should be able to find the "Tags" listing in the template and simply outcomment / remove the macro that is listing them from the template and that should be enough I think.
/Jan
Hi Jan,
What I want is that the archive is listing only blog posts. Now it's archiving all the pages of the website (see screenshot)
Thanks for your advice,
Anthony
That tag area is probably using tagsLib:getAllTags() to get the tags for the blog (it does by default in BlogTagcloud.xslt).
There are some other options in the tagsLib xslt extension. Are you familiar enough with XSLT to play with other options for getting the tags? There is a ByGroup that might work.
is working on a reply...