• Resolved herbertwest1

    (@herbertwest1)


    Hello,

    In my database I have some pictures that are called that way :
    wp-content/uploads/images/achats/boutons-achats/amazon.jpg

    I want to replace them in their full version, eg :
    /wp-content/uploads/images/achats/boutons-achats/amazon.jpg

    Otherwise 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.jpg

    I 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.jpg

    Which I want to avoid
    Any tips about how to do this?

    Thanks !

Viewing 2 replies - 1 through 2 (of 2 total)
  • m0rph90

    (@m0rph90)

    It will be replaced as

    //wp-content/uploads/images/achats/boutons-achats/amazon.jpg

    so after this you could just replace
    //wp-content/uploads/images/achats/boutons-achats/
    with
    /wp-content/uploads/images/achats/boutons-achats/

    and everything should be fine

    Thread Starter herbertwest1

    (@herbertwest1)

    Very late reply, but yes indeed.
    Thanks !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Replacing a string of caracters’ is closed to new replies.