Tagged Questions
1
vote
0answers
17 views
How to write an efficient metabox with repetitive fields [duplicate]
Possible Duplicate:
Create more Meta Boxes as needed
I’m having a hard time to write an efficient code for the below Metabox. Since I do not want to use any third-party class, I’m trying to ...
0
votes
2answers
221 views
Meta Box Plugin Cloned Fields - Multiple Foreach values
I have the following code that I can't get working. I have two cloneable fields that are being output as one entity (URL and thumbnail image). These are cloned fields using the Meta Box Plugin by ...
0
votes
1answer
567 views
Display metabox title for custom fields with values
I'm using multiple metabox panels in my write posts. IN my functions I'm registering multiple metaboxes:
$prefix = 'dbt_';
$meta_boxes = array();
$meta_boxes[] = array(
'id' => ...