• Resolved uamv

    (@uamv)


    After updating to WP 5.4, I began noticing strange HTML markup being rendered on some of my sites. Something like the following was being added just before navigation on some of my sites.

    <span class="post-state"><span class="page_for_posts states">Posts Page</span></span>

    I’ve identified Post State Tags as the plugin that is triggering this. When I disable Post State Tags, this markup is removed from the front end of my site. I was able to resolve the issue by changing Line 119 of post-state-tags.php to only run on is_admin().

    Could you please investigate and issue some patch with a next version? Thank you!

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

    (@brandbrilliance)

    Thanks for reporting. i’ve corrected this with your suggestion in version 2.0.6. It also includes issues with other settings api classes and it prevents issue with a conflicting icon library.

    Thread Starter uamv

    (@uamv)

    Excellent! Thanks for your attention to this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fix Needed for Use w/ WP 5.4’ is closed to new replies.