This is definitely an issue I’d like to see resolved as well. Any word on this?
Same here. My excerpts show unicode in them, not the actual punctuations.
It’s been 3months and there’s no reply on this thread.
I have fixed this temporarily by editing the file inside admin/publish.php
Find this line:
$excerpt=str_replace(" ","",$excerpt);
Add this below the line:
$excerpt=html_entity_decode($excerpt); //added by rob
So it should come up like this:
$excerpt=str_replace(" ","",$excerpt);
$excerpt=html_entity_decode($excerpt); //added by rob
That will fix it for now.
New version released.we have fixed all issues.please update new version and check if it is resolved.
It is very much improved! I did still see one bit of html showing. I have the plugin configured to “Attach your blog post” and in the plain text the ampersand displayed as & amp; Interestingly though, in the link below with the photo and brief text, it rendered the ampersand as the appropriate symbol. Even still, I’m quite happy with this update. Thank you very much!
Is there a way to get the “& amp;” fixed? I am using the “share link to blog” option and I love the way it looks, but it doesn’t display special characters correctly like ampersands.