Title: [Plugin: Custom Post Type UI] Custom Post Types &amp; Pages
Last modified: August 20, 2016

---

# [Plugin: Custom Post Type UI] Custom Post Types & Pages

 *  Resolved [sarahn](https://wordpress.org/support/users/sarahn/)
 * (@sarahn)
 * [14 years ago](https://wordpress.org/support/topic/plugin-custom-post-type-ui-custom-post-types-pages/)
 * I have a page called “Press Releases” whose parent is “Press”. So the URL structure
   is this:
    _[http://www.mydomain.com/press/press-releases](http://www.mydomain.com/press/press-releases)
   I used the plugin to create a new post type called “Press Releases”. The goal
   is that I want to have a list of press releases on the “Press Releases” page.
 * However, after posting the first Press Release, the URL is this:
    _[http://www.mydomain.com/press](http://www.mydomain.com/press)
   releases/this-is-the-post-url_
 * My question is this:
    Can I associated the posts with in the post type “Press
   Relases” to my existing page structure of “Press” > “Press Releases”
 * Please let me know if you need more information to clarify this!!
 * [http://wordpress.org/extend/plugins/custom-post-type-ui/](http://wordpress.org/extend/plugins/custom-post-type-ui/)

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

 *  Plugin Author [Brad Williams](https://wordpress.org/support/users/williamsba1/)
 * (@williamsba1)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-custom-post-type-ui-custom-post-types-pages/#post-2738338)
 * You could make a page template for the Press Releases page that displays all 
   posts in the Press Releases CPT.
 * `$query = new WP_Query( array( 'post_type' => 'cpt_press_releases' ) );`
 * Check out [http://codex.wordpress.org/Class_Reference/WP_Query](http://codex.wordpress.org/Class_Reference/WP_Query)
 *  [Daedalon](https://wordpress.org/support/users/daedalon/)
 * (@daedalon)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-custom-post-type-ui-custom-post-types-pages/#post-2738342)
 * You may also try a plugin designed for this. Eg. [Custom Post Type Archives](http://wordpress.org/extend/plugins/custom-post-type-archives/),
   [Simple Custom Post Type Archives](http://wordpress.org/extend/plugins/simple-custom-post-type-archives/)
   or [Custom Post Type List Shortcode](http://wordpress.org/extend/plugins/custom-post-type-list-shortcode/),
   which mentions specifically supporting [Custom Post Type UI](http://wordpress.org/extend/plugins/custom-post-type-ui/).

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

The topic ‘[Plugin: Custom Post Type UI] Custom Post Types & Pages’ is closed to
new replies.

 * ![](https://ps.w.org/custom-post-type-ui/assets/icon-256x256.png?rev=2744389)
 * [Custom Post Type UI](https://wordpress.org/plugins/custom-post-type-ui/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-post-type-ui/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-post-type-ui/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-post-type-ui/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-post-type-ui/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-post-type-ui/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Daedalon](https://wordpress.org/support/users/daedalon/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-custom-post-type-ui-custom-post-types-pages/#post-2738342)
 * Status: resolved