<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: sort selected posts by modified date</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Fri, 24 May 2013 13:56:10 +0000</pubDate>

<item>
<title>daveread on "sort selected posts by modified date"</title>
<link>http://themeshaper.com/forums/topic/sort-selected-posts-by-modified-date#post-22701</link>
<pubDate>Mon, 15 Aug 2011 17:18:47 +0000</pubDate>
<dc:creator>daveread</dc:creator>
<guid isPermaLink="false">22701@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Looking to do something similar on my thematic childtheme - I need to learn how to add this to the post template:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php mdv_last_modified(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;which should activate the Last Modified plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>Erin on "sort selected posts by modified date"</title>
<link>http://themeshaper.com/forums/topic/sort-selected-posts-by-modified-date#post-10487</link>
<pubDate>Fri, 05 Mar 2010 19:08:55 +0000</pubDate>
<dc:creator>Erin</dc:creator>
<guid isPermaLink="false">10487@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;OK - I know now this has less to do with Thematic, and more to do with WP. I am still stuck would appreciate even a nudge in the right direction. I did find a plugin that has not been updated for wp2.9. It no longer properly distinguishes between major and minor edits. Any chance someone has a couple minutes to respond? &#60;a href=&#34;http://www.terenzani.it/29/editing-manager-plugin-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.terenzani.it/29/editing-manager-plugin-wordpress/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Erin on "sort selected posts by modified date"</title>
<link>http://themeshaper.com/forums/topic/sort-selected-posts-by-modified-date#post-10080</link>
<pubDate>Tue, 23 Feb 2010 02:49:55 +0000</pubDate>
<dc:creator>Erin</dc:creator>
<guid isPermaLink="false">10080@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I have some posts that I frequently update; I indicate this in the post with custom fields - if TRUE, it displays the_modified_date instead of the_date.&#60;/p&#62;
&#60;p&#62;Now I would like to reorder my posts on the index page to reflect modified dates. Not all modified dates, but only those where the custom field is TRUE (sometimes I edit typos and broken links; I don't want those reordered).&#60;/p&#62;
&#60;p&#62;This doesn't work because it reorders all posts. Does anyone have any suggestions?&#60;/p&#62;
&#60;p&#62;/* reorder posts with custom field = TRUE on index page by modified date&#60;br /&#62;
 */&#60;br /&#62;
function modified_posts_custom_query() {&#60;br /&#62;
	query_posts($query_string . '&#38;#38;orderby=modified');&#60;br /&#62;
}&#60;br /&#62;
add_action('thematic_above_indexloop', 'modified_posts_custom_query');
&#60;/p&#62;</description>
</item>

</channel>
</rss>
