views:

11

answers:

0

I created a custom post type called article in WordPress 3. My custom posts are working and I can view them at mywebsite/articles/my-sample-article-title.

I would like to achieve the following:

1) When I go to mywebsite/articles, I would like to see a list of articles.

2) I would like to do some custom loops within this url (mywebsite/articles), like Most Popular Articles, Recent comments, Recently added, etc..

What is the best way to achieve this?