Forums

Why the HTML code is converted to text? (2 posts)

  1. stakkit
    Member
    Posted 6 months ago #

    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!

  2. stakkit
    Member
    Posted 6 months ago #

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

Reply

You must log in to post.

About this Topic

Tags