I would like to create a workflow where the first tab contains native WordPress elements (title, content, excerpt) and then other tabs populated by piklist meta-boxes.
The tab is placed after the title and as a result the title appears in all tabs. Is there a way for me to indicate that the other native WordPress elements should appear only in the first tab and not in all tabs (as the default behavior seems to be).
I am assuming that one way around this would be to replace the native wordpress elements with custom fields. That option is not appealing to me because I am (for reasons of potential performance and doing things the WordPress way) trying to avoid duplicating core fields.