WYSIWYG with Admin Custom Fields
-
I just update my wordpress from 3.1 to 3.4.2. I used to be able to have wysiwyg as a type define in my custom fields.
Example:
Jobs – custom post
Company – custom field as a wysiwyg
Job Description – custom field as a wysiwyg
Job Requirments – custom field as a wysiwyg
Contact – custom field as a wysiwyg
City/State – custom field as a text"box" => "job", "name" => "job_desc", "label" => "Job Description", "description" => "Paste in or type job description here", "type" => "wysiwyg", "scope" => array( "jobs" ), "capabilities" => array( "edit_pages" ), "optionsType" => "static"Now it just treats it as a textile field.
When I search to try to find anything it only shows plugins. I don’t to start my custom post types all over again by adding a plugin.
Has any one seen an update for this or something that might have to be updated to the functions.php
The topic ‘WYSIWYG with Admin Custom Fields’ is closed to new replies.