Skip Navigation

[Resolved] Post Title CRED form

This support ticket is created 6 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.

This topic contains 1 reply, has 2 voices.

Last updated by José Arcos 6 years, 8 months ago.

Assisted by: José Arcos.

Author
Posts
#623623

Tell us what you are trying to do?

Ive created a form to make a new pot. It works great however, I dont want the form to generate a title automatically.

I actually want the post title to stay completely blank, but it has asssigned this title:

CRED Auto Draft 3b6a6b2425bd721a6bc5b77

Can you help explain how to disable the generation of a post title and keep it blank?

#624208

Hello, thank you for contact us. I will try to do my best to help you.

The post title is autogenerated by WordPress and in this case, CRED just assigns it a name. So you cannot have posts with empty titles. The options that you have here are:

- Use the hook 'cred_save_data' to change the behaviour when saving a new post. https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data
- Create a Custom Post Type with Types, instead of Posts and disable the Title when editing that CPT. This won't remove the title from the database, but you won't see it when editing it.

Please let me know if this solves the issue or if you need further details.

Have a good day.