Profile
Achievement
 
    
                Mat_'s Recent SnippetsTagged date
- All /
 « Prev 1 Next »
            PHP
        
            Display wordpress posts with custom date meta value, ordered by this date, with a defined taxonomy  
        
                    
        
        
        
            0 
        
        
            1639 
        
                    posted 15 years ago by Mat_
            
First you have to add a custom value with a correct date format.
The lines:
`AND CAST(wpostmeta.meta_value AS DATE) > '".date("Y-m-d H:i:s")."'
AND CAST(wpostmeta.meta_value AS DATE) < '".date("Y-m-d H:i:s", $date2)."' `
are only used to select d...
        
        
        
            0 
        
        
            1884 
        
                    posted 15 years ago by Mat_