View Single Post
Old 11-05-2011, 04:11 AM  
tonyparra
Confirmed User
 
tonyparra's Avatar
 
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
tried this no luck

Code:
<li><h3>Some Random posts</h3>
 <ul>
 <?php $posts = get_posts(?orderby=rand&numberposts=5′); foreach($posts as $post) { ?>
 <li><a href=?<?php the_permalink(); ?>? title=?<?php  the_title(); ?>?><?php the_title(); ?></a>
 </li>
 <?php } ?>
 </ul>
 </li>
__________________

High Performance Vps $10 Linode
Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot
tonyparra is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote