<?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 Plugin: RSS in Page</title>
	<atom:link href="http://www.titusbicknell.com/wordpress/rss-in-page/feed" rel="self" type="application/rss+xml" />
	<link>http://www.titusbicknell.com</link>
	<description>news, views and (a)musings</description>
	<lastBuildDate>Sat, 05 Nov 2011 02:24:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: titusbicknell</title>
		<link>http://www.titusbicknell.com/wordpress/rss-in-page/comment-page-5#comment-49524</link>
		<dc:creator>titusbicknell</dc:creator>
		<pubDate>Sat, 05 Nov 2011 02:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.titusbicknell.com#comment-49524</guid>
		<description>battangel: please send me an example feed so I can think through an answer.</description>
		<content:encoded><![CDATA[<p>battangel: please send me an example feed so I can think through an answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: titusbicknell</title>
		<link>http://www.titusbicknell.com/wordpress/rss-in-page/comment-page-5#comment-49523</link>
		<dc:creator>titusbicknell</dc:creator>
		<pubDate>Sat, 05 Nov 2011 02:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.titusbicknell.com#comment-49523</guid>
		<description>Cody: add rssformat=&#039;y - z&#039; to your shortcode and as long as x does not appear in it no date will show.</description>
		<content:encoded><![CDATA[<p>Cody: add rssformat=&#8217;y &#8211; z&#8217; to your shortcode and as long as x does not appear in it no date will show.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: titusbicknell</title>
		<link>http://www.titusbicknell.com/wordpress/rss-in-page/comment-page-5#comment-49522</link>
		<dc:creator>titusbicknell</dc:creator>
		<pubDate>Sat, 05 Nov 2011 02:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.titusbicknell.com#comment-49522</guid>
		<description>Troy: since the standard WordPress RSS widget does a great job for sidebars so I dd not code my plug in for sidebars.</description>
		<content:encoded><![CDATA[<p>Troy: since the standard WordPress RSS widget does a great job for sidebars so I dd not code my plug in for sidebars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: titusbicknell</title>
		<link>http://www.titusbicknell.com/wordpress/rss-in-page/comment-page-5#comment-49521</link>
		<dc:creator>titusbicknell</dc:creator>
		<pubDate>Sat, 05 Nov 2011 02:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.titusbicknell.com#comment-49521</guid>
		<description>Seldoms: the feed is configured in a funny way - no obvious solution at this time sorry.</description>
		<content:encoded><![CDATA[<p>Seldoms: the feed is configured in a funny way &#8211; no obvious solution at this time sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: titusbicknell</title>
		<link>http://www.titusbicknell.com/wordpress/rss-in-page/comment-page-5#comment-49519</link>
		<dc:creator>titusbicknell</dc:creator>
		<pubDate>Sat, 05 Nov 2011 02:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.titusbicknell.com#comment-49519</guid>
		<description>Tywin: no support for pagination at this time sorry.</description>
		<content:encoded><![CDATA[<p>Tywin: no support for pagination at this time sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: titusbicknell</title>
		<link>http://www.titusbicknell.com/wordpress/rss-in-page/comment-page-5#comment-49518</link>
		<dc:creator>titusbicknell</dc:creator>
		<pubDate>Sat, 05 Nov 2011 02:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.titusbicknell.com#comment-49518</guid>
		<description>Mark: in the example above I created this css code:

ul.rssclass {list-style: none;} 
ul.rssclass li { color: #666666; }
ul.rssclass a { color: #ff0000; text-decoration: none; font-weight: bold; text-transform: uppercase;}
ul.rssclass a:hover { color: #66cc33; text-decoration: none; }

and then coded the shortcode with the variable rsscss=&#039;rssclass&#039; and the CSS is applied. It can go in any file as long as that file is referenced before the shortcode requests it.</description>
		<content:encoded><![CDATA[<p>Mark: in the example above I created this css code:</p>
<p>ul.rssclass {list-style: none;}<br />
ul.rssclass li { color: #666666; }<br />
ul.rssclass a { color: #ff0000; text-decoration: none; font-weight: bold; text-transform: uppercase;}<br />
ul.rssclass a:hover { color: #66cc33; text-decoration: none; }</p>
<p>and then coded the shortcode with the variable rsscss=&#8217;rssclass&#8217; and the CSS is applied. It can go in any file as long as that file is referenced before the shortcode requests it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: titusbicknell</title>
		<link>http://www.titusbicknell.com/wordpress/rss-in-page/comment-page-5#comment-49516</link>
		<dc:creator>titusbicknell</dc:creator>
		<pubDate>Sat, 05 Nov 2011 02:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.titusbicknell.com#comment-49516</guid>
		<description>Phil: please send me the shortcode you are using and I&#039;ll see if I can help with the youtube parsing.</description>
		<content:encoded><![CDATA[<p>Phil: please send me the shortcode you are using and I&#8217;ll see if I can help with the youtube parsing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: battyangel</title>
		<link>http://www.titusbicknell.com/wordpress/rss-in-page/comment-page-5#comment-49251</link>
		<dc:creator>battyangel</dc:creator>
		<pubDate>Wed, 02 Nov 2011 21:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.titusbicknell.com#comment-49251</guid>
		<description>Is there a way to show the description of a feed but eliminate any images and/or links that are included in the description?  It is really messing with my custom template formatting when the feed includes images or links in the descriptions...if not, it might be something that you could add to the update wish list. :)  Great plugin by the way, it has made my life so much easier.  Thank you!</description>
		<content:encoded><![CDATA[<p>Is there a way to show the description of a feed but eliminate any images and/or links that are included in the description?  It is really messing with my custom template formatting when the feed includes images or links in the descriptions&#8230;if not, it might be something that you could add to the update wish list. <img src='http://www.titusbicknell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Great plugin by the way, it has made my life so much easier.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody</title>
		<link>http://www.titusbicknell.com/wordpress/rss-in-page/comment-page-5#comment-46439</link>
		<dc:creator>Cody</dc:creator>
		<pubDate>Wed, 12 Oct 2011 03:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.titusbicknell.com#comment-46439</guid>
		<description>You wrote: &quot;simply create a rssformat without x and no date will appear&quot;  

How do you create an &quot;rssformat without x&quot;.  I don&#039;t see an x anywhere in the code.  How do I remove the date again?  Thank you, am trying out this and other RSS plugins and this one is by far the best so far.</description>
		<content:encoded><![CDATA[<p>You wrote: &#8220;simply create a rssformat without x and no date will appear&#8221;  </p>
<p>How do you create an &#8220;rssformat without x&#8221;.  I don&#8217;t see an x anywhere in the code.  How do I remove the date again?  Thank you, am trying out this and other RSS plugins and this one is by far the best so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy</title>
		<link>http://www.titusbicknell.com/wordpress/rss-in-page/comment-page-5#comment-46383</link>
		<dc:creator>Troy</dc:creator>
		<pubDate>Tue, 11 Oct 2011 19:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.titusbicknell.com#comment-46383</guid>
		<description>Fairly noob...need to insert a feed into the sidebar on a page.  I know the code below isn&#039;t correct, I just need to know what to put around the rssinpage block.


	&lt;!-- begin new items --&gt;
	
	New Items
	[rssinpage rssfeed=&#039;http://www.mysite.com/rss.asp?type=newreleases&#039;]
	
	&lt;!-- end popular posts --&gt;
</description>
		<content:encoded><![CDATA[<p>Fairly noob&#8230;need to insert a feed into the sidebar on a page.  I know the code below isn&#8217;t correct, I just need to know what to put around the rssinpage block.</p>
<p>	<!-- begin new items --></p>
<p>	New Items<br />
	[rssinpage rssfeed='http://www.mysite.com/rss.asp?type=newreleases']</p>
<p>	<!-- end popular posts --></p>
]]></content:encoded>
	</item>
</channel>
</rss>

