Skip Navigation

[Resolved] Disable the post titel

This support ticket is created 5 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 7.73 hours from now. Thank you for your understanding.

This topic contains 1 reply, has 1 voice.

Last updated by TorstenR3514 5 years, 8 months ago.

Author
Posts
#1208934
Bildschirmfoto 2019-03-02 um 17.08.29.png

Tell us what you are trying to do?
To disable the post title in the detail page for custom post type

Is there any documentation that you are following?
https://codex.wordpress.org/Post_Type_Templates
I tried to edit the "single-bildungsangebote.php" at my Child theme as Bildungsangebote is my Custom Post Type, but that don't seem to work. But it does with "single.php"
Is there a similar example that we can see?

What is the link to your site?

#1209056

And again "the problem is always in front of the screen" 😉

The slug was "bildungsangebot" (singular) and not "bildungsangebote" (plural). As the CPT is mentioned in plural at the Toolset Dashboard, I overlooked the spelling of the slug. After renaming the template to ""single-bildungsangebot.php", everything ran fine.