Tagged: ,

Viewing 1 reply thread
  • Author
    Posts
    • #4968
      mcmaster
      Member

      I’m trying to duplicate what was done in Piklist Demos, where you move built-in meta-boxes to specific tabs. In particular, I tried to move the default editor so that it shows up in only one tab:

      /*
      Title: Post Format
      Post Type: post
      Flow: Post Flow
      Tab: Write
      Meta Box: false
      Extend: postdivrich
      Extend Method: after
      */
      

      and to move the Post Formats box to a tab called “Organize:”

      /*
      Title: Post Format
      Post Type: post
      Flow: Post Flow
      Tab: Organize
      Meta Box: true
      Extend: formatdiv
      Extend Method: before
      */
      

      For the latter, since it wanted to stay in the right column, I also tried adding Context: normal, but that didn’t make a difference.

      At least I was able to successfully extend the Post Formats box with comment text, so I know it was reading my meta-boxes. 😉

    • #4969
      mcmaster
      Member

      oops that first code box should have had “Editor” as the title, not “Post Format.”

Viewing 1 reply thread
  • You must be logged in to reply to this topic.