<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/06/how-to-list-tags-in-a-category-archive-pages.html" />
  <link rel="self" type="application/atom+xml" href="http://forums.movabletype.org/atom.xml" />
  <id>tag:forums.movabletype.org,2011://24/tag:forums.movabletype.org,2009://24.15765-</id>
  <updated>2011-09-01T02:24:06Z</updated>
  <title>Comments for How to list tags in a category archive pages</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.292</generator>
  <entry>
    <id>tag:forums.movabletype.org,2009://24.15765</id>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/06/how-to-list-tags-in-a-category-archive-pages.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.movabletype.org/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=24/entry_id=15765" title="How to list tags in a category archive pages" />
    <published>2009-06-28T12:20:01Z</published>
    <updated>2009-07-10T14:50:54Z</updated>
    <title>How to list tags in a category archive pages</title>
    <summary>Hello all, I want to have a list of tags which have been used on the entries under a certain category on the category archive pages, any idea of this issue? Do I need any plugins? I have try to...</summary>
    <author>
      <name>TONY</name>
      
    </author>
    
    <category term="Design, Templates, &amp; Tags" />
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
      <![CDATA[<p>Hello all,</p>

<p>I want to have a list of tags which have been used on the entries under a certain category on the category archive pages, any idea of this issue? Do I need any plugins?</p>

<p>I have try to used  but seems not support this attributes(sort by, sort order?)</p>

<p>Only list the parent category or both parent and sub category is OK for me.</p>

<p>Thanks in advance,<br />
Tony</p>]]>
      
    </content>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.15765-comment:26329</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.15765" type="text/html" href="http://forums.movabletype.org/2009/06/how-to-list-tags-in-a-category-archive-pages.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/06/how-to-list-tags-in-a-category-archive-pages.html#c26329" />
    <title>Comment from Chris on 2009-07-10</title>
    <author>
        <name>Chris</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Hi,</p>

<p>if I understood you right, this code should do the trick on a category archive template (e.g. for Meta Keywords):</p>

<pre>
&lt;MTEntries glue=", "&gt;&lt;MTEntryTags glue=", "&gt;&lt;$MTTagName$&gt;&lt;/MEEntryTags&gt;&lt;/MTEntries&gt;
</pre>  ]]>
    </content>
    <published>2009-07-10T14:48:52Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.15765-comment:26333</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.15765" type="text/html" href="http://forums.movabletype.org/2009/06/how-to-list-tags-in-a-category-archive-pages.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/06/how-to-list-tags-in-a-category-archive-pages.html#c26333" />
    <title>Comment from Chris on 2009-07-10</title>
    <author>
        <name>Chris</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Ok, as there is no edit function here jet, I had to correct a typo in the code above:</p>

<pre>
&lt;MTEntries glue=", "&gt;
    &lt;MTEntryTags glue=", "&gt;
       &lt;$MTTagName$&gt;
    &lt;/MTEntryTags&gt;
&lt;/MTEntries&gt;
</pre>]]>
    </content>
    <published>2009-07-10T14:50:54Z</published>
  </entry>

</feed>

