Tags for news an dpages, linked or not?

Hi guys, I have started to add tags for the news and pages of the site in development but note that the tags are only a list and are not links, is that the way it is meant to be or is there a setting or theme change I need to make to get the tags to be links?

Thanks

Nightly Build 1.3.1.2 12/9

GW

Comments

  • Sorry, not sure what you are saying. Are you using `printTags()`? That should give you links by default.
  • Yes I am using that code, here is the full code for that part

    `<?php printTags('links', gettext('<strong>Tags:').' ', 'taglist', ', '); ?>`

    It however does not show the tags as links, but just a list.

    Thanks

    GW
  • Still having this issue and I just implemented the 12/11 build... any other ideas why this might not be working?

    code used is still

    `<?php printTags('links', gettext('<strong>Tags:').' ', 'taglist', ', '); ?>`

    Cheers

    GW
  • acrylian Administrator, Developer
    You have to log out, this is because of inline editing somehow.
  • Aha, well bugger me, would not have thought of that and you are correct, it works when not logged in - cheers for that :)

    GW
Sign In or Register to comment.