Title: random custom field wordpress
Last modified: August 19, 2016

---

# random custom field wordpress

 *  [sdcr](https://wordpress.org/support/users/solidcolour/)
 * (@solidcolour)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/random-custom-field-wordpress/)
 * I have 3 custom fields on a page, they are dailytip_1, dailytip_2 and dailytip_3.
 * So I want to show only 1 tip of the 3 tips randomly on the page. What I can do?
   Thanks!

Viewing 1 replies (of 1 total)

 *  [Reuben](https://wordpress.org/support/users/greuben/)
 * (@greuben)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/random-custom-field-wordpress/#post-1710903)
 * Try this
    `<?php $custom_value = get_post_meta('dailytip_'.rand(1,3)); ?>`

Viewing 1 replies (of 1 total)

The topic ‘random custom field wordpress’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Reuben](https://wordpress.org/support/users/greuben/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/random-custom-field-wordpress/#post-1710903)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
