I am working on and event website. Only plugins I am really using are 'The Future is Now!' do display all post no matter of there publishing date and using custom fields.
So at the moment I have codes set up to echo out events for Today, for the whole week and the whole month. I am trying to get a code to work so I can post events for the upcoming weekend (Friday - Sunday). Any help would be great.
A code within the plugin or...?
No. Using a code I found just googleing and the forum.
Can you post that code bit up on pastebin :)
This may be a quick answer, but it depends what you're using to show the week and month now :)
Sure. Here is the code I am using for the weekely posts.
http://pastebin.com/Y5BfrcP5
Ah, cool. Standard stuff :D
Sadly that's a pretty complicated bit of code. This post, which shows you how you can start the week on Thursday, has the basic idea:
http://wordpress.org/support/topic/display-posts-of-past-7-days-broken-down-by-cateogry?replies=15#post-1971612
You need to track from day 5 through 7, basically.
Thank. Greatly appreciated.