Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author ovann86

    (@ovann86)

    Hey,

    Where would you be using the uploaded image?

    The next version will allow you to automatically add images to the WordPress media library – once it’s in there I’m thinking you’ll have better access to the files from other areas of WordPress (e.g. creating shortcodes)

    Thread Starter yesfree

    (@yesfree)

    I thought I could make the uploaded image appear elsewhere in the template with using an example code like this… <?php echo get_the_post_thumbnail($id, 'large'); ?>

    Plugin Author ovann86

    (@ovann86)

    Yea, the challenge there would be getting the $id.

    Are you just trying to show all (or the last 10) images uploaded through a particular form?

    How would you make the match between the submitted form, with the uploaded image data, and the page elsewhere on your website?

    I’m wondering if we can take what this plugin does one step further in add some meta-data to the uploaded image, for example a form id, entry id, field id (which may be hard with the list field upload).

    Thread Starter yesfree

    (@yesfree)

    I have this multi-page form for log in users to fill and submit..This picture best explain what i want to do.

    Thread Starter yesfree

    (@yesfree)

    Uh i thought this would be simple to do, But it look its a difficult one.

    Dear yesfree, how did you align the page title of multi-page form vertically?
    Can you share the name of the plugin?

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Display Image Shortcode’ is closed to new replies.