Title: Random custom fields
Last modified: August 21, 2016

---

# Random custom fields

 *  [imudo](https://wordpress.org/support/users/imudo/)
 * (@imudo)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/random-custom-fields-1/)
 * Hello,
 * On my homepage, I have 6 blocks including some custom fields each.
 * I would like to have a random display of these 6 blocks.
 * My codes simply looks like this :
 *     ```
       <div class="bloc">
       <h2><?php the_field('titre1'); ?></h2>
       <div class="content">
       <p><?php the_field('description1'); ?></p>
       </div>
       <p class="more"><a href="<?php the_field('url1'); ?>">read more</a></p>
       </div>
   
       <div class="bloc">
       <h2><?php the_field('titre2'); ?></h2>
       <div class="content">
       <p><?php the_field('description2'); ?></p>
       </div>
       <p class="more"><a href="<?php the_field('url2'); ?>">read more</a></p>
       </div>
   
       <div class="bloc">
       <h2><?php the_field('titre3'); ?></h2>
       <div class="content">
       <p><?php the_field('description3'); ?></p>
       </div>
       <p class="more"><a href="<?php the_field('url3'); ?>">read more</a></p>
       </div>
   
       etc... (6 times)
       ```
   
 * Do you know if there is a way to randomize this ?
 * I thank you in advance for your help !

The topic ‘Random custom fields’ is closed to new replies.

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [imudo](https://wordpress.org/support/users/imudo/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/random-custom-fields-1/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
