Firstly, great theme.
I’m using the free version currently to evaluate and I want to add an additional option. I’ve modified option.php and front-page.php and succesfully added a new piece of text that will display on the home page.
Ideally I want to be able to display html text, however when I input the html into the option box the html tags get stripped out and all I’m left with is the text. Is there any way to add a new option that allos for html to be saved and displayed on the home-page?
I assume that you would need to modify the option type but I’m not sure what value it would set.
$options[] = array(
‘name’ => ‘Front Page Opt-In Box’,
‘desc’ => ‘Input your html for your front-page opt-in box here’,
‘id’ => ‘optin_html’,
‘std’ => ‘This is where the opt-in box should go’,
‘type’ => ‘text’);