Site's RSS feed duplicates the first image of every post
-
I have Portfolio Slideshow working perfectly on my site, and everything looks great, but in the RSS feed each post shows the first image in a gallery twice (If there is only one image, it shows it twice, if there are more images, only the first one is duplicated)
An example can be seen here: https://pulpcovers.com/tag/tentacles/feed/
The first post has a gallery of two images, with the first one displayed twice. The relevant XML is here:
<div id="portfolio-slideshow0" class="portfolio-slideshow"> <div class="slideshow-next slideshow-content"> <a href="javascript: void(0);" class="slideshow-next"><img class="psp-active" data-img="https://i0.wp.com/pulpcovers.com/wp-content/uploads/2013/06/The-Blue-World-Jack-Vance.jpg?fit=600%2C3000" src="https://i0.wp.com/pulpcovers.com/wp-content/uploads/2013/06/The-Blue-World-Jack-Vance.jpg?fit=600%2C3000" height="" width="" alt="The Blue World - Jack Vance" /><noscript><img src="https://i0.wp.com/pulpcovers.com/wp-content/uploads/2013/06/The-Blue-World-Jack-Vance.jpg?fit=600%2C3000" height="" width="" alt="The Blue World - Jack Vance" /></noscript></a></div> <div class="not-first slideshow-next slideshow-content"> <a href="javascript: void(0);" class="slideshow-next"><img class="psp-active" data-img="https://i2.wp.com/pulpcovers.com/wp-content/uploads/2013/06/4407310252_659f254e5d_o.jpg?fit=600%2C3000" src="https://i0.wp.com/pulpcovers.com/wp-content/plugins/portfolio-slideshow/img/tiny.png?w=625" height="" width="" alt="4407310252_659f254e5d_o" data-recalc-dims="1" /><noscript><img src="https://i2.wp.com/pulpcovers.com/wp-content/uploads/2013/06/4407310252_659f254e5d_o.jpg?fit=600%2C3000" height="" width="" alt="4407310252_659f254e5d_o" /></noscript></a></div> </div><!--#portfolio-slideshow--></div><!--#slideshow-wrapper-->
Any insight would be greatly appreciated.
- The topic ‘Site's RSS feed duplicates the first image of every post’ is closed to new replies.