[thebestsolver.com] I want to display random post in sidebar wordpress without plugin, How to do it ? just copy paste this code and put in your theme wordpress template, in this case, I put the code in sidebar.php <?php query_posts(‘orderby=rand&showposts=15′); ?><!–post number–> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <ul> <li><a href=”<?php the_permalink(); [...]
