GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Wordpress help (https://gfy.com/showthread.php?t=757959)

The Duck 08-06-2007 12:46 PM

Wordpress help
 
Instead of showing the latest posts on the frontpage, is there any way to make it show random posts? Tried tinkering with it but couldnt find a good setting.

Andiz 08-06-2007 12:51 PM

Try this out on your index.php file

Quote:

<?php
global $wpdb;
$numposts = 10;

$rand_posts = $wpdb->get_results("SELECT * FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY RAND() LIMIT $numposts");
foreach($rand_posts as $post) :
setup_postdata($post);
?>

Template tags and what not go here

<?php endforeach; ?>
Just change the value of $numposts to define how many posts to query for.

RawAlex 08-06-2007 01:09 PM

heh-heh... just don't use the wordpress support board, I got called a skank over there because my sites have "teen porn" on them.

Must be the same fuckers that check the google ads.

The Duck 08-07-2007 05:22 AM

Quote:

Originally Posted by Andiz (Post 12886429)
Try this out on your index.php file


Just change the value of $numposts to define how many posts to query for.

Thanks man!


All times are GMT -7. The time now is 03:51 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123