Tag: #images

  • Get the First or Featured Image URL in WordPress

    In a previous post I covered how to get the first or Featured Image in WordPress for displaying the image, but sometimes just the image URL is needed for Open…

  • Get all Post Content without Images in WordPress

    When all post content except the images is needed for a section of a post/page layout, like a post summary or a custom post type, the method below strips all…

  • Get all Post Images in WordPress

    Single post pages with multiple images like a photoset, etc. can be very resource heavy when browsers download images that are larger than needed. The method below allows you to…

  • Get the First or Featured Image in WordPress

    There are several ways to get the first or Featured Image in WordPress for use on a Home page blog feed, an Archives page feed, etc. The method below first…