I created a custom post type and i want to display some text on the editor page below the title and above the text editor. How can i do this?
I tried using add_meta_box, but i wasn't able to move it above the editor.
|
|
|
The best way would be using JavaScript to inject the element. Here's the gist of the markup for that page:
The
Here is the result of using that exact code on my own site:
|
|||
|
To anyone with this problem, check this post: More hooks on the edit screen It allows to insert custom content by new native Wordpress hook, which is by far more stable sollution. Worked for me! |
||||
|
|