<?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: Make the WordPress attachment page display full image</title>
	<atom:link href="http://codegrad.hub.ph/make-the-wordpress-attachment-page-display-full-image/feed/" rel="self" type="application/rss+xml" />
	<link>http://codegrad.hub.ph/make-the-wordpress-attachment-page-display-full-image/</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 11:45:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Greten</title>
		<link>http://codegrad.hub.ph/make-the-wordpress-attachment-page-display-full-image/#comment-22019</link>
		<dc:creator>Greten</dc:creator>
		<pubDate>Sat, 25 Jun 2011 07:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://codegrad.hub.ph/?p=1175#comment-22019</guid>
		<description>Hi Ross

A solution that modifies only the theme files and not the core files is always much better and I am constantly looking for solutions to replace those that involved modification of core files.

I checked the template hierarchy but there is no image.php in it.</description>
		<content:encoded><![CDATA[<p>Hi Ross</p>
<p>A solution that modifies only the theme files and not the core files is always much better and I am constantly looking for solutions to replace those that involved modification of core files.</p>
<p>I checked the template hierarchy but there is no image.php in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://codegrad.hub.ph/make-the-wordpress-attachment-page-display-full-image/#comment-21674</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Tue, 31 May 2011 07:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://codegrad.hub.ph/?p=1175#comment-21674</guid>
		<description>In fact, this can easily be &quot;fixed&quot; with a theme file. And that should also be the preferred way, rather than messing with core files that get overwritten at each update.

All you need to do is create a file image.php according to the template hierarchy:
http://codex.wordpress.org/images/1/18/Template_Hierarchy.png
You can do that by simply copying single.php which most likely is currently used to render the attachment page. Now edit that copy to have full control over how you would like to display your images. To accomplish both no link and full-size images, insert
echo wp_get_attachment_image(get_the_ID(), &#039;full&#039;);
wherever you want it to appear.</description>
		<content:encoded><![CDATA[<p>In fact, this can easily be &#8220;fixed&#8221; with a theme file. And that should also be the preferred way, rather than messing with core files that get overwritten at each update.</p>
<p>All you need to do is create a file image.php according to the template hierarchy:<br />
<a class="outside" href="http://codex.wordpress.org/images/1/18/Template_Hierarchy.png" rel="nofollow">http://codex.wordpress.org/images/1/18/Template_Hierarchy.png</a><br />
You can do that by simply copying single.php which most likely is currently used to render the attachment page. Now edit that copy to have full control over how you would like to display your images. To accomplish both no link and full-size images, insert<br />
echo wp_get_attachment_image(get_the_ID(), &#8216;full&#8217;);<br />
wherever you want it to appear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greten</title>
		<link>http://codegrad.hub.ph/make-the-wordpress-attachment-page-display-full-image/#comment-17209</link>
		<dc:creator>Greten</dc:creator>
		<pubDate>Sun, 08 Aug 2010 04:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://codegrad.hub.ph/?p=1175#comment-17209</guid>
		<description>You&#039;re welcome =)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blain Reinkensmeyer</title>
		<link>http://codegrad.hub.ph/make-the-wordpress-attachment-page-display-full-image/#comment-17087</link>
		<dc:creator>Blain Reinkensmeyer</dc:creator>
		<pubDate>Tue, 03 Aug 2010 02:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://codegrad.hub.ph/?p=1175#comment-17087</guid>
		<description>You have no idea how long I have been looking for this simple fix for my blog... In fact, just so you know it has been over a YEAR. Ive had several coders look at this and they messed with the theme thinking it was one of the theme files. Yet it was so simple as a WordPress file. 

THANK YOU for posting this fix!!!!!!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>You have no idea how long I have been looking for this simple fix for my blog&#8230; In fact, just so you know it has been over a YEAR. Ive had several coders look at this and they messed with the theme thinking it was one of the theme files. Yet it was so simple as a WordPress file. </p>
<p>THANK YOU for posting this fix!!!!!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

