<?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 User Favorites: mrc2407</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 19 May 2013 16:44:39 +0000</pubDate>

<item>
<title>mrc2407 on "A-Z index of custom post titles"</title>
<link>http://themeshaper.com/forums/topic/a-z-index-of-custom-post-titles#post-16466</link>
<pubDate>Wed, 20 Oct 2010 17:07:54 +0000</pubDate>
<dc:creator>mrc2407</dc:creator>
<guid isPermaLink="false">16466@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;I modified the template-page-blog.php file to alphabetically show all posts in a custom post type:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$wp_query-&#38;gt;query( array(        'posts_per_page' =&#38;gt; -1,&#60;br /&#62;
			                                'paged' =&#38;gt; $paged,&#60;br /&#62;
			                                'post_type' =&#38;gt; 'canco',&#60;br /&#62;
			                                'orderby' =&#38;gt; 'title',&#60;br /&#62;
			                                'order' =&#38;gt; 'asc' ) );&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But this still shows the post content, and I'd like to show only the post title. An extra thing is that I'd like to post titles grouped by initial letter, but I don't know how to get it... I'm talking about something like this:&#60;/p&#62;
&#60;p&#62;#A#&#60;br /&#62;
An example&#60;br /&#62;
Another example&#60;/p&#62;
&#60;p&#62;#C#&#60;br /&#62;
Custom post types are cool&#60;/p&#62;
&#60;p&#62;#T#&#60;br /&#62;
Thematic is even cooler&#60;/p&#62;
&#60;p&#62;#W#&#60;br /&#62;
Wow!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
