Tagged Questions
0
votes
2answers
61 views
Custom fields driven site. I want to make a visual editor driven page template. How?
My company had a website developed that is entirely driven by custom fields. We're now discovering that we didn't anticipate the need for pages with custom layouts, the kinds that can be made on case ...
3
votes
1answer
374 views
Change behavior of “Insert into Post” based on attachment metadata
For a custom plugin I'm working on, I have added a checkbox element to the attachments editor in a manner like the answer provided here:
How to add a checkbox element to attachments editor with ...
0
votes
1answer
59 views
Sorting editor screen items
When new users log into our site they have to organize a number of screen options in order to begin creating custom fields and editing the site. I would like to force a specific order in which these ...
1
vote
1answer
72 views
Extra option in editor
I'm sure there's an easy solution to this, but I'm wondering how to add custom input fields in the Wordpress editor.
My goal is to have an image uploader to the right of the main editor, when an ...
1
vote
1answer
768 views
TinyMCE in Custom Metabox not loaded after upgrading from WP 3.1.4 to WP 3.2
I want something very simple: a custom metabox with a TinyMCE editor in it.
The following code help me achieve that easily in 3.1.4:
add_action( 'add_meta_boxes', 'add_metaname_box');
function ...
