Help attach to the code output records in the last 90 days
-
Good day! There is a code that displays a random position in the right place for me. Needs to be done so that there fell posts that have been created over the past 90 days and older did not get there. How can this be implemented?
Here’s the code output the normal fasting (during the existence of the site).<?php $my_posts = get_posts('orderby=rand&showposts=1'); foreach ($my_posts as $post) : setup_postdata($post); ?>
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Help attach to the code output records in the last 90 days’ is closed to new replies.