Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter hiddenvorlon

    (@hiddenvorlon)

    I could get by with just pulling items based on the year… Can you do a LIKE query with the meta_value? Something like

    meta_key=mycustomdate&&meta_value LIKE %09

    This would pull all the strings that have XX/XX/2009 or XX/XX/09.

    Thread Starter hiddenvorlon

    (@hiddenvorlon)

    Well, I thought that might be the case, so I tried a query date of “07/30/2009” but it pulled a date of “06/22/2008” to test the theory. “07” should be > then “06” regardless of month or year, but it still pulled the older date.

    Is there any way to convert the meta_value to a date on the fly?

    Joshbula,

    If you are getting: Warning: Cannot modify header information – headers already sent by (output started at … wp-config.php:47) in … /wp-includes/pluggable.php on line 770

    check your wp-config file to see if there is a newline character at the end of the endtag %>

    The same thing happened to me and there was an extra newline at the end of the tag. It was really undetectable and I wasted a ton of time on it.

    Forum: Fixing WordPress
    In reply to: Private Areas
    Thread Starter hiddenvorlon

    (@hiddenvorlon)

    You can’t really add Docs or PDF’s to this that way then. If someone knew the URL scheme they could download them.

    Any way to secure that other than on the server level?

Viewing 4 replies - 1 through 4 (of 4 total)