Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    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

    (@awmurph)

    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.