Tagged Questions
0
votes
1answer
52 views
Checking if field is set before comparing with meta_query in query_posts?
I have a query set up to compare the start and end dates for some custom fields. The start date is required for the post; however, the end date is not. This causes some issues with the following:
...
0
votes
1answer
170 views
Empty meta-box returns publishdate if no value is set?
I have no idea why this would/could happen.
I have a custom metabox for an "event_end_date" set for a custom-post-type. If I leave this field blank it always puts out the publish-date of the post ...
2
votes
2answers
191 views
Plugin allowing for artists, events and venues
I'm working on a music festival website and up until now have used WordTour. I really like WordTour's artists > events > venues content hierarchy, but am having difficulties transitioning from last ...
1
vote
1answer
533 views
How to order posts by one custom field and filter them by another one?
In my WordPress blog I have events I want to order and filter by custom fields. The order should be done by the custom field "event_date_end" which means that every event that is still running should ...
0
votes
3answers
3k views
Sorting WordPress Posts via Custom Field Values?
Ok, so I'm using the WPAlchemy class to create custom field write panels in the write post page, and so far everything has gone great... However, there's one issue I can't seem to figure out. I'm ...