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

    (@colind)

    Hi Bil,

    Your sample looks like you’ve found an alternative. Sorry I wasn’t able to respond in time. I’ll double check that the output is properly escaped as I prep the plugin for WP 4.6

    Colin

    Plugin Author ColinD

    (@colind)

    Hi Bill,

    The links to the authors’ posts are constructed on line 91 of the plugin:
    <li><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" class="featured-contrib-story"><?php the_title(); ?></a></li>

    The link is constructed using the_permalink() which is a properly escaped WordPress core function. I think you’ll need to look elsewhere in your environment to determine why the_permalink() would be echoing incorrectly escaped URLs.

    Colin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bad Links’ is closed to new replies.