Position metabox before editor – Piklist Support https://piklist.com/support/topic/positoin-metabox-before-editor/feed/ Tue, 08 Feb 2022 20:54:14 +0000 https://bbpress.org/?v=2.6.6 en-US https://piklist.com/support/topic/positoin-metabox-before-editor/#post-1362 <![CDATA[Position metabox before editor]]> https://piklist.com/support/topic/positoin-metabox-before-editor/#post-1362 Tue, 11 Feb 2014 15:51:44 +0000 Jason The more I use Piklist, the more I’m impressed by its speed. Well done!

I’m having trouble figuring out how to position a metabox before the editor and under the title in a post. I’ve tried setting the priority to high and core, adjust the context from normal to advanced, and apply an order. No such luck.

Anyone accomplish this?

]]>
https://piklist.com/support/topic/positoin-metabox-before-editor/#post-1364 <![CDATA[Reply To: Position metabox before editor]]> https://piklist.com/support/topic/positoin-metabox-before-editor/#post-1364 Tue, 11 Feb 2014 18:38:09 +0000 Steve @jason– Give us a day or so and we’ll write up a tutorial on this. I think it would be interesting to a lot of people. In the meantime, you can create all the fields you want even though they are currently under the post editor.

]]>
https://piklist.com/support/topic/positoin-metabox-before-editor/#post-1366 <![CDATA[Reply To: Position metabox before editor]]> https://piklist.com/support/topic/positoin-metabox-before-editor/#post-1366 Tue, 11 Feb 2014 18:50:34 +0000 Jason Sounds good, thanks Steve!

]]>
https://piklist.com/support/topic/positoin-metabox-before-editor/#post-1369 <![CDATA[Reply To: Position metabox before editor]]> https://piklist.com/support/topic/positoin-metabox-before-editor/#post-1369 Wed, 12 Feb 2014 05:18:33 +0000 Steve Let me know if this helps >

]]>
https://piklist.com/support/topic/positoin-metabox-before-editor/#post-1377 <![CDATA[Reply To: Position metabox before editor]]> https://piklist.com/support/topic/positoin-metabox-before-editor/#post-1377 Wed, 12 Feb 2014 15:18:45 +0000 Jason Ahh.. I feel a bit silly not thinking to do that now. 😀

Thanks!

]]>
https://piklist.com/support/topic/positoin-metabox-before-editor/#post-1385 <![CDATA[Reply To: Position metabox before editor]]> https://piklist.com/support/topic/positoin-metabox-before-editor/#post-1385 Thu, 13 Feb 2014 01:01:35 +0000 Steve Whoops! I left off the most important part:
Make sure you set the field name to post_content which is the field name for the default editor: 'field' => 'post_content'

]]>
https://piklist.com/support/topic/positoin-metabox-before-editor/#post-1391 <![CDATA[Reply To: Position metabox before editor]]> https://piklist.com/support/topic/positoin-metabox-before-editor/#post-1391 Thu, 13 Feb 2014 01:34:14 +0000 Kevin Jason-

Also if you want to just show the editor without the label/description and make it full width you just need to add the following to your field. It tells piklist to render the field with no markup at all with it (naked).

'template' => 'field'

Thanks

Kevin

]]>