Replacing a string of caracters
-
Hello,
In my database I have some pictures that are called that way :
wp-content/uploads/images/achats/boutons-achats/amazon.jpgI want to replace them in their full version, eg :
/wp-content/uploads/images/achats/boutons-achats/amazon.jpgOtherwise I do not see those pictures when I am using the admin, which is quite annoying.
But if I do a replace :
from : wp-content/uploads/images/achats/boutons-achats/amazon.jpg
to : /wp-content/uploads/images/achats/boutons-achats/amazon.jpgI am guessing that the current :
/wp-content/uploads/images/achats/boutons-achats/amazon.jpg
will be turned to :
/wp-content/uploads/images/achats/boutons-achats/amazon.jpg/wp-content/uploads/images/achats/boutons-achats/amazon.jpgWhich I want to avoid
Any tips about how to do this?Thanks !
- The topic ‘Replacing a string of caracters’ is closed to new replies.