Title: single-destinations.php ??
Last modified: August 21, 2016

---

# single-destinations.php ??

 *  Resolved [awmurph](https://wordpress.org/support/users/awmurph/)
 * (@awmurph)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/single-destinationsphp/)
 * Hey there! I love this plugin. Thanks a bunch.
 * How do I alter the individual view of each custom post I create? Does this somehow
   relate to single-destinations.php ??
 * If I wasn’t clear enough basically what I’ve done is create a custom page template
   that includes a custom WP_Query that lists my individual custom posts. I have
   used the_permalink to link to the individual pages but I don’t know how to style
   them.
 * Lastly, albeit unrelate to the plugin, any idea on how I might go about removing
   the custom post type slug so only the individual post type slug is used. For 
   Example:
 * [http://example.com/custom-post-type/individual-custom-post](http://example.com/custom-post-type/individual-custom-post)
   is how it currently displays and I want to display [http://example.com/individual-custom-post](http://example.com/individual-custom-post)
 * Thanks a bunch!
    -Alex
 * [http://wordpress.org/plugins/custom-post-type-ui/](http://wordpress.org/plugins/custom-post-type-ui/)

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

 *  Plugin Contributor [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [12 years, 9 months ago](https://wordpress.org/support/topic/single-destinationsphp/#post-4049397)
 * Yes, single-posttypeslug.php would be where you go for editing the single view
   for the post type you register. CPT UI doesn’t do anything for that for you, 
   it just does the registering for you. You still need to handle template files
   and querying yourself. I’ll throw in that if you have the body_class() function
   on your <body> tag, you’ll get classes specific to each post that you could conditionally
   style with in css.
 * Not quite sure with with the rewriting of the url. It’s one of those areas I’m
   not great with. I’d wager it’s possible though.
 *  Thread Starter [awmurph](https://wordpress.org/support/users/awmurph/)
 * (@awmurph)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/single-destinationsphp/#post-4049400)
 * Thanks a bunch Michael!! You saved my butt.
 * -Alex

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

The topic ‘single-destinations.php ??’ 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
 * 2 participants
 * Last reply from: [awmurph](https://wordpress.org/support/users/awmurph/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/single-destinationsphp/#post-4049400)
 * Status: resolved