Display post title field with meta fields in backend

Support General Display post title field with meta fields in backend

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41909
    shmaltzshmaltz
    Participant

    I have a custom post type that only has a post title and a bunch of custom fields.

    In the backend the post title is displayed all the way on top (like a regular post) and the custom fields are displayed below.

    I would like the post title field to be right next to the custom fields, so they all look the same (and I want to change the label of the post title).

    Is this possible?

    #41923
    PeterPeter
    Moderator

    Hello,

    It is possible to use the custom field to fake the post title of WordPress. But you will not see the permalink in the admin area and I am also not sure if it causes any issues on your site.

    - Go to Meta Box > Post Types > Edit the CPT > Supports tab > Disable Title option
    - Go to Meta Box > Custom Fields > Edit the field group > Create a text field with the ID post_title

    Then you can move the text field in the field group as well.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.