get_posts php code not working
-
i have included the get_posts php at the bottom of this page: https://www.diveneycue.com/wordpress/. however, for some reason its just showing the H2s but not the posts beneath them. any idea why its not showing the posts?
<hr /> <h2>New Diveney Cues</h2> <?php get_posts('category=29&numberposts=5&orderby=post_date'); ?> <br /> <hr /> <h2>New Trade In Arrivals</h2> <?php get_posts('category=30&numberposts=5&orderby=post_date'); ?> <br />
please advise. thanks.
- The topic ‘get_posts php code not working’ is closed to new replies.