Keyword

Show tags in tags listing

  • Someone
  • Someone's Avatar Topic Author
  • Offline
  • New Member
More
12 years 6 months ago - 12 years 6 months ago #63626 by Someone
Show tags in tags listing was created by Someone
Hi,

I've made a menuitem that shows my k2 items by tag. But in the item-list I want to show the tags of the item. How do I do this? Can I add some extra code in the tag.php?

This is wat I want:

Items tagged under Nature

- Title item 1
- Text item 1
- Item 1 was tagged under: nature, economics, books


- Title item 2
- Text item 2
- Item 2 was tagged under: nature, books, computer, science

---

This doesn't work in the tag.php file:
<?php foreach ($item->tags as $tag): ?>
                                    <li><a href="<?php echo $tag->link; ?>"><?php echo $tag->name; ?></a></li>
                                    <?php endforeach; ?>

Please Log in or Create an account to join the conversation.

More
12 years 6 months ago - 12 years 6 months ago #63627 by Aaron
Replied by Aaron on topic Re: Show tags in tags listing
I grabbed this from category_item.php

I haven't tested it but it should work in any of the template files:
					

Aaron :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum