Can I used this to dynamically create pages that are listed under categories? I am trying to use this to create around 200 hundred small pages that will be listed under various categories and subcategories on my blog e.g. http://onemonthspanish.com/learn-spanish/vocabulary/ (category)
Can I used this to dynamically create pages that are listed under categories? I am trying to use this to create around 200 hundred small pages that will be listed under various categories and subcategories on my blog e.g.
http://onemonthspanish.com/learn-spanish/vocabulary/ (category)
http://onemonthspanish.com/learn-spanish/vocabulary/days-of-the-week/ (subcategory)
http://onemonthspanish.com/vocabulary/days-of-the-week/friday (post).
Should I include the entire path including category/subcategory as part of the fake_slug? e.g. 'slug' => 'vocabulary/days-of-the-week/friday'?