Subscribe
Twitter Updates
- UbuntuForAndroid.mpg: http://t.co/bSJN98gi via @youtube 12 hours ago
- RT @jitbit: Queen vs Justin Bieber http://t.co/pC14eNIP 13 hours ago
- RT @ProgrammersLife: Random Strings http://t.co/1rfqpL2i 1 week ago
- Fuuuu http://t.co/ItjqQrkT 3 weeks ago
- RT @phoronix: Cinnamon Fork Of GNOME Shell Is Tasty At v1.2: Cinnamon, the fork of the GNOME 3.x Shell by Linux Mint developer... http:/ ... 4 weeks ago
Category Archives: WordPress
Display random posts in WordPress
WordPress posts may be randomly displayed using the “Get random results from a MySql table” tip placed in a simple plugin. What this plugin does is to simply ad the “RAND()” value to “ORDER BY” clause in the sql query which retrieves the WordPress posts.Continue reading
