<?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"
	>
<channel>
	<title>Comments on: Newspaper Style Posts</title>
	<atom:link href="http://epicalex.com/newspaper-style-posts/feed/" rel="self" type="application/rss+xml" />
	<link>http://epicalex.com/newspaper-style-posts/</link>
	<description></description>
	<pubDate>Fri, 21 Nov 2008 16:15:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: WordPress Plugin releases for 6/22 : Free Web Template &#124; Free Script</title>
		<link>http://epicalex.com/newspaper-style-posts/#comment-2201</link>
		<dc:creator>WordPress Plugin releases for 6/22 : Free Web Template &#124; Free Script</dc:creator>
		<pubDate>Wed, 22 Oct 2008 18:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=75#comment-2201</guid>
		<description>[...] Newspaper Style Posts [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Newspaper Style Posts [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Newspaper Style Post plugin Wordpress ! &#124; Weezonaute, le blogueur masqué</title>
		<link>http://epicalex.com/newspaper-style-posts/#comment-2048</link>
		<dc:creator>Newspaper Style Post plugin Wordpress ! &#124; Weezonaute, le blogueur masqué</dc:creator>
		<pubDate>Tue, 14 Oct 2008 01:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=75#comment-2048</guid>
		<description>[...] c’est un avis personnel que ça ne vous empêche pas de parcourir le lieu qui est très sympa. Newspaper Style Post est un plug-in conçu par Alex Cragg, une fois activé il va mettre en page tous vos articles sur [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] c’est un avis personnel que ça ne vous empêche pas de parcourir le lieu qui est très sympa. Newspaper Style Post est un plug-in conçu par Alex Cragg, une fois activé il va mettre en page tous vos articles sur [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://epicalex.com/newspaper-style-posts/#comment-1648</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 08 Sep 2008 11:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=75#comment-1648</guid>
		<description>Good post. Thank you!</description>
		<content:encoded><![CDATA[<p>Good post. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress 2.6 ile uyumlu eklentiler &#124; alpibo</title>
		<link>http://epicalex.com/newspaper-style-posts/#comment-1279</link>
		<dc:creator>Wordpress 2.6 ile uyumlu eklentiler &#124; alpibo</dc:creator>
		<pubDate>Thu, 14 Aug 2008 08:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=75#comment-1279</guid>
		<description>[...] Newspaper Style Posts 0.1 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Newspaper Style Posts 0.1 [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Работающие плагины для WordPress - Блокнот</title>
		<link>http://epicalex.com/newspaper-style-posts/#comment-1127</link>
		<dc:creator>Работающие плагины для WordPress - Блокнот</dc:creator>
		<pubDate>Sat, 19 Jul 2008 14:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=75#comment-1127</guid>
		<description>[...] Newspaper Style Posts 0.1 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Newspaper Style Posts 0.1 [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Plugin releases for 6/22&#160;&#124;&#160;Wordpress Blog NL Hosting</title>
		<link>http://epicalex.com/newspaper-style-posts/#comment-1086</link>
		<dc:creator>WordPress Plugin releases for 6/22&#160;&#124;&#160;Wordpress Blog NL Hosting</dc:creator>
		<pubDate>Wed, 16 Jul 2008 05:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=75#comment-1086</guid>
		<description>[...] Newspaper Style Posts [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Newspaper Style Posts [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://epicalex.com/newspaper-style-posts/#comment-1028</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Tue, 08 Jul 2008 16:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=75#comment-1028</guid>
		<description>@Alex - Yup, the &#60;p&#62; tags work for me as well. Problem is that nobody wants to have to type the paragraph tag. I had to also replace your paragraph tag in the plugin with another div tag, to avoid embedding a paragraph in a paragraph.

The image issue happens, if you put the image in the center of the post, and the plugin splits the code up. If we can get the plugin to read past or before any html, that'd be sweet.

@Kugelblitz - In the plugin file, you'll need to replace both instances of

if(is_single()) {

with

if(is_single() &#124;&#124; is_home()) {</description>
		<content:encoded><![CDATA[<p>@Alex - Yup, the &lt;p&gt; tags work for me as well. Problem is that nobody wants to have to type the paragraph tag. I had to also replace your paragraph tag in the plugin with another div tag, to avoid embedding a paragraph in a paragraph.</p>
<p>The image issue happens, if you put the image in the center of the post, and the plugin splits the code up. If we can get the plugin to read past or before any html, that&#8217;d be sweet.</p>
<p>@Kugelblitz - In the plugin file, you&#8217;ll need to replace both instances of</p>
<p>if(is_single()) {</p>
<p>with</p>
<p>if(is_single() || is_home()) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kugelblitz</title>
		<link>http://epicalex.com/newspaper-style-posts/#comment-1025</link>
		<dc:creator>Kugelblitz</dc:creator>
		<pubDate>Tue, 08 Jul 2008 08:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=75#comment-1025</guid>
		<description>- Is there a way to define how many columns are shown?
- How can I get columns on the front page (not on a single Post page?)</description>
		<content:encoded><![CDATA[<p>- Is there a way to define how many columns are shown?<br />
- How can I get columns on the front page (not on a single Post page?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Utricks &#187; Blog Archive &#187; WordPress Working Plugins</title>
		<link>http://epicalex.com/newspaper-style-posts/#comment-1001</link>
		<dc:creator>Utricks &#187; Blog Archive &#187; WordPress Working Plugins</dc:creator>
		<pubDate>Fri, 04 Jul 2008 10:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=75#comment-1001</guid>
		<description>[...] Newspaper Style Posts 0.1 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Newspaper Style Posts 0.1 [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skylog &#187; Blog Archive &#187; links for 2008-07-02</title>
		<link>http://epicalex.com/newspaper-style-posts/#comment-989</link>
		<dc:creator>Skylog &#187; Blog Archive &#187; links for 2008-07-02</dc:creator>
		<pubDate>Wed, 02 Jul 2008 06:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=75#comment-989</guid>
		<description>[...] Newspaper Style Posts (tags: wordpress plugin) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Newspaper Style Posts (tags: wordpress plugin) [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.461 seconds -->
