Is there a way to use a different URL structure for static pages in WordPress 2.9?
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 p开发者_运维百科ages and posts. For instance:
Pages would be: www.url.com/$pagetitle/
www.url.com/blog/$entrytitle/
Is this possible?
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
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).
精彩评论