![]() |
Is there a Wordpress plugin that shuffles your posts?
I have searched high and low and keep finding the same 'random posts' widgets. I want to just shuffle every post and eliminate dates all together. It's a Wordpress tube site and every few days I add 20 or 30 clips from a new sponsor, but I don't want the videos clumped together by site like that so I have been adding them with my own random dates, but I'd rather just add them all and have Wordpress do the randomizing.
|
sounds like a great idea, wouldnt mind testing something like that out.
|
removing the dates is something best done by hand, there are a couple plugin's out there that claim they can do it, but it really depends on your theme if they are successful or not.
A quick google on 'remove wp date/time' should give you some pretty step by step directions on how to edit the php loop to remove them. I was able to do this, so I'm sure you can too :) There is a plugin called 'oldest to newest' that does exactly what it claims to do, but there is no randomization in it. If you find a random post updater, let us know |
Quote:
|
google is your friend
http://mr.hokya.com/post-randomizer/ how about a review on this when you try it |
not sure what do you mean by shuffle, I take you mean random. If so, open your index.php, look for the loop and add something like this:
Code:
|
Quote:
It also could be something with my theme but the docs on that plugin are non-existent. |
shouldn't be too hard to write something like that, if you are looking to invest a few bucks for this technology, hit me up icq: 33375924
|
RYO Oldest To Newest
http://ryowebsite.com/?cat=11 |
|
I use this one Lazy Blog
|
Quote:
|
I've been using
http://www.dagondesign.com/articles/...for-wordpress/ for a long time now. Works great. |
Lots of usefulness. Just marking the thread so I can find it again.
|
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
|
i use query_posts for tube style layouts, where i have random posts 4-8 of them, then the regular posts.
|
bump, looking for:
1. the plugin, or 2. the code, or 3. the price, of what you would charge to make it happen |
Quote:
|
Just modify the loop for your specific needs/wants. That's pretty much all any plugin will do anyway. And at the end of the day it'd be better for you to learn how to do these types of things yourself.
Here's a good place to get started: http://codex.wordpress.org More specifically: http://codex.wordpress.org/Template_Tags/get_posts |
sorry to bump this thread.. did you ever solved your problem? i might be looking for this one soon enough. will be building WP tubes and still need info.. up for you man!
|
|
A good post randomizer could be set to shuffle the existing datetimes once per x minutes/hours.
example: get id,datetime from the db table shuffle the datetimes update each id with the new datetime |
Quote:
|
ORDER BY RAND()
Enjoy even more overhead than turdpress normally has. |
Quote:
|
Grouchy sure hates wp
|
Quote:
As does anyone who has to manage computers, not just skin them and go away - no offense, but WP is probably the biggest pile of shit written in PHP, and I'm including absolutely everything written in PHP, ever. ;) |
Quote:
|
Quote:
|
Here's two of them.
http://www.yakupgovler.com/advanced-random-posts.html http://www.danielesalamina.it/advanced-random-post (Page in Italian but files are in English) |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Grouchy, I won't argue on the technical part, since I don't know, but when I see these retarded users, I assume they might have 1 or 2 coders that know a little, and since they're using WP, me and the average Joe will trust that crappy pile of shit known as WP. There might be better scripts, but if it's good for the fucking NASA, Yahoo, CNN, FOX, flickr and Reuters just to name a few, then I'm pretty sure it will be bananas for a small cat like me :2 cents: Oh, and the price ain't too shabby :winkwink:
The above being said, I'd be very interested in knowing what would you recommend as an alternative and why do you think WP is that bad (please don't say security, let's be serious here) |
I just use orderby=rand and WPCACHE to set the time limit on cache.
So this in effect randomizes my frontpage every "3600 seconds" or whatever I set it at. |
Quote:
Quote:
|
Quote:
|
Quote:
Code:
<?php |
Quote:
|
Quote:
Code:
<?php |
Quote:
|
All times are GMT -7. The time now is 06:31 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123