treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Wordpress Site Schema

  • So I'm using wordpress as a platform for my new website...
    Basically I want to have users who can only publish posts.

    I want the URL to be structured like this...
    www.mywebsite.com/journals/ will show all author posts.
    www.mywebsite.com/journals/user-name/post-title/ to be the individual posts from each user.

    Can anyone point me in the right direction to structure my data to get my desired urls?
  • Custom Post types I believe would be your solution.

    Edit: Actually, you might want to look into Custom Taxonomies. Read the examples.