Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marcin Pietrzak

    (@iworks)

    Hi manuel_WP

    This problem exists because you (or your theme/plugin) add tags to “title”.

    Try in file wp-content/plugins/upprev/upprev.php

    Change line 429 from:

    wptexturize(get_the_title()),

    To:

    strip_tags(wptexturize(get_the_title())),

    Thread Starter manuel_WP

    (@manuel_wp)

    GREAT, works.
    Thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘double link | double headline | span class=caps’ is closed to new replies.