This post originated from an RSS feed registered with Web Buzz
by Syam Kumar.
Original Post: To WordPress or not to WordPress
Feed Title: WebMaster View
Feed URL: http://feed.webmasterview.com/
Feed Description: WebMaster View is an online magazine for web site owners, designers and developers, featuring News, How-to articles and tips.
The permalink structure I use here is /category/post_name. In MT, I can add a primary category and one or more secondary categories to posts. The permalink will be /primary_category/post_name. But WordPress doesn't have "primary category". If I add multiple categories, pemalink will be /first_category/post-name, not the_category_I_want_my_post_in/post-name.
With this permalink structure, I cannot use subcategories. When I go to a /category/subcategory/, I get a 404. Because WordPress tries to find a post named "subcategory" in that category.