captainrad
07-28-2011, 12:03 PM
I have some customfields setup on a wordpress server that currently display as <input> fields, I however need them to be <textarea>. Is it possibly to do this?
|
Click to See Complete Forum and Search --> : Wordpress customfields as textareas captainrad 07-28-2011, 12:03 PM I have some customfields setup on a wordpress server that currently display as <input> fields, I however need them to be <textarea>. Is it possibly to do this? diviny 08-03-2011, 04:10 AM in constant_inc.php you should add a line like define( 'CUSTOM_FIELD_TYPE_TEXTAREA', 9 ); in section "# Custom Field types" like that some more modifications have to be done.... sonyaseo.1987 08-05-2011, 07:00 AM in constant_inc.php you should add a line like define( 'CUSTOM_FIELD_TYPE_TEXTAREA', 9 ); in section "# Custom Field types" like that some more modifications have to be done.... Try it this tricks.. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |