<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WordPress Tip: Show the Latest Post in Full, Then Summaries of the Other Posts</title>
	<atom:link href="http://www.idratherbewriting.com/2008/07/31/wordpress-tip-show-the-latest-post-in-full-then-summaries-of-the-other-posts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.idratherbewriting.com/2008/07/31/wordpress-tip-show-the-latest-post-in-full-then-summaries-of-the-other-posts/</link>
	<description>Technical Communication Blog / Technical Writing Blog</description>
	<lastBuildDate>Sun, 14 Mar 2010 21:09:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Greg</title>
		<link>http://www.idratherbewriting.com/2008/07/31/wordpress-tip-show-the-latest-post-in-full-then-summaries-of-the-other-posts/comment-page-1/#comment-146573</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 24 Nov 2009 16:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=1751#comment-146573</guid>
		<description>Hooray! Thanks that&#039;s just what I was looking for.</description>
		<content:encoded><![CDATA[<p>Hooray! Thanks that&#8217;s just what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheila</title>
		<link>http://www.idratherbewriting.com/2008/07/31/wordpress-tip-show-the-latest-post-in-full-then-summaries-of-the-other-posts/comment-page-1/#comment-135953</link>
		<dc:creator>Sheila</dc:creator>
		<pubDate>Fri, 21 Nov 2008 18:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=1751#comment-135953</guid>
		<description>Oh for God&#039;s sake, that code is only for Wordpress Rss feeds.  Ughhhhhhhh.  Forget it, I&#039;m just going to do what you said and have people resign up for my feed.  Good heavens.  I also provided you with an email address that won&#039;t bounce anything.</description>
		<content:encoded><![CDATA[<p>Oh for God&#8217;s sake, that code is only for Wordpress Rss feeds.  Ughhhhhhhh.  Forget it, I&#8217;m just going to do what you said and have people resign up for my feed.  Good heavens.  I also provided you with an email address that won&#8217;t bounce anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheila</title>
		<link>http://www.idratherbewriting.com/2008/07/31/wordpress-tip-show-the-latest-post-in-full-then-summaries-of-the-other-posts/comment-page-1/#comment-135952</link>
		<dc:creator>Sheila</dc:creator>
		<pubDate>Fri, 21 Nov 2008 18:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=1751#comment-135952</guid>
		<description>My gosh, sorry it&#039;s taken me so long to get back to you!  I forgot where your site was because I was stupid and didn&#039;t mark it! arghhhh

Anyhow, no I didn&#039;t get any emails nor anything in &#039;junk&#039;  although...my juno is weird. It&#039;s not you, it&#039;s me!  lol.

I worked through it for the most part and although it&#039;s not working totally out like your example, I&#039;m happy enough with it.  

My question now is...excluding a cat from the feedburner.  I am wondering if by changing that code, (as in your example) then I would have to have everyone RE-SIGN UP for my feeds.?? 

I found something people are saying is an alternative to changing the feed, and it goes in the functions file.  Here&#039;s the code:

function myFeedExcluder($query) {
 if ($query-&gt;is_feed) {
   $query-&gt;set(&#039;cat&#039;,&#039;-431&#039;);
 }
return $query;
}
 
add_filter(&#039;pre_get_posts&#039;,&#039;myFeedExcluder&#039;);

I&#039;m not sure if it&#039;ll work.  Have you ever heard of this working or is it just better to change the feed?

Thanks for your patience!  Sheila</description>
		<content:encoded><![CDATA[<p>My gosh, sorry it&#8217;s taken me so long to get back to you!  I forgot where your site was because I was stupid and didn&#8217;t mark it! arghhhh</p>
<p>Anyhow, no I didn&#8217;t get any emails nor anything in &#8216;junk&#8217;  although&#8230;my juno is weird. It&#8217;s not you, it&#8217;s me!  lol.</p>
<p>I worked through it for the most part and although it&#8217;s not working totally out like your example, I&#8217;m happy enough with it.  </p>
<p>My question now is&#8230;excluding a cat from the feedburner.  I am wondering if by changing that code, (as in your example) then I would have to have everyone RE-SIGN UP for my feeds.?? </p>
<p>I found something people are saying is an alternative to changing the feed, and it goes in the functions file.  Here&#8217;s the code:</p>
<p>function myFeedExcluder($query) {<br />
 if ($query-&gt;is_feed) {<br />
   $query-&gt;set(&#8216;cat&#8217;,'-431&#8242;);<br />
 }<br />
return $query;<br />
}</p>
<p>add_filter(&#8216;pre_get_posts&#8217;,'myFeedExcluder&#8217;);</p>
<p>I&#8217;m not sure if it&#8217;ll work.  Have you ever heard of this working or is it just better to change the feed?</p>
<p>Thanks for your patience!  Sheila</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.idratherbewriting.com/2008/07/31/wordpress-tip-show-the-latest-post-in-full-then-summaries-of-the-other-posts/comment-page-1/#comment-135519</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 03 Nov 2008 15:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=1751#comment-135519</guid>
		<description>Sheila, did you ever get the theme file I sent you via email? Whenever I send you email I get an error message, so I&#039;m not sure if you received any of them.

Basically, if you name a file cat-319.php, when a user clicks that category archive, WordPress calls the cat-319.php file rather than category.php. This is known as template hierarchy, so if you search for Wordrpess Template hierarchy, you should find a lot of answers to your questions.</description>
		<content:encoded><![CDATA[<p>Sheila, did you ever get the theme file I sent you via email? Whenever I send you email I get an error message, so I&#8217;m not sure if you received any of them.</p>
<p>Basically, if you name a file cat-319.php, when a user clicks that category archive, WordPress calls the cat-319.php file rather than category.php. This is known as template hierarchy, so if you search for Wordrpess Template hierarchy, you should find a lot of answers to your questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheila</title>
		<link>http://www.idratherbewriting.com/2008/07/31/wordpress-tip-show-the-latest-post-in-full-then-summaries-of-the-other-posts/comment-page-1/#comment-135516</link>
		<dc:creator>Sheila</dc:creator>
		<pubDate>Mon, 03 Nov 2008 11:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=1751#comment-135516</guid>
		<description>Never mind.  I think I figured it out.  (cat-319) and the previous next code specific to the same categories.

I just don&#039;t understand how to make one category of posts look different from the singlepost.php.

This just doesn&#039;t seem to be possible.

Sheilas last blog post..&lt;a href=&quot;http://www.maviefolle.com/wp1/2008/11/rolling-in-sweet-sweet-candy/&quot; rel=&quot;nofollow&quot;&gt;Rolling in Sweet Sweet Candy!&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Never mind.  I think I figured it out.  (cat-319) and the previous next code specific to the same categories.</p>
<p>I just don&#8217;t understand how to make one category of posts look different from the singlepost.php.</p>
<p>This just doesn&#8217;t seem to be possible.</p>
<p>Sheilas last blog post..<a href="http://www.maviefolle.com/wp1/2008/11/rolling-in-sweet-sweet-candy/" rel="nofollow">Rolling in Sweet Sweet Candy!</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheila</title>
		<link>http://www.idratherbewriting.com/2008/07/31/wordpress-tip-show-the-latest-post-in-full-then-summaries-of-the-other-posts/comment-page-1/#comment-135506</link>
		<dc:creator>Sheila</dc:creator>
		<pubDate>Sat, 01 Nov 2008 18:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=1751#comment-135506</guid>
		<description>Okay, I just spent 4 hours on the wordpress codex.  I&#039;m not sure, but I&#039;m thinking I need to:

Create a new Theme file named category-319.php (which is my file in question&#039;s #)

Possibly copied from my next file in my themes that is in the heirarchy, which would be archives.php BUT modified somehow.

Then I have to somehow link the new cat319 file to that catagory so that when that cat comes up or is clicked on, it will pull it&#039;s info from the new cat319 file.  
WOULD I PLACE SOMETHING IN THE LOOP TO LINK?

OR. Am I supposed to open a new php file in the FILE MANAGER (not my theme files)for Cat 319?

Sheilas last blog post..&lt;a href=&quot;http://www.maviefolle.com/wp1/2008/11/elephant-or-human/&quot; rel=&quot;nofollow&quot;&gt;Elephant or Human?&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Okay, I just spent 4 hours on the wordpress codex.  I&#8217;m not sure, but I&#8217;m thinking I need to:</p>
<p>Create a new Theme file named category-319.php (which is my file in question&#8217;s #)</p>
<p>Possibly copied from my next file in my themes that is in the heirarchy, which would be archives.php BUT modified somehow.</p>
<p>Then I have to somehow link the new cat319 file to that catagory so that when that cat comes up or is clicked on, it will pull it&#8217;s info from the new cat319 file.<br />
WOULD I PLACE SOMETHING IN THE LOOP TO LINK?</p>
<p>OR. Am I supposed to open a new php file in the FILE MANAGER (not my theme files)for Cat 319?</p>
<p>Sheilas last blog post..<a href="http://www.maviefolle.com/wp1/2008/11/elephant-or-human/" rel="nofollow">Elephant or Human?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheila</title>
		<link>http://www.idratherbewriting.com/2008/07/31/wordpress-tip-show-the-latest-post-in-full-then-summaries-of-the-other-posts/comment-page-1/#comment-135504</link>
		<dc:creator>Sheila</dc:creator>
		<pubDate>Sat, 01 Nov 2008 16:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=1751#comment-135504</guid>
		<description>




 

 &lt;!-- end navigation --&gt;

Sheilas last blog post..&lt;a href=&quot;http://www.maviefolle.com/wp1/2008/11/elephant-or-human/&quot; rel=&quot;nofollow&quot;&gt;Elephant or Human?&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><!-- end navigation --></p>
<p>Sheilas last blog post..<a href="http://www.maviefolle.com/wp1/2008/11/elephant-or-human/" rel="nofollow">Elephant or Human?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheila</title>
		<link>http://www.idratherbewriting.com/2008/07/31/wordpress-tip-show-the-latest-post-in-full-then-summaries-of-the-other-posts/comment-page-1/#comment-135503</link>
		<dc:creator>Sheila</dc:creator>
		<pubDate>Sat, 01 Nov 2008 16:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=1751#comment-135503</guid>
		<description>If I add this code (below) to my singlepost.php page, it puts in the next/previous links just fine. The only problem is I can&#039;t figure out how to edit the code in order to do what your wife did on her daily page.

I tried doing the separate cat page again like you did, and it&#039;s still not working for me.  Arghhhhh








 &lt;!-- end navigation --&gt;

Sheilas last blog post..&lt;a href=&quot;http://www.maviefolle.com/wp1/2008/11/elephant-or-human/&quot; rel=&quot;nofollow&quot;&gt;Elephant or Human?&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>If I add this code (below) to my singlepost.php page, it puts in the next/previous links just fine. The only problem is I can&#8217;t figure out how to edit the code in order to do what your wife did on her daily page.</p>
<p>I tried doing the separate cat page again like you did, and it&#8217;s still not working for me.  Arghhhhh</p>
<p> <!-- end navigation --></p>
<p>Sheilas last blog post..<a href="http://www.maviefolle.com/wp1/2008/11/elephant-or-human/" rel="nofollow">Elephant or Human?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheila</title>
		<link>http://www.idratherbewriting.com/2008/07/31/wordpress-tip-show-the-latest-post-in-full-then-summaries-of-the-other-posts/comment-page-1/#comment-135502</link>
		<dc:creator>Sheila</dc:creator>
		<pubDate>Sat, 01 Nov 2008 15:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=1751#comment-135502</guid>
		<description>Nope.  I can&#039;t get it to work like you were able to creating a new cat page.  It didn&#039;t pick it up at all, unless I was missing a code somewhere in order to be able to pick up the newly added cat page.?

I&#039;m fooling around with it again today.  So I should be a basketcase by this evening!  lol

Sheilas last blog post..&lt;a href=&quot;http://www.maviefolle.com/wp1/2008/11/elephant-or-human/&quot; rel=&quot;nofollow&quot;&gt;Elephant or Human?&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Nope.  I can&#8217;t get it to work like you were able to creating a new cat page.  It didn&#8217;t pick it up at all, unless I was missing a code somewhere in order to be able to pick up the newly added cat page.?</p>
<p>I&#8217;m fooling around with it again today.  So I should be a basketcase by this evening!  lol</p>
<p>Sheilas last blog post..<a href="http://www.maviefolle.com/wp1/2008/11/elephant-or-human/" rel="nofollow">Elephant or Human?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.idratherbewriting.com/2008/07/31/wordpress-tip-show-the-latest-post-in-full-then-summaries-of-the-other-posts/comment-page-1/#comment-135453</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 28 Oct 2008 04:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=1751#comment-135453</guid>
		<description>Sheila,

Apart from using the thumbs plugin, I don&#039;t know how to automatically pull thumbnails onto another page. I think the thumbs plugin is really the best method. However, when I implemented this plugin, it brought my site down due to the heavy pull on the database. I believe this may have been due to BlueHost&#039;s sensitive CPU exceeded errors trigger. You can configure the thumbs plugin to pull only posts from a specific category.

Yes, if I remember correctly, you create a cat-87.php file (or whatever your category is). Then include the code I added in the post. I&#039;m not a PHP expert, so I rely on clips that I can pull together. Were you able to get anything working?</description>
		<content:encoded><![CDATA[<p>Sheila,</p>
<p>Apart from using the thumbs plugin, I don&#8217;t know how to automatically pull thumbnails onto another page. I think the thumbs plugin is really the best method. However, when I implemented this plugin, it brought my site down due to the heavy pull on the database. I believe this may have been due to BlueHost&#8217;s sensitive CPU exceeded errors trigger. You can configure the thumbs plugin to pull only posts from a specific category.</p>
<p>Yes, if I remember correctly, you create a cat-87.php file (or whatever your category is). Then include the code I added in the post. I&#8217;m not a PHP expert, so I rely on clips that I can pull together. Were you able to get anything working?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
