<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Forum | studiograsshopper</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/use-the_content-in-the-loop-1/</link>
	<description><![CDATA[Wordpress development, plugins, code ideas and babycakes*]]></description>
	<generator>Simple:Press Version 4.3.2</generator>
	<atom:link href="http://www.studiograsshopper.ch/forum/?serial-posts&#038;use-the_content-in-the-loop-1&#038;xfeed=topic" rel="self" type="application/rss+xml" />
<item>
	<title>neologan on use the_content in the loop</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/use-the_content-in-the-loop-1/#p674</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/use-the_content-in-the-loop-1/#p674</guid>
	<description><![CDATA[<p>ah, it would be:</p>
<div class="sfcode">&#39; . $content . &#39;</div>
<p>And this did work.</p>
<p>Thanks for your help in getting this to work, i know you are busy, was really appreciated.</p>
]]></description>
	<pubDate>Fri, 11 Sep 2009 21:48:02 +0000</pubDate>
</item>
<item>
	<title>neologan on use the_content in the loop</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/use-the_content-in-the-loop-1/#p673</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/use-the_content-in-the-loop-1/#p673</guid>
	<description><![CDATA[<p>and then add:</p>
<div class="sfcode">&#60;?php $content ?&#62;</div>
<p>Not sure how to call it now :(</p>
<p></p>
]]></description>
	<pubDate>Fri, 11 Sep 2009 21:45:37 +0000</pubDate>
</item>
<item>
	<title>Ade on use the_content in the loop</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/use-the_content-in-the-loop-1/#p672</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/use-the_content-in-the-loop-1/#p672</guid>
	<description><![CDATA[<p>You could try something like this:</p>
<div class="sfcode">
<p>$content = $findpost-&#62;post_content;</p>
<p>$content = appy_filters(&#39;the_content&#39;, $content);</p>
</div>
<p>You will probably have to experiment a bit with how to integrate this with the existing code.</p>
]]></description>
	<pubDate>Fri, 11 Sep 2009 18:23:11 +0000</pubDate>
</item>
<item>
	<title>neologan on use the_content in the loop</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/use-the_content-in-the-loop-1/#p667</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/use-the_content-in-the-loop-1/#p667</guid>
	<description><![CDATA[<p>the code under: // all other posts except the current post</p>
<p>i can use:</p>
<div class="sfcode">&#39; . $findpost-&#62;post_content . &#39;</div>
<p>We both know the issues with using this method, it brabs it from the post table in db and will not contain any formatting or p tags.</p>
<p>I was wondering if you could help, if possible, so that i can get the ost content to show with all formatting in place, which i believe is the wordpress tag <a href="http://codex.wordpress.org/Template_Tags/the_content" target="_blank">the_content</a>.</p>
<p>I know this cannot be done without some modification to the code, but i do know it&#39;s possible as YARPP (yet another related post plugin) does it.</p>
]]></description>
	<pubDate>Fri, 11 Sep 2009 08:16:06 +0000</pubDate>
</item>
<item>
	<title>Ade on use the_content in the loop</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/use-the_content-in-the-loop-1/#p666</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/use-the_content-in-the-loop-1/#p666</guid>
	<description><![CDATA[<p>Can you explain what you mean by "I want to use the_content in the loop". Frankly, I don&#39;t understand your question.</p>
]]></description>
	<pubDate>Fri, 11 Sep 2009 08:08:39 +0000</pubDate>
</item>
<item>
	<title>neologan on use the_content in the loop</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/use-the_content-in-the-loop-1/#p665</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/use-the_content-in-the-loop-1/#p665</guid>
	<description><![CDATA[<p>Would be really great if you could actually help me on this one. I want to use the_content in the loop, but when i do, formatting is lost etc. I know from our previous conversation that it's because it's pulling the date direct from the db, so how to get around this?</p>
<p></p>
<p>This plug is cool, but its too basic with just links, i want to add extra info...</p>
]]></description>
	<pubDate>Fri, 11 Sep 2009 05:48:13 +0000</pubDate>
</item>
</channel>
</rss>