Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Anthony Candaele 1197 posts 2049 karma points
    Feb 07, 2011 @ 11:30
    Anthony Candaele
    0

    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

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Feb 07, 2011 @ 11:45
    Jan Skovgaard
    0

    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

  • Anthony Candaele 1197 posts 2049 karma points
    Feb 07, 2011 @ 13:19
    Anthony Candaele
    0

    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

  • Jason Prothero 422 posts 1243 karma points MVP c-trib
    Feb 07, 2011 @ 18:23
    Jason Prothero
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft