Hi Errol,<br><br>Welcome to Drupal. It&#39;s a great CMS/CMF with an awesome community.<br><br>Adding the Views module will give you a gazillion different ways to do what you want to do. There is a bit of a learning curve using the Views set-up page -- but you&#39;ll fall in love, for sure.
<br><br>Views is at: <a href="http://drupal.org/project/views">http://drupal.org/project/views</a><br><br>You create a new view at: <a href="http://example.com/admin/build/views/add">http://example.com/admin/build/views/add
</a> (replace &quot;<a href="http://example.com">example.com</a>&quot; with your domain). You do that after you&#39;ve given yourself permission on the Access control page: <a href="http://example.com/admin/user/access">http://example.com/admin/user/access
</a>. (If you are working as user/1, the superadmin user created upon installation, then you don&#39;t need to set permissions. Howver, it&#39;s considered a best practice to not do much work while logged in as user/1. I always create another user for myself and create another role where I give that role all privileges.)
<br><br>Using the &quot;Filter&quot; section of the views form you can create multiple criteria which select what content to present on the page. Content type, taxonomy, custom fields (if your content type has a custom field), author, created date, etc. You can also choose how you want the the content displayed (
e.g. full nodes, teasers, or &quot;list&quot; from which you&#39;ll select fields to display).<br><br>Three important reminders:<br><ol><li>You create the URL alias on the same form that you build your view.</li><li>You MUST check the check-box that says &quot;Provide page view&quot;. It is hidden by default in the &quot;Page&quot; section of the form.
</li><li>If you are having trouble pulling the desired content, experiment with changing the <span style="font-weight: bold;">order</span> of the filters you&#39;ve chosen.</li></ol>Good luck and write back with questions.
<br><br>Shai<br><a href="http://content2zero.com">content2zero</a><br><br><div><span class="gmail_quote">On 12/9/07, <b class="gmail_sendername">Errol Sayre</b> &lt;<a href="mailto:errolbert@mac.com">errolbert@mac.com</a>
&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi, I&#39;m still very new to Drupal and am trying to figure out how to<br>
set things up.<br><br>I&#39;d like to have &quot;index&quot; pages for my content types. For instance<br>&quot;podcasts/&quot; where it lists all my podcast audio content, and a<br>&quot;gallery/&quot; where it lists all my image gallery items, etc.
<br><br>How do I do this? I&#39;ve been able to kinda do what I want using a URL<br>alias to a taxonomy term/category but this isn&#39;t ideal, because my<br>terms are not necessarily exclusive (i.e. a photo may come from a
<br>podcast recording session and be tagged podcast).<br><br>I&#39;m sure this is really simple but I seem to be missing.<br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<br>
</blockquote></div><br>