Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi,
I have a problem, when i put a new post , if i put only text, all works well, but when i add images with text, the post doesn’t work well, if you entry on the post and go down, you can see that in the area that users can put a comment, i don’t know why have text on the area comments i put a link below and you can see:
The internal call of a Personal Assistant: Pure Service vocation
If you see others posts without images, you can see all well, but when i put images doesn’t look well.
How can i repair this?
Hello,
I fixed it. Please check your site.
I replaced in file \includes\view\blog\loop-index.php, this line:
$tumblr_shares = '<a href="https://www.tumblr.com/share/link?url='.esc_url(get_permalink()).'&name='.get_the_title().'&description='.get_the_content().'" target="_blank">';
With this:
$tumblr_shares = '<a href="https://www.tumblr.com/share/link?url='.esc_url(get_permalink()).'&name='.get_the_title().'&description='.str_replace('"',"'",get_the_content()).'" target="_blank">';
Best regards!
You must be logged in to reply to this topic.