• In WordPress when i publish a post with HTML code is converted to text.
    I checked the template page and there is following code:

    <?php echo apply_filters('the_content',et_create_dropcaps(get_the_content())
    );
    ?>

    instead of:

    <div class="entry">
    </div>

    How can I make sure that when I write a HTML code will be converted to output, not to text?!
    Thank you! and sorry for my weak english!

Viewing 1 replies (of 1 total)
  • Thread Starter stakkit

    (@stakkit)

    I solved.. but with scripts yields no result.
    Like <select name="cities" id="cities" onchange ="update(">
    Why?

Viewing 1 replies (of 1 total)

The topic ‘Why the HTML code is converted to text?’ is closed to new replies.