Hi.<br>I need to classify two different group of pages that can have tags with same name, but different context.<br><br>So I imported &quot;tagged&quot; recipe (<a href="http://www.pmwiki.org/wiki/Cookbook/Tagger">http://www.pmwiki.org/wiki/Cookbook/Tagger</a>), read the documentation and defined two group of categories in config.php:<br>

<br><span style="font-family: courier new,monospace;">$TaggerGroups[&#39;Autore&#39;]=&#39;Autore&#39;;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">$TaggerGroups[&#39;Conferenza&#39;]=&#39;Conferenza&#39;;</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">include_once(&quot;$FarmD/cookbook/tagger.php&quot;);</span><br><br>Well, I included at the end of a page, the tags:<br><br><span style="font-family: courier new,monospace;">Autore:Valerio</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">Conferenza:Astronomia</span><br><br>and then... I don&#39;t know how to query these categories. I can&#39;t find in the documentation how to get a list of all pages with the tag &quot;Conferenza/Astronomia&quot;.<br>

<br>How can I do it?<br><br>Thanks in advance,<br>Francesco<br><br clear="all"><br>-- <br>Francesco Sblendorio<br><a href="http://fsblendorio.blogspot.com">http://fsblendorio.blogspot.com</a><br><a href="http://www.sblendorio.eu">http://www.sblendorio.eu</a><br>

<br>