PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Get Post Image URL

  1. Hi, if user create new post using Gravity Forms (Can upload one image only), How to get post images url only using PHP and any shortcut code (eg: http://www.mywpsite.com/content/upload/user-upload-this-image.jpg )

    Posted 11 years ago on Saturday November 24, 2012 | Permalink
  2. BUMP! how Get Post Image URL

    Posted 11 years ago on Sunday November 25, 2012 | Permalink
  3. Shotcode below build a <img src="get image url uploaded via gravity form" />

    {Upload image:2:full:center} = <p><img width="394" height="150" src="http://mywpsite.com/wp-content/uploads/2012/11/user-upload-via-gravity-forms.png" class="size-full aligncenter wp-image-56" /></p>

    what shortcode or php code to get image url uploaded via gravity form? (URL ONLY)

    Posted 11 years ago on Sunday November 25, 2012 | Permalink
  4. Just want to make clickable image in the post entry

    Posted 11 years ago on Monday November 26, 2012 | Permalink
  5. Instead of this:

    {Upload image:2:full:center}

    You can use this to get the URL:

    {Upload image:2:full:url}

    You will have to build your link to the image yourself, something like this:

    <a href="{Upload image:2:full:url}">{Upload image:2:full:center}</a>
    Posted 11 years ago on Tuesday November 27, 2012 | Permalink
  6. Hi Chris,

    Jyeah done. thanks Chris

    Posted 11 years ago on Tuesday November 27, 2012 | Permalink
  7. Is everything working as you expect it to right now?

    Posted 11 years ago on Saturday December 1, 2012 | Permalink