<?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: Easier And Better Solutions To Get Pictures On Your Posts</title>
	<atom:link href="http://wpengineer.com/easier-better-solutions-to-get-pictures-on-your-posts/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/easier-better-solutions-to-get-pictures-on-your-posts/</link>
	<description>WordPress News, Hacks, Tipps, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Tue, 16 Mar 2010 19:23:36 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jazz</title>
		<link>http://wpengineer.com/easier-better-solutions-to-get-pictures-on-your-posts/#comment-3704</link>
		<dc:creator>Jazz</dc:creator>
		<pubDate>Sun, 14 Mar 2010 21:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1735#comment-3704</guid>
		<description>This is great post! 

Unfortunately, I can&#039;t really get this technique to work.

I am using Wp2.8 and for some reason when examining the data in the wp_posts table...Post_type=&#039;post&#039; and the post_mime_type is blank..even when I attach from the media gallery or upload.

I gather this is the reason why get_children will sometimes not retrieve a image, even though there is one in the post.

I also examined the wp_postmeta table as well and also the meta_key did not have a &quot;_wp_attachment_&quot; and there was not a reference to the image in the meta_value column either. 

Do you have any ideas as to why this is happening to me?</description>
		<content:encoded><![CDATA[<p>This is great post! </p>
<p>Unfortunately, I can't really get this technique to work.</p>
<p>I am using Wp2.8 and for some reason when examining the data in the wp_posts table...Post_type='post' and the post_mime_type is blank..even when I attach from the media gallery or upload.</p>
<p>I gather this is the reason why get_children will sometimes not retrieve a image, even though there is one in the post.</p>
<p>I also examined the wp_postmeta table as well and also the meta_key did not have a "_wp_attachment_" and there was not a reference to the image in the meta_value column either. </p>
<p>Do you have any ideas as to why this is happening to me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Steenhuysen</title>
		<link>http://wpengineer.com/easier-better-solutions-to-get-pictures-on-your-posts/#comment-3486</link>
		<dc:creator>Tom Steenhuysen</dc:creator>
		<pubDate>Fri, 12 Feb 2010 06:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1735#comment-3486</guid>
		<description>This is the first explanation with code samples that has made the most sense to me, works and is complete!
Thank you so much!
Tom</description>
		<content:encoded><![CDATA[<p>This is the first explanation with code samples that has made the most sense to me, works and is complete!<br />
Thank you so much!<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Octav</title>
		<link>http://wpengineer.com/easier-better-solutions-to-get-pictures-on-your-posts/#comment-1953</link>
		<dc:creator>Octav</dc:creator>
		<pubDate>Thu, 05 Nov 2009 09:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1735#comment-1953</guid>
		<description>@Alex: Thanks for the advice.</description>
		<content:encoded><![CDATA[<p>@Alex: Thanks for the advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://wpengineer.com/easier-better-solutions-to-get-pictures-on-your-posts/#comment-1941</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 03 Nov 2009 20:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1735#comment-1941</guid>
		<description>This is not so easy to accomplish, you probably should try out the attachment  plugin. Maybe this is the solution you are looking for:

http://wordpress.org/extend/plugins/attachments/</description>
		<content:encoded><![CDATA[<p>This is not so easy to accomplish, you probably should try out the attachment  plugin. Maybe this is the solution you are looking for:</p>
<p><a href="http://wordpress.org/extend/plugins/attachments/" rel="nofollow" class="liwp">http://wordpress.org/extend/plugins/attachments/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Octav</title>
		<link>http://wpengineer.com/easier-better-solutions-to-get-pictures-on-your-posts/#comment-1937</link>
		<dc:creator>Octav</dc:creator>
		<pubDate>Sun, 01 Nov 2009 06:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1735#comment-1937</guid>
		<description>But how about uploading an image and auto-assigning it to a key from custom fields? Wanted to code a plugin by myself, but had some problems with the wp-uploader...</description>
		<content:encoded><![CDATA[<p>But how about uploading an image and auto-assigning it to a key from custom fields? Wanted to code a plugin by myself, but had some problems with the wp-uploader...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://wpengineer.com/easier-better-solutions-to-get-pictures-on-your-posts/#comment-1935</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Sat, 31 Oct 2009 04:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1735#comment-1935</guid>
		<description>A few months ago I released my &lt;a href=&quot;http://mekosh.org/projects/ordered-thumbnails&quot; rel=&quot;nofollow&quot;&gt;Ordered Thumbnails&lt;/a&gt; plugin which does a lot of what is described here, in that it will automatically pull the thumbnail for the first image in a post (for when you don&#039;t want to have the full post displayed) and allow you to choose the image you want to appear by sorting the images in the gallery.

I&#039;m working on a new version of the plugin and incorporating the images&#039; meta data seems to be a logical next step. Keep up the good work here!</description>
		<content:encoded><![CDATA[<p>A few months ago I released my <a href="http://mekosh.org/projects/ordered-thumbnails" rel="nofollow" class="liexternal">Ordered Thumbnails</a> plugin which does a lot of what is described here, in that it will automatically pull the thumbnail for the first image in a post (for when you don't want to have the full post displayed) and allow you to choose the image you want to appear by sorting the images in the gallery.</p>
<p>I'm working on a new version of the plugin and incorporating the images' meta data seems to be a logical next step. Keep up the good work here!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basti</title>
		<link>http://wpengineer.com/easier-better-solutions-to-get-pictures-on-your-posts/#comment-1934</link>
		<dc:creator>Basti</dc:creator>
		<pubDate>Fri, 30 Oct 2009 18:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1735#comment-1934</guid>
		<description>Thanks again.

The thing with stripping out the  tags was something, I thought about.

Now, after reading your comment twice, I finally got it. Upload must happen in the &quot;Edit Post&quot; panel in order to get the image attached to the post. - Not in the Media Library, because that won&#039;t link the attachment to the post.

The editor could - as you told - change the order in the gallery to get control of what image is used for the post thumbnail in an archive etc. He also can decide himself, if the image should be presented in the content.

That&#039;s a really interesting approach and makes the use of custom fields needless in many cases.</description>
		<content:encoded><![CDATA[<p>Thanks again.</p>
<p>The thing with stripping out the  tags was something, I thought about.</p>
<p>Now, after reading your comment twice, I finally got it. Upload must happen in the "Edit Post" panel in order to get the image attached to the post. - Not in the Media Library, because that won't link the attachment to the post.</p>
<p>The editor could - as you told - change the order in the gallery to get control of what image is used for the post thumbnail in an archive etc. He also can decide himself, if the image should be presented in the content.</p>
<p>That's a really interesting approach and makes the use of custom fields needless in many cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://wpengineer.com/easier-better-solutions-to-get-pictures-on-your-posts/#comment-1933</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 30 Oct 2009 10:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1735#comment-1933</guid>
		<description>@Basti: thanks, Feedburner has problems and the post was not in the feed :( Most people read aur blog on the feed and not on this site.

the_content() listed all images in the post, you must added in the editor. You can upload over the backend of WordPress, include not in the post editor and include via template with the functions on this post. The second way ist, you exclude the images with regxp from the content. Please see &lt;a href=&quot;http://www.scriptygoddess.com/archives/2009/10/27/striping-img-tags-from-the_content-in-wordpress-and-how-to-fudge-page-excerpts/&quot; rel=&quot;nofollow&quot;&gt;this post&lt;/a&gt; for a solution.</description>
		<content:encoded><![CDATA[<p>@Basti: thanks, Feedburner has problems and the post was not in the feed <img src='http://wpengineer.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Most people read aur blog on the feed and not on this site.</p>
<p>the_content() listed all images in the post, you must added in the editor. You can upload over the backend of WordPress, include not in the post editor and include via template with the functions on this post. The second way ist, you exclude the images with regxp from the content. Please see <a href="http://www.scriptygoddess.com/archives/2009/10/27/striping-img-tags-from-the_content-in-wordpress-and-how-to-fudge-page-excerpts/" rel="nofollow" class="liexternal">this post</a> for a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basti</title>
		<link>http://wpengineer.com/easier-better-solutions-to-get-pictures-on-your-posts/#comment-1927</link>
		<dc:creator>Basti</dc:creator>
		<pubDate>Thu, 29 Oct 2009 14:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1735#comment-1927</guid>
		<description>Yess. Great post, again.

I wonder why there are not more comments - this has become an extreme important issue (i think not only for me.).

Now I understand how to access a post image anywhere in any size. I was always searching for a way to insert some images in different sizes for the homepage, post page, etc. Until now, I&#039;ve done this via custom fields and uploading the image into a FTP-Folder.

Is there a way to &quot;disconnect&quot; the image from the text? I mean, it&#039;s really difficult to layout an image e.g. on the left side and the text on the right side with the tools given by wordpress.
You could do this with the &quot;more&quot; - Tag, as seen in many templates.

My &quot;dream-workflow&quot; would be uploading an image with the WP-uploader that is then linked to the post, but not forced to be displayed when I use &quot;the_content();&quot;.
This would give me simply more control about where the image is displayed.

I could filter out the  tags in the content, but this would cause some other problems, if I did want to display an image in some posts...

Any idea is greatly appreciated, I think this is really close to that what I like to achieve.</description>
		<content:encoded><![CDATA[<p>Yess. Great post, again.</p>
<p>I wonder why there are not more comments - this has become an extreme important issue (i think not only for me.).</p>
<p>Now I understand how to access a post image anywhere in any size. I was always searching for a way to insert some images in different sizes for the homepage, post page, etc. Until now, I've done this via custom fields and uploading the image into a FTP-Folder.</p>
<p>Is there a way to "disconnect" the image from the text? I mean, it's really difficult to layout an image e.g. on the left side and the text on the right side with the tools given by wordpress.<br />
You could do this with the "more" - Tag, as seen in many templates.</p>
<p>My "dream-workflow" would be uploading an image with the WP-uploader that is then linked to the post, but not forced to be displayed when I use "the_content();".<br />
This would give me simply more control about where the image is displayed.</p>
<p>I could filter out the  tags in the content, but this would cause some other problems, if I did want to display an image in some posts...</p>
<p>Any idea is greatly appreciated, I think this is really close to that what I like to achieve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keiy</title>
		<link>http://wpengineer.com/easier-better-solutions-to-get-pictures-on-your-posts/#comment-1915</link>
		<dc:creator>Keiy</dc:creator>
		<pubDate>Mon, 26 Oct 2009 01:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1735#comment-1915</guid>
		<description>This post is surely needed to be read by me, I&#039;ve bookmarked it. Thanks Frank for this comprehensive tutorial.</description>
		<content:encoded><![CDATA[<p>This post is surely needed to be read by me, I've bookmarked it. Thanks Frank for this comprehensive tutorial.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
