Title: randomize help please&#8230;
Last modified: August 19, 2016

---

# randomize help please…

 *  [anime_t](https://wordpress.org/support/users/anime_t/)
 * (@anime_t)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/randomize-help-please/)
 * i know that there is a specific plugin to do the job but my question is if there
   is a way to randomize my posts not on refresh the page but on time limit…like
   for example every 24 hours…
    any suggestions? thanks;)

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

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/randomize-help-please/#post-1680571)
 * By seeding the MySql random number generator with the Julian date, you can get
   a different set of posts every day.
 *     ```
       $seed = gregoriantojd(date('m'),date('d'),date('Y'));
          $sql = "select * from $wpdb->posts order by rand($seed) limit 0,10";
       ```
   
 *  Thread Starter [anime_t](https://wordpress.org/support/users/anime_t/)
 * (@anime_t)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/randomize-help-please/#post-1680616)
 * thanks but how… im quite newbiee and i think im confused…
 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/randomize-help-please/#post-1680635)
 * You will need to edit your theme’s file that displays the posts. The exact file
   and exact changes depend on the theme. It is usually index.php, but is a different
   file in some themes.
 * If you are using a free theme, post a link to your site and I may be able to 
   give more specific help. If you are using a paid theme, you will need to contact
   the supplier for help.

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

The topic ‘randomize help please…’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/randomize-help-please/#post-1680635)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
