rtCamp / rtpanel

WordPress Theme Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replication of Images in Gallery

akshat01 opened this issue · comments

If I am using an image in a particular post by directly using it's source URL, the first image replicates itself in the gallery every-time I make a change and update the page content.

We have checked this. This is actually a set of 2 issues:

  • If the image is not attached to the post, we try to create an attachment for this post with the image, this effectively replicates the image.
  • The code to check whether the image is an external image is buggy and feels that the image is external and not on the server, already and hence, uploads it again.

This shall be assigned to a developer and resolved in the next upgrade. Thanks.

This was a fallback for old versions of WordPress that did not have the featured image support then. Now images are shown if set as featured. The external image logic has been removed. Hence. this issue shouldn't occur anymore.
de15dd7