How would you set a default text field value for a Meta Box?
-
How would you set a default text field value for a Meta Box? Below is what I have for a Meta Box Text Field. Although, having trouble pushing a default value without having to create a select box.
<?php
$this->text(‘main_top_padding’,
__(‘Page Content Top Padding’, ‘Theme’),
__(‘In pixels ex: 20px. Leave empty for default value.’, ‘Theme’)
);
?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How would you set a default text field value for a Meta Box?’ is closed to new replies.