Showing 2 files just adds yet another set of those lines under the first set.
I tried adding the remove_filter code to the two files and it only came up with errors on the page where if would not load at all.
I ended up doing a search in the theme’s functions.php file for wpautop and it found where it was using it. Underneath there is had this:
add_filter(‘the_content’, ‘gamepress_formating’, 99);
So, I quoted it out and it fixed my problem. It’s working just fine now. Thank you so much for your time and help! You have done a wonderful job on this plugin and have great support. 🙂
Ok, here is what the list looks like to me. http://imgur.com/tFuWyV3
I use FireFox, but here is the Inspect Element expanded for the link to my file. http://imgur.com/FHdEJw6
It seems to be listing the link 4 times, but only showing details on the one area.