| bio | website | ravennainteractive.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 3 months |
| seen | Mar 19 '11 at 7:11 | |
| stats | profile views | 26 |
|
Jan 24 |
awarded | Popular Question |
|
Jan 9 |
awarded | Notable Question |
|
Oct 7 |
awarded | Nice Question |
|
Jun 26 |
awarded | Popular Question |
|
Jun 4 |
awarded | Popular Question |
|
Mar 28 |
awarded | Popular Question |
|
Dec 22 |
awarded | Popular Question |
|
Mar 19 |
accepted | custom field as a boolean with a checkbox? |
|
Mar 18 |
accepted | converting custom field date format |
|
Mar 18 |
comment |
converting custom field date format I got it, meta(); is a template tag provided by the more-fields plugin. I simply used get_post_meta and it works great. thanks |
|
Mar 18 |
accepted | what is the correct way to compare dates in a WP query_posts meta_query |
|
Mar 17 |
comment |
custom field as a boolean with a checkbox? I can get the events post type if I remove the meta_query. The More-Fields plugin checkbox is returning a 1. But if I do key => event-archive, value => '1', and compare => =, and type = numberic, it does not return any events. Even though I have an event with the box checked. |
|
Mar 17 |
asked | custom field as a boolean with a checkbox? |
|
Mar 15 |
comment |
converting custom field date format Rarst, this looks right but I am having trouble making it work 100%. $date = meta('event_date'); echo date('F j, Y', strtotime($date)); returns January 1 1970.... ideas? |
|
Mar 14 |
asked | converting custom field date format |
|
Mar 8 |
awarded | Scholar |
|
Mar 8 |
comment |
can I orderby one custom field and meta_query another in the same query t31os, thanks for the help. I have it working just fine. |
|
Mar 8 |
accepted | can I orderby one custom field and meta_query another in the same query |
|
Mar 8 |
comment |
can I orderby one custom field and meta_query another in the same query t31os, this looks right. I am not 100% sure hot to move forward but this is pointing me in the right direction. Is there any connection between the initial meta_key/value and the meta_key/value in the meta_query? OR is it essentially saying, find all by these params then compare against the meta_query? If the later is the case then I could simply put event_date in the initial meta_key and then handle the event-month compare in the meta query. Does that make sense? |
|
Mar 8 |
comment |
can I orderby one custom field and meta_query another in the same query Thanks for the note: but any ideas on how to order the results by a second key/value? |