Title: Creating Sections for Post Types
Last modified: August 20, 2016

---

# Creating Sections for Post Types

 *  Resolved [Alec Rust](https://wordpress.org/support/users/alecrust/)
 * (@alecrust)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/creating-sections-for-post-types/)
 * I’m trying to create this page structure within WordPress:
 *     ```
       - Home                       (http://example.com/)
       - Blog                         (http://example.com/blog/)
           - Blog Post              (http://example.com/blog/blog-post-name/)
       - Projects                    (http://example.com/projects/)
           - Projects Post         (http://example.com/projects/project-post-name/)
       ```
   
 * Following the WordPress Codex guide [Making Your Blog Appear in a Non-Root Folder](http://codex.wordpress.org/Making_Your_Blog_Appear_in_a_Non-Root_Folder)
   I’m able to create this structure:
 *     ```
       - Home                      (http://example.com/)
       - Blog                        (http://example.com/blog/)
           - Blog Post             (http://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)

 *  [Andrew Bartel](https://wordpress.org/support/users/andrew-bartel/)
 * (@andrew-bartel)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/creating-sections-for-post-types/#post-3354957)
 * I would just use the built in post categories, set the slugs exactly how I want
   them when I create the categories and then update my permalink settings.
 *  Thread Starter [Alec Rust](https://wordpress.org/support/users/alecrust/)
 * (@alecrust)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/creating-sections-for-post-types/#post-3354980)
 * Thanks for that. You think that approach is better than setting the default posts
   page to “Blog” and setting up a custom “Project” post type?
 *  [Andrew Bartel](https://wordpress.org/support/users/andrew-bartel/)
 * (@andrew-bartel)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/creating-sections-for-post-types/#post-3355127)
 * I find custom post types are easy to overuse, at least for me. That said, if 
   you need to simplify the editing screen or modify default behavior, ex: add heirarchy,
   they’re great. If you don’t need to do that, I just like to use the default categories
   as far as they’ll take me before it becomes easier to write a plugin or add CPTs.
 *  Thread Starter [Alec Rust](https://wordpress.org/support/users/alecrust/)
 * (@alecrust)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/creating-sections-for-post-types/#post-3355130)
 * That’s fair enough, thanks for your input.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Creating Sections for Post Types’ is closed to new replies.

## Tags

 * [categories](https://wordpress.org/support/topic-tag/categories/)
 * [templates](https://wordpress.org/support/topic-tag/templates/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [Alec Rust](https://wordpress.org/support/users/alecrust/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/creating-sections-for-post-types/#post-3355130)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
