Random Post Show random content post and increase visiting time of your visitors. How to show Random post follow simple steps and add code in your website’s theme. single.php paste this code anywhere you want to show random post. <?php $args = ‘orderby=rand&numberposts=6’; $posts = get_posts($args); foreach($posts as $post) { ?> <div class=”singlerandomepost”><a href=”<?php the_permalink(); […]
