Creating Sections for Post Types
-
I’m trying to create this page structure within WordPress:
- Home (https://example.com/) - Blog (https://example.com/blog/) - Blog Post (https://example.com/blog/blog-post-name/) - Projects (https://example.com/projects/) - Projects Post (https://example.com/projects/project-post-name/)
Following the WordPress Codex guide Making Your Blog Appear in a Non-Root Folder I’m able to create this structure:
- Home (https://example.com/) - Blog (https://example.com/blog/) - Blog Post (https://example.com/blog/blog-post-name/)
But not the “Projects” section. The Codex documents how to move where your blog sits, but not handle different post types in this way.
I’m trying to achieve “Blog” page as the index of all “Blog Post” posts, and “Projects” page the index of all “Project Post” posts.
I haven’t set up my post types yet, since I assume the best way to do it would be based on the way these pages were set up. Any recommendations on that would be appreciated.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Creating Sections for Post Types’ is closed to new replies.