How do I get posts where image is larger than…?
There is no clean way to do this. Each image stores image information in post meta table, but as a part of the serialized PHP string. Using MySQL for that is out of the question because MySQL doesn’t have a syntax for extracting regular expressions matched content, it can only use perform true/false/like expressions using … Read more