Custom Post Type with Page Attributes

Similar like Custom Post Type with Template Attributes

Can you help me with this:

Got CPT UI plugin. Got Custom Post Type created - Brandbook (single-brandbook.php - template hierarchy name), using Pro Child Theme.

Want it to use template-blank-6.php by default.

Hello @Georgich,

Thanks for writing to us.

You can follow that article that is been given on the thread if it doesn’t work for you. I would suggest you contact a developer who can assist you with your concern. Please note that we don’t provide custom development support. It is out of the support scope.

Thanks for understanding

I understand.

Wordpress is kinda useless without Custom Post Types, u know. X Pro Devs should look at this properly, Theme must have comfortable connection with Custom Post Types, cause by default it uses template with container which can be created but, it s not using blank template without any containers. So if u cannot use blank template in your Custom Post Type by default you cannot use theme at all cause it becomes kinda useless too.

So, if you can’t help me this way, probalby you can help me to find settings in X Pro which can be rewrited to set by default another template. By default X Pro using “Default” Template. So i want it to use by default “Blank - No Container | No Header, No Footer” :slight_smile:

If anyone will want to solve this problem - done it this way:

  1. Use Child Theme.
  2. Create /pro-child/framework/views/integity/ folder.
  3. Copy there template which you want to use by default.
  4. Rename it in wp-single.php

P.s. by default in Cornerstone i got this

.entry-content {
margin-top: 1.25em;
}

so i rewrite global css to

.entry-content {
margin-top: 0;
}

:love_you_gesture:

Hi Philipp,

We’re glad that you’re able to figure it out! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.