I’ve been playing with custom post types & custom fields, using a combination of the types
plugin and the advanced custom fields
plugin, also having done the same manually.
Occasionally I want to create a CPT where a title
would be inappropriate – for example, an FAQ where I want two fields labelled Question
and Answer
. This does work without a title, however they all get saved as (No Title)
.
What I’d like to do is either set the title
to the value of the Question
custom field, or somehow define my own title
field that I can label as I like.
Does anyone have any pointers on how to acheive this?
You can use the
enter_title_here
filter: