Carbon-fields: Place post_meta metabox above main editor?

Created on 20 Oct 2017  路  2Comments  路  Source: htmlburger/carbon-fields

I'm wanting to place a metabox below the title and above the main editor. I this know it can be done with a separate function, but is there a way to do it using the built-in configuration?

I've tried:

    ->set_priority( 'high' )
    ->set_context( 'advanced' )
[type] question

Most helpful comment

Hi @drdogbot7 ,

We recently added support for this out-of-the-box:
->set_context( 'carbon_fields_after_title' )

https://carbonfields.net/docs/containers-post-meta/?crb_version=2-1-0

All 2 comments

Hi @drdogbot7 ,

We recently added support for this out-of-the-box:
->set_context( 'carbon_fields_after_title' )

https://carbonfields.net/docs/containers-post-meta/?crb_version=2-1-0

Awesome,Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

proweb picture proweb  路  3Comments

jquimera picture jquimera  路  4Comments

leurdo picture leurdo  路  3Comments

abdusfauzi picture abdusfauzi  路  3Comments

bjoernhasse picture bjoernhasse  路  3Comments