<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Mat_</title>
<link>http://snipplr.com/users/Mat_</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 21:42:35 GMT</pubDate>
<item>
<title>(PHP) Query posts and cache the query</title>
<link>http://snipplr.com/view/67580/query-posts-and-cache-the-query/</link>
<description><![CDATA[ <p>Snippet to show a simple use of the transient API when querying posts.</p> ]]></description>
<pubDate>Wed, 03 Oct 2012 19:56:43 GMT</pubDate>
<guid>http://snipplr.com/view/67580/query-posts-and-cache-the-query/</guid>
</item>
<item>
<title>(PHP) Display wordpress posts with custom date meta value, ordered by this date, with a defined taxonomy</title>
<link>http://snipplr.com/view/41286/display-wordpress-posts-with-custom-date-meta-value-ordered-by-this-date-with-a-defined-taxonomy/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 02 Oct 2010 00:59:55 GMT</pubDate>
<guid>http://snipplr.com/view/41286/display-wordpress-posts-with-custom-date-meta-value-ordered-by-this-date-with-a-defined-taxonomy/</guid>
</item>
<item>
<title>(PHP) Display wordpress posts with custom date meta value, ordered by this date,</title>
<link>http://snipplr.com/view/41281/display-wordpress-posts-with-custom-date-meta-value-ordered-by-this-date/</link>
<description><![CDATA[ <p>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 dates between the current day and 2 months later</p> ]]></description>
<pubDate>Fri, 01 Oct 2010 23:37:37 GMT</pubDate>
<guid>http://snipplr.com/view/41281/display-wordpress-posts-with-custom-date-meta-value-ordered-by-this-date/</guid>
</item>
<item>
<title>(PHP) Add days, weeks or month to php date</title>
<link>http://snipplr.com/view/41274/add-days-weeks-or-month-to-php-date/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 01 Oct 2010 22:44:32 GMT</pubDate>
<guid>http://snipplr.com/view/41274/add-days-weeks-or-month-to-php-date/</guid>
</item>
<item>
<title>(PHP) Retreive post from custom field value</title>
<link>http://snipplr.com/view/40376/retreive-post-from-custom-field-value/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 13 Sep 2010 01:45:01 GMT</pubDate>
<guid>http://snipplr.com/view/40376/retreive-post-from-custom-field-value/</guid>
</item>
</channel>
</rss>