<?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: Full Size Image in WordPress Default Gallery</title>
	<atom:link href="http://nichpakaich.com/how-to/full-size-image-in-wordpress-default-gallery/feed" rel="self" type="application/rss+xml" />
	<link>http://nichpakaich.com/how-to/full-size-image-in-wordpress-default-gallery</link>
	<description>Blogging Experience Shared</description>
	<lastBuildDate>Mon, 06 Feb 2012 03:07:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Virendra Rajput</title>
		<link>http://nichpakaich.com/how-to/full-size-image-in-wordpress-default-gallery/comment-page-1#comment-2459</link>
		<dc:creator>Virendra Rajput</dc:creator>
		<pubDate>Sun, 22 Jan 2012 03:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://nichpakaich.com/?p=625#comment-2459</guid>
		<description>Thanks ! tHAT REALLY HELPED ME</description>
		<content:encoded><![CDATA[<p>Thanks ! tHAT REALLY HELPED ME</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jill</title>
		<link>http://nichpakaich.com/how-to/full-size-image-in-wordpress-default-gallery/comment-page-1#comment-1588</link>
		<dc:creator>Jill</dc:creator>
		<pubDate>Thu, 23 Jun 2011 01:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://nichpakaich.com/?p=625#comment-1588</guid>
		<description>Wonderful article. I&#039;d mention that if you&#039;re using the Twenty Ten theme (new WordPress default), there&#039;s a file for the attachments called loop-attachment.php and you can directly modify this file and not worry about it impacting the single pages because those are controlled by a different file. This separation of files in the new default theme is a big improvement I think.

Inside this file, you can change one line and get full size display:

echo wp_get_attachment_image( $post-&gt;ID, array( &quot;full-size&quot;, &quot;full-size&quot; ) );

Would never have found this solution without your post, Thank you!!!!!!!
Jill</description>
		<content:encoded><![CDATA[<p>Wonderful article. I&#8217;d mention that if you&#8217;re using the Twenty Ten theme (new WordPress default), there&#8217;s a file for the attachments called loop-attachment.php and you can directly modify this file and not worry about it impacting the single pages because those are controlled by a different file. This separation of files in the new default theme is a big improvement I think.</p>
<p>Inside this file, you can change one line and get full size display:</p>
<p>echo wp_get_attachment_image( $post-&gt;ID, array( &#8220;full-size&#8221;, &#8220;full-size&#8221; ) );</p>
<p>Would never have found this solution without your post, Thank you!!!!!!!<br />
Jill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nichive</title>
		<link>http://nichpakaich.com/how-to/full-size-image-in-wordpress-default-gallery/comment-page-1#comment-1517</link>
		<dc:creator>nichive</dc:creator>
		<pubDate>Thu, 24 Feb 2011 03:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://nichpakaich.com/?p=625#comment-1517</guid>
		<description>Well, you provided a useful notice there.
Didn&#039;t give any thought about the image&#039;s description, actually.

Thanks for the notice.</description>
		<content:encoded><![CDATA[<p>Well, you provided a useful notice there.<br />
Didn&#8217;t give any thought about the image&#8217;s description, actually.</p>
<p>Thanks for the notice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://nichpakaich.com/how-to/full-size-image-in-wordpress-default-gallery/comment-page-1#comment-1516</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Thu, 24 Feb 2011 00:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://nichpakaich.com/?p=625#comment-1516</guid>
		<description>Thank you!
Notice: it&#039;s better to not replace the_content() with your code, just add code before the_content() because the_content() displays image&#039;s description.</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
Notice: it&#8217;s better to not replace the_content() with your code, just add code before the_content() because the_content() displays image&#8217;s description.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://nichpakaich.com/how-to/full-size-image-in-wordpress-default-gallery/comment-page-1#comment-1362</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 17 Jul 2010 00:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://nichpakaich.com/?p=625#comment-1362</guid>
		<description>Excellent. Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

