Tag Archives : random post

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 [...]

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 <ul> <li> <h2>Random Post of my blog</h2> <ul> <?php $rand_posts [...]

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 [...]