sh0ck
Joined: 02 May 2004 Posts: 34 Location: Norway
|
Posted: Sun Oct 03, 2004 1:29 pm Post subject: random category headlines |
|
|
If you want to list a specific number of recent posts from a random category this is how to do it:
First you need to install the "list_recentPosts" hack. Then add this:
Code: |
<?php
require "blog.header.php";
$random = rand(1,7);
switch($random) {
}
list_recentPosts($random,10)
?>
|
Edit where it says 7 to number of categories you have. Edit where it says 10 to number of posts you want displayed. Thats all! _________________ http://www.licklinux.com |
|