Title: Custom fields help&#8230;
Last modified: August 19, 2016

---

# Custom fields help…

 *  [michalhron](https://wordpress.org/support/users/michalhron/)
 * (@michalhron)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/custom-fields-help-2/)
 * Hi Guys,
    I have a site with something like myspace graphics (Stupid images with
   HTML code for embeding on social profiles).
 * Web is based on latest wordpress version and template from templateforest.net.
   Every image is inserted using custom field. I have done Everything I need, but
   I really don’t know how to create the last thing:
 * On single.php I really want to have previews to (randomly selected) other images.
   It means write few php lines,which will filter all posts with custom field “Bigimage”
   and print this images preventing duplicity. Yes, it will be small version, but
   I think, there’s no need to really create smaller version. It’s much more simpler
   to solve it vith parameters width and height of img 😉
 * Thank you very much for your help.

Viewing 1 replies (of 1 total)

 *  Thread Starter [michalhron](https://wordpress.org/support/users/michalhron/)
 * (@michalhron)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/custom-fields-help-2/#post-1255790)
    - There is how does the code look like on index:
    -     ```
          <div class="big-image">
           <?php $image = get_post_meta($post->ID, 'bigimage', true); ?>
              <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
                   <img src="<?php echo $image; ?>" alt="<?php the_title();  ?>" width="280" height="196" />
              </a>
          </div>
          ```
      
    - And there is a [link ](http://www.coolobrazek.cz/2009/10/utek-na-svobodu/)
      to web

Viewing 1 replies (of 1 total)

The topic ‘Custom fields help…’ is closed to new replies.

## Tags

 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [custom fields](https://wordpress.org/support/topic-tag/custom-fields/)

 * 1 reply
 * 1 participant
 * Last reply from: [michalhron](https://wordpress.org/support/users/michalhron/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/custom-fields-help-2/#post-1255790)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
