hiddenvorlon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Date query based on meta_keyI 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.
Forum: Fixing WordPress
In reply to: Date query based on meta_keyWell, 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?
Forum: Fixing WordPress
In reply to: Podpress not displaying new audio posts in 2.6Joshbula,
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 AreasYou 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?