IT Nursery
I’ve read a couple of things about the wp.media object and have successfully initialised in the state that I can find to upload images. But for the plug-in that...
  • June 3, 2022
  • 0 Comments
IT Nursery
Is there a possible way to get the alt text from the media file by just knowing the URL? For example, if the path to my image is /bc/wp-content/uploads/placeholder-image.png...
  • June 3, 2022
  • 0 Comments
IT Nursery
I’m trying to get the alt text of our featured image and have it output on the frontend. Currently my code is <img class="vehicle-photo" src="https://wordpress.stackexchange.com/questions/312283/<?php echo the_post_thumbnail_url() ?>" alt="<?php...
  • June 3, 2022
  • 0 Comments