Home Forums WoodMart support forum HTML code no longer works in page titles.

HTML code no longer works in page titles.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #227073

    brignolo
    Participant

    Elise,
    Tried to answer your last post, but could not as I was not able to login within that thread.

    The following images are perplexing. Could you please shed some light as to why this is happening?

    The image of the product page shows the html code in the title. The category pages shows the html code turning the word blue to the color blue. Why is this?

    Attachments:
    You must be logged in to view attached files.
    #227075

    brignolo
    Participant

    Sorry, other picture attached.

    Attachments:
    You must be logged in to view attached files.
    #227202

    Hello,

    Please find this file woodmart/woocommerce/single-product/title.php

    Then find this line:

    <?php echo esc_html( get_the_title() ); ?>

    and replace it with this line:

    <?php echo get_the_title(); ?>

    We shall add this into our nearest update.

    Best Regards

    #227333

    brignolo
    Participant

    Thank you Elise, that did it. Thank you for your patience and understanding through all this.

    Joe.

    #227361

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘HTML code no longer works in page titles.’ is closed to new replies.