Posted by
solver
on January 3, 2012 ·
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 [...]
Posted by
solver
on August 20, 2011 ·
[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 [...]
Posted by
solver
on February 5, 2011 ·
[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 [...]