Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author osuthorpe

    (@osuthorpe)

    Which child theme? Do you have a link I can look at?

    I have the same problem. dptnt.com is my website.

    I fixed the problem. There is a line like this:

    $social .= '<div class="easy-social-button pintrest"><a href="https://pinterest.com/pin/create/button/?url='. urlencode(get_permalink($post->ID)).'&media='.$pinterestimage[0].'&description='.the_title().'" class="pin-it-button" count-layout="horizontal">Pin It</a></div>';

    I replaced the_title() with get_the_title() and the extra title is gone.

    Max

    Thx Max, the fix worked.

    Plugin Author osuthorpe

    (@osuthorpe)

    Thank you for the fix, I have updated the plugin with this.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Easy Social] last update (1.2) messes with post title’ is closed to new replies.