tags:

views:

21

answers:

2

I have WP 2.9 installed on an IIS 7 server. Permalinks works with the URL Rewrite add-on for IIS, but I'm wondering if it's possible to use different permalink structures for pages and posts. For instance:

Pages would be www.url.com/$pagetitle/
Blog posts would be www.url.com/blog/$entrytitle/

Is this possible?

A: 

Standard wordpress permalinks have page titles without dates, and you can also get rid of the date in posts: Customize Your Dated WordPress Permalinks - Perishable Press.

And get rid of the category base, too: Wordpress Supplies » Wordpress Plugins » WP No Category Base

songdogtech
A: 

What you're describing is actually the default behavior if you use a custom permalink (at least on Apache... it might be different in IIS).

ahockley