Allow html in text area
-
Hello everyone. I installed iFeature 5. This theme use three boxes in home page, with: url, image and text. I need the title for this boxes. I have a function but i don’t know how allow html in text area for use < h2 > or < h1 >.
<?php echo wp_kses( $text3, array( 'br' => array(), 'em' => array(), 'strong' => array() ) ); ?>
sorry for my english.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Allow html in text area’ is closed to new replies.