Discussions
Textarea for CSS
Is there an option to have a textarea specially for CSS or any type of code?
Posted by Ricky over 3 years ago
Having problems Retrieving date data
Hi
The date is display as a number and not the date on the front end if i use
get_post_meta for the meta box.
Posted by Wilhelm Steyn over 4 years ago
field file for custom meta box
Hi,
I have a error when save a post meta with file field, the path of the file show a undefined message value
here a exemple of my code
$publication->addMetaBox(
'publication_info',
array(
'title' => __('Attachement PDF', 'cuztom'),
'fields' => array(
array(
'id' => 'pdfFile',
'type' => 'file',
'label' => 'Fichier PDF'
),
)
),
'side',
'high'
);
Posted by Jean Paul NDIAYE about 5 years ago