• Resolved worels

    (@worels)


    Is there a possibility (for custom post/page types) to minimize or (better) hide the main content field in the backend ?

    BrGds
    Worels

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter worels

    (@worels)

    Yes there is ??
    In the supports – section of the custom post type definition just don’t enable the “editor” option. i.e.:

    'supports' => array( 'title', 'author', 'thumbnail', 'comments' ),

    as you can see, no editor is enabled ??

Viewing 1 replies (of 1 total)
  • The topic ‘minimize or hide main content filed in backend’ is closed to new replies.