Home › Forums › Newsletter Plugin Support › Feature Request: Add sync for subject in the editor
Hey,
afaik inside the Newsletter editor, there is no option to update the subject variable for the HTML message.
I used a workaround:
inside theme-options.php
<table class="form-table"> <tr> <th>Subject / Betreff</th> <td> <?php $controls->text('theme_subject', ''); ?> </td> </tr> </table>
inside theme.php $theme_subject = $theme_options['theme_subject'];
$theme_subject = $theme_options['theme_subject'];