To WordPress or not to WordPress
Syam Kumar March 28, 2005 11:23 PM IST
That's the question...
Problems I see so far:
- 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.
Mark Schwartz May 10, 2007 05:22 AM
You're ahead of me. I'm trying to figure out how to set up subcategories to begin with.