caerphillyobserver
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Reversing order of future postsI found a fix but thanks for your efforts.
We needed to add the suppress filters. Don’t really know what that does but it works!<?php query_posts(‘cat=11&post_status=future&showposts=10&orderby=date&order=ASC&suppress_filters=true’); ?>
Forum: Fixing WordPress
In reply to: Reversing order of future postshttp://www.caerphillyobserver.co.uk/whatson
Sorry – too many dots
Forum: Fixing WordPress
In reply to: Reversing order of future postshttp://www..caerphillyobserver.co.uk/whatson
This goes to a page with a slug “whatson” and I’ve set up a custom template where I’ve written a loop to bring up posts from the category “whats-on”
Many thanks
Forum: Fixing WordPress
In reply to: Reversing order of future posts@claytonjames
Love the Bill and Ted “Woah”. Was a huge fan of the films as a kid.Forum: Fixing WordPress
In reply to: Reversing order of future postsThe category is called What’s On and the slug is whats-on.
I saw where you were coming from in that I might have had the wrong category name so I changed the code to this
<?php query_posts(‘cat=11&post_status=future&showposts=10&orderby=date&order=ASC’); ?>I’ve tried it both with ASC and DESC and there is no change.
The only reason I’m doing this is because I can’t find a decent Events plug in that works.
Forum: Fixing WordPress
In reply to: Reversing order of future postsThanks for the try but that didn’t work either. I’m completely stumped!
Forum: Plugins
In reply to: Small thumbnails for most read/commented and related postsIt’s all right I’ve figured it out.