Answers for "how can i get the images from wordpress folder"

1

get image from theme folder wordpress

<img src="/wp-content/themes/your-theme/assets/images/1.jpg" />
Posted by: Guest on August-26-2020
0

wordpress load images from domain

RedirectMatch 301 ^/wp-content/uploads/(.*)$ http://img.yoursite.com/$1
Posted by: Guest on May-24-2021

Code answers related to "how can i get the images from wordpress folder"

Browse Popular Code Answers by Language