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?
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?
Edit: Actually, you might want to look into Custom Taxonomies. Read the examples.