HTML code no longer works in page titles.
-
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.
Sorry, other picture attached.
Attachments:
You must be
logged in to view attached files.
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
Thank you Elise, that did it. Thank you for your patience and understanding through all this.
Joe.
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘HTML code no longer works in page titles.’ is closed to new replies.