• I have been trying to find such a code which provide me random post from a random category.

    After searching i found that
    get_posts(‘numberposts=5&orderby=rand’);
    this can provide random post but its from the whole posted articles.

    can someone provide code snippet to find the random posts from a random category, each time it should take a random category and then shows the random posts contained in that category.

The topic ‘Random Post from Random Category’ is closed to new replies.