<?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: Using Page Attributes in Concrete5 Themes</title>
	<atom:link href="http://c5mix.com/blog/tips/using-page-attributes-in-concrete5-themes/feed" rel="self" type="application/rss+xml" />
	<link>http://c5mix.com/blog/tips/using-page-attributes-in-concrete5-themes</link>
	<description>concrete5 tutorials, themes, &#38; tips</description>
	<lastBuildDate>Thu, 01 Dec 2011 16:06:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: sham</title>
		<link>http://c5mix.com/blog/tips/using-page-attributes-in-concrete5-themes/comment-page-1#comment-50139</link>
		<dc:creator>sham</dc:creator>
		<pubDate>Thu, 01 Dec 2011 16:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://c5mix.com/blog/?p=290#comment-50139</guid>
		<description>very helpful.. thanks</description>
		<content:encoded><![CDATA[<p>very helpful.. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Seymour</title>
		<link>http://c5mix.com/blog/tips/using-page-attributes-in-concrete5-themes/comment-page-1#comment-44131</link>
		<dc:creator>Chris Seymour</dc:creator>
		<pubDate>Wed, 25 May 2011 18:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://c5mix.com/blog/?p=290#comment-44131</guid>
		<description>krix, What is the exact code you&#039;re using and where are you using it at?</description>
		<content:encoded><![CDATA[<p>krix, What is the exact code you&#8217;re using and where are you using it at?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krix</title>
		<link>http://c5mix.com/blog/tips/using-page-attributes-in-concrete5-themes/comment-page-1#comment-44122</link>
		<dc:creator>krix</dc:creator>
		<pubDate>Wed, 25 May 2011 10:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://c5mix.com/blog/?p=290#comment-44122</guid>
		<description>When I try getCollectionAttributeValue, I got Fatal error: Call to undefined method Area::getCollectionAttributeValue() in ...

I can&#039;t find any solution.</description>
		<content:encoded><![CDATA[<p>When I try getCollectionAttributeValue, I got Fatal error: Call to undefined method Area::getCollectionAttributeValue() in &#8230;</p>
<p>I can&#8217;t find any solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Display a Page&#8217;s Grandparent Page Name &#124; c5mix</title>
		<link>http://c5mix.com/blog/tips/using-page-attributes-in-concrete5-themes/comment-page-1#comment-35560</link>
		<dc:creator>Display a Page&#8217;s Grandparent Page Name &#124; c5mix</dc:creator>
		<pubDate>Tue, 26 Oct 2010 17:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://c5mix.com/blog/?p=290#comment-35560</guid>
		<description>[...] Using the code to display a page&#8217;s parent page name I posted before in &#8216;Using page attributes in concrete5 themes&#8216; would not work in this situation &#8211; it would have displayed the &#8216;Product [...]</description>
		<content:encoded><![CDATA[<p>[...] Using the code to display a page&#8217;s parent page name I posted before in &#8216;Using page attributes in concrete5 themes&#8216; would not work in this situation &#8211; it would have displayed the &#8216;Product [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Seymour</title>
		<link>http://c5mix.com/blog/tips/using-page-attributes-in-concrete5-themes/comment-page-1#comment-30974</link>
		<dc:creator>Chris Seymour</dc:creator>
		<pubDate>Sun, 16 May 2010 20:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://c5mix.com/blog/?p=290#comment-30974</guid>
		<description>osu,
try this:
http://snipplr.com/view/23850/display-image-from-imagefile-page-attribute--concrete5/

you can see some other snippets I&#039;ve created here:
http://snipplr.com/users/sinecera/</description>
		<content:encoded><![CDATA[<p>osu,<br />
try this:<br />
<a href="http://snipplr.com/view/23850/display-image-from-imagefile-page-attribute--concrete5/" rel="nofollow">http://snipplr.com/view/23850/display-image-from-imagefile-page-attribute&#8211;concrete5/</a></p>
<p>you can see some other snippets I&#8217;ve created here:<br />
<a href="http://snipplr.com/users/sinecera/" rel="nofollow">http://snipplr.com/users/sinecera/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: osu</title>
		<link>http://c5mix.com/blog/tips/using-page-attributes-in-concrete5-themes/comment-page-1#comment-30904</link>
		<dc:creator>osu</dc:creator>
		<pubDate>Sun, 16 May 2010 09:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://c5mix.com/blog/?p=290#comment-30904</guid>
		<description>Hi Chris,

Is there a tutorial somewhere (like above) on how to echo out file attributes and user attributes as well?

I&#039;m struggling trying to find something in the C5 api where I can print out an attribute I&#039;ve created for an image I&#039;ve uploaded in File Manager...

Thanks,

osu</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>Is there a tutorial somewhere (like above) on how to echo out file attributes and user attributes as well?</p>
<p>I&#8217;m struggling trying to find something in the C5 api where I can print out an attribute I&#8217;ve created for an image I&#8217;ve uploaded in File Manager&#8230;</p>
<p>Thanks,</p>
<p>osu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Nitzsche</title>
		<link>http://c5mix.com/blog/tips/using-page-attributes-in-concrete5-themes/comment-page-1#comment-30197</link>
		<dc:creator>Ron Nitzsche</dc:creator>
		<pubDate>Tue, 04 May 2010 08:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://c5mix.com/blog/?p=290#comment-30197</guid>
		<description>Cool thanks Chris.</description>
		<content:encoded><![CDATA[<p>Cool thanks Chris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Steele</title>
		<link>http://c5mix.com/blog/tips/using-page-attributes-in-concrete5-themes/comment-page-1#comment-25940</link>
		<dc:creator>John Steele</dc:creator>
		<pubDate>Fri, 02 Apr 2010 19:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://c5mix.com/blog/?p=290#comment-25940</guid>
		<description>melat0nin,

getCollectionDateLastModified() in /concrete/models/collection.php</description>
		<content:encoded><![CDATA[<p>melat0nin,</p>
<p>getCollectionDateLastModified() in /concrete/models/collection.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Seymour</title>
		<link>http://c5mix.com/blog/tips/using-page-attributes-in-concrete5-themes/comment-page-1#comment-20845</link>
		<dc:creator>Chris Seymour</dc:creator>
		<pubDate>Wed, 24 Feb 2010 14:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://c5mix.com/blog/?p=290#comment-20845</guid>
		<description>Dave, welcome to the community! I&#039;d say I&#039;d have to agree with you! Concrete5 is most certainly a breath of fresh air</description>
		<content:encoded><![CDATA[<p>Dave, welcome to the community! I&#8217;d say I&#8217;d have to agree with you! Concrete5 is most certainly a breath of fresh air</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Kinsella</title>
		<link>http://c5mix.com/blog/tips/using-page-attributes-in-concrete5-themes/comment-page-1#comment-20833</link>
		<dc:creator>Dave Kinsella</dc:creator>
		<pubDate>Wed, 24 Feb 2010 09:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://c5mix.com/blog/?p=290#comment-20833</guid>
		<description>Just what I was looking for, thanks for this. I&#039;m having to get up to speed with C5 fast but really enjoying it - it&#039;s the CMS I&#039;ve been wanting for a long time.</description>
		<content:encoded><![CDATA[<p>Just what I was looking for, thanks for this. I&#8217;m having to get up to speed with C5 fast but really enjoying it &#8211; it&#8217;s the CMS I&#8217;ve been wanting for a long time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

