Create Random Post WordPress

[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(); [...]

[Read More!] Posted at October 4th, 2012 | 1 Comment |

Create Random Post WordPress Blog with text link

[thebestsolver.com] below is simple way to create random post wordpress blog with text link! you can put the link random post as text widget to display your post as random <a href=”http://yourblog.wordpress.com/?random”>read a random post</a> Change text yourblog (red color) with your blog name

[Read More!] Posted at September 12th, 2012 | No Comments |

Create Random Post with Thumbnail is Very Easy

Note : This is tips blogging and only for wordpress platform. Question : Is there the way to create random post with thumbnails in sidebar with easy ? Thebestsolver.com : Of course, you able to using Plugin “Advanced Random Post Thumbnails Widget” Advanced Random Post Thumbnails Widget displays thumbnails grabbed randomly from posts. Each thumbnail [...]

Related Posts Plugin for WordPress, Blogger...
[Read More!] Posted at January 3rd, 2012 | No Comments |