<?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: Mixing Gallery and Blog Posts</title>
	<atom:link href="http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/</link>
	<description>Blog Themes, Blog Design &#38; Daily Blog Tips</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:16:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: nitgreen</title>
		<link>http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/#comment-358753</link>
		<dc:creator>nitgreen</dc:creator>
		<pubDate>Wed, 05 Jan 2011 12:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2251#comment-358753</guid>
		<description>Sarah, 
 
Brilliant post indeed! , 
 
Thank you for the work you have put into this post, 
 
It helps clear up some questions I will bookmark your blog because your posts are very informative 
 
Keep up the good luck !  </description>
		<content:encoded><![CDATA[<p>Sarah, </p>
<p>Brilliant post indeed! , </p>
<p>Thank you for the work you have put into this post, </p>
<p>It helps clear up some questions I will bookmark your blog because your posts are very informative </p>
<p>Keep up the good luck !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: This week in kristarella — kristarella.com</title>
		<link>http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/#comment-300285</link>
		<dc:creator>This week in kristarella — kristarella.com</dc:creator>
		<pubDate>Tue, 09 Dec 2008 00:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2251#comment-300285</guid>
		<description>[...] (in the database). Including an image address for thumbnails. So I was doing a crazy mish-mash of thumbnail address retrieval and telling the blog to use that if the post date was before the import, otherwise just use the [...]</description>
		<content:encoded><![CDATA[<p>[...] (in the database). Including an image address for thumbnails. So I was doing a crazy mish-mash of thumbnail address retrieval and telling the blog to use that if the post date was before the import, otherwise just use the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/#comment-285588</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Wed, 19 Nov 2008 04:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2251#comment-285588</guid>
		<description>Glad to have helped kristerella :) </description>
		<content:encoded><![CDATA[<p>Glad to have helped kristerella <img src='http://www.bloggingtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kristarella</title>
		<link>http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/#comment-285250</link>
		<dc:creator>kristarella</dc:creator>
		<pubDate>Tue, 18 Nov 2008 20:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2251#comment-285250</guid>
		<description>Just wanted to say a big THANK YOU for these tutorials. Greatly appreciate them. 
 
I imported my photoblog from some other software, so the metadata for the photos isn&#039;t quite kosher for the old posts. 
 
I was able to get the size of the thumbs using 
&lt;code&gt;wp_get_attachment_image_src($post-&gt;ID, &#039;thumbnail&#039;, false)&lt;/code&gt; 
Which outputs an array containing the image file URL [0], width [1], height [2]. That, in combination with your code to remove the extension and add the thumbnail dimensions to the filename works very nicely. </description>
		<content:encoded><![CDATA[<p>Just wanted to say a big THANK YOU for these tutorials. Greatly appreciate them.</p>
<p>I imported my photoblog from some other software, so the metadata for the photos isn&#39;t quite kosher for the old posts.</p>
<p>I was able to get the size of the thumbs using</p>
<p>&lt;code&gt;wp_get_attachment_image_src($post-&gt;ID, &#39;thumbnail&#39;, false)&lt;/code&gt;</p>
<p>Which outputs an array containing the image file URL [0], width [1], height [2]. That, in combination with your code to remove the extension and add the thumbnail dimensions to the filename works very nicely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 21 Thoughts&#187; Blog Archive &#187; Wordpress post excerpt with automatic thumbnail image (without custom fields)</title>
		<link>http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/#comment-265844</link>
		<dc:creator>21 Thoughts&#187; Blog Archive &#187; Wordpress post excerpt with automatic thumbnail image (without custom fields)</dc:creator>
		<pubDate>Tue, 21 Oct 2008 09:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2251#comment-265844</guid>
		<description>[...] Sarah wrote an excellent article showing how we can extract all the attachments to a post.  I modified [...]</description>
		<content:encoded><![CDATA[<p>[...] Sarah wrote an excellent article showing how we can extract all the attachments to a post.  I modified [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/#comment-247336</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sat, 20 Sep 2008 11:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2251#comment-247336</guid>
		<description>Hi Roger, sorry was away for a few days hence not replying sooner. Glad to see you found the code. &lt;a href=&quot;http://codex.wordpress.org/Function_Reference/get_children&quot; rel=&quot;nofollow&quot;&gt;get_children()&lt;/a&gt; has come about since 2.5 so is the best solution to use if you have multiple file types. 
 
In regards to the lightbox, it depends where you want the lightbox. If you want a gallery of thumbnails and you want the lightbox on those then you&#039;d have to run the output through a string replacement or preg_replace() function to insert a rel=&quot;gallery&quot; type attribute in each link. Probably search for &#039;&lt;a href&#039; and replace it with &#039;&lt;a rel=&quot;value&quot; href&#039; would work. It&#039;s not something I&#039;ve tried as my own WP driven gallery is set up to have the individual page for each large image plus its description and EXIF data, plus comments. 
 
However the str_replace() should work easily enough if you&#039;re at all familiar with a bit of basic PHP. Glad to hear you&#039;re digging into WordPress, it&#039;s not so bad once you&#039;ve got your head into the Codex! :) </description>
		<content:encoded><![CDATA[<p>Hi Roger, sorry was away for a few days hence not replying sooner. Glad to see you found the code. <a href="http://codex.wordpress.org/Function_Reference/get_children" rel="nofollow">get_children()</a> has come about since 2.5 so is the best solution to use if you have multiple file types.</p>
<p>In regards to the lightbox, it depends where you want the lightbox. If you want a gallery of thumbnails and you want the lightbox on those then you&#39;d have to run the output through a string replacement or preg_replace() function to insert a rel=&quot;gallery&quot; type attribute in each link. Probably search for &#39;&lt;a href&#39; and replace it with &#39;&lt;a rel=&quot;value&quot; href&#39; would work. It&#39;s not something I&#39;ve tried as my own WP driven gallery is set up to have the individual page for each large image plus its description and EXIF data, plus comments.</p>
<p>However the str_replace() should work easily enough if you&#39;re at all familiar with a bit of basic PHP. Glad to hear you&#39;re digging into WordPress, it&#39;s not so bad once you&#39;ve got your head into the Codex! <img src='http://www.bloggingtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Coathup</title>
		<link>http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/#comment-247244</link>
		<dc:creator>Roger Coathup</dc:creator>
		<pubDate>Sat, 20 Sep 2008 08:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2251#comment-247244</guid>
		<description>Hi Sarah, 
 
after a bit of searching, I came across get_children(), where you can specify attachment type. 
 
The code: 
 
$images =&amp; get_children( &#039;post_type=attachment&amp;post_mime_type=image&#039; ); 
 
might be a tighter way of getting your image list from the post. 
 
Cheers, 
Roger 
 
p.s. you&#039;ve got me digging a lot deeper into WP than I would have done otherwise (your post was a bit of a &#039;eureka moment&#039; for me) </description>
		<content:encoded><![CDATA[<p>Hi Sarah,</p>
<p>after a bit of searching, I came across get_children(), where you can specify attachment type.</p>
<p>The code:</p>
<p>$images =&amp; get_children( &#39;post_type=attachment&amp;post_mime_type=image&#39; );</p>
<p>might be a tighter way of getting your image list from the post.</p>
<p>Cheers,</p>
<p>Roger</p>
<p>p.s. you&#39;ve got me digging a lot deeper into WP than I would have done otherwise (your post was a bit of a &#39;eureka moment&#39; for me)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Coathup</title>
		<link>http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/#comment-245557</link>
		<dc:creator>Roger Coathup</dc:creator>
		<pubDate>Thu, 18 Sep 2008 11:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2251#comment-245557</guid>
		<description>Hi Sarah, 
 
thanks, this should be really useful in a magazine site I&#039;m developing for a client. 
 
How would the code cope if the attachments include pdf files as well as images?  Is there anyway to distinguish between attachment types? 
 
I&#039;m planning to integrate your code ideas with a script that automatically resizes images on the fly (I need more sizes than the thumbnail, medium and full defaults).  I&#039;ll let you know how that goes. 
 
A further question: is it simple to integrate lightbox?  i.e. so that clicking on images displayed using the gallery shortcode, are rendered in lightbox. 
 
Thanks, 
Roger </description>
		<content:encoded><![CDATA[<p>Hi Sarah,</p>
<p>thanks, this should be really useful in a magazine site I&#39;m developing for a client.</p>
<p>How would the code cope if the attachments include pdf files as well as images?  Is there anyway to distinguish between attachment types?</p>
<p>I&#39;m planning to integrate your code ideas with a script that automatically resizes images on the fly (I need more sizes than the thumbnail, medium and full defaults).  I&#39;ll let you know how that goes.</p>
<p>A further question: is it simple to integrate lightbox?  i.e. so that clicking on images displayed using the gallery shortcode, are rendered in lightbox.</p>
<p>Thanks,</p>
<p>Roger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/#comment-225384</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Tue, 12 Aug 2008 21:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2251#comment-225384</guid>
		<description>Okay, so if your photo is always in the daily image category then in your sidebar you can use the following code:

&lt;code&gt;if (is_single()) :
global $post;
$categories = get_the_category();
$catID = $categories[0]-&gt;cat_ID;

if ($catID == X) : // where X is the ID of your daily image category
$args = array(
&#039;post_type&#039; =&gt; &#039;attachment&#039;,
&#039;numberposts&#039; =&gt; -1,
&#039;post_status&#039; =&gt; null,
&#039;post_parent&#039; =&gt; $post-&gt;ID
); 
$attachments = get_posts($args);

if ($attachments) {
foreach ($attachments as $attachment) {
$imgid = $attachment-&gt;ID;
$meta = wp_get_attachment_metadata($imgid);
// output your EXIF here for each photo
}
}
endif;
endif;
&lt;/code&gt;

To break it down, first it checks if you&#039;re on a single post page. If so then it sets up the $post details to be used and gets the category of the post. Then it checks if the category is the correct ID, if so it gets all attachments for that post and loops through each one and sets up the $meta variable for use to access the EXIF data, which you can then add in yourself using the info I&#039;ve listed.

Hopefully that will do what you need? Let me know how it goes :)</description>
		<content:encoded><![CDATA[<p>Okay, so if your photo is always in the daily image category then in your sidebar you can use the following code:</p>
<p><code>if (is_single()) :<br />
global $post;<br />
$categories = get_the_category();<br />
$catID = $categories[0]-&gt;cat_ID;</p>
<p>if ($catID == X) : // where X is the ID of your daily image category<br />
$args = array(<br />
'post_type' =&gt; 'attachment',<br />
'numberposts' =&gt; -1,<br />
'post_status' =&gt; null,<br />
'post_parent' =&gt; $post-&gt;ID<br />
);<br />
$attachments = get_posts($args);</p>
<p>if ($attachments) {<br />
foreach ($attachments as $attachment) {<br />
$imgid = $attachment-&gt;ID;<br />
$meta = wp_get_attachment_metadata($imgid);<br />
// output your EXIF here for each photo<br />
}<br />
}<br />
endif;<br />
endif;<br />
</code></p>
<p>To break it down, first it checks if you&#8217;re on a single post page. If so then it sets up the $post details to be used and gets the category of the post. Then it checks if the category is the correct ID, if so it gets all attachments for that post and loops through each one and sets up the $meta variable for use to access the EXIF data, which you can then add in yourself using the info I&#8217;ve listed.</p>
<p>Hopefully that will do what you need? Let me know how it goes <img src='http://www.bloggingtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant H</title>
		<link>http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/#comment-225305</link>
		<dc:creator>Grant H</dc:creator>
		<pubDate>Tue, 12 Aug 2008 14:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2251#comment-225305</guid>
		<description>Sarah, I really appreciate your reply! 
 
I guess yesterday I didn&#039;t quite explain myself in enough detail, as re-reading what I put, I seemed to confuse myself! What you described (making 1 category solely for front-page images and excluding it from the initial blog roll) I&#039;m already doing! 
 
After much deliberation, I&#039;ve decided to use my &#039;front&#039; page area seperately from my blog, and employed PixelPost to power that side. As messy as it is, it seems to allow me to keep all areas of my website seperate, and that benefits me mentally, more than anything. 
 
This theming business, and php endif() zero 1, 2 DEATH - It&#039;s just sooo much to grasp. I really, really appreciate your articles - they&#039;ve helped me no end :D 
 
Thanks again Sarah, 
 
Grant. </description>
		<content:encoded><![CDATA[<p>Sarah, I really appreciate your reply!</p>
<p>I guess yesterday I didn&#39;t quite explain myself in enough detail, as re-reading what I put, I seemed to confuse myself! What you described (making 1 category solely for front-page images and excluding it from the initial blog roll) I&#39;m already doing!</p>
<p>After much deliberation, I&#39;ve decided to use my &#39;front&#39; page area seperately from my blog, and employed PixelPost to power that side. As messy as it is, it seems to allow me to keep all areas of my website seperate, and that benefits me mentally, more than anything.</p>
<p>This theming business, and php endif() zero 1, 2 DEATH &#8211; It&#39;s just sooo much to grasp. I really, really appreciate your articles &#8211; they&#39;ve helped me no end <img src='http://www.bloggingtips.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Thanks again Sarah,</p>
<p>Grant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/#comment-225299</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Tue, 12 Aug 2008 13:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2251#comment-225299</guid>
		<description>Hi Grant, 
 
Okay, answer to your first question. If the post is in a specific category then you can use the in_category() function to check if the post is in that category, if it is then grab the attachment IDs associated with that post and make them global (eg. in an array) and then you can access that in your sidebar and grab the details you need. However if you have more than a couple of photos your sidebar will become quite long. 
 
If the post isn&#039;t in a specific category but it does contain an image then it&#039;s a bit tricker. It is possible but with this being your first week of coding and second week of WordPress I don&#039;t want to baffle you (although I&#039;ve probably already done that!). To be honest, the easiest solution would be to create a new category that you always mark off when you&#039;ve got a photo in your post, then use the solution above. You don&#039;t have to show this category on the front end as you can exclude it from the wp_list_categories() function (see my earlier post on how to do that). That would be the easiest option and probably the one I&#039;d use. 
 
For your second question, if I&#039;ve got this right, you essentially want your front page to randomly display a daily image and then you have next and previous to the next and previous images in the daily image category? (by the way your link didn&#039;t work for me). You may need to set your front page to use that specific category as the front page, then use query_posts() to make it retrieve a random post (use orderby=rand or something similar) and set the number of posts to 1. Then theoretically your next and previous links will automatically display the next and previous posts in that category. It&#039;s not something I&#039;ve tried though. 
 
Easiest option is to try putting those into practice and then if you only get so far (so it doesn&#039;t work as hoped), post up in the blogging tips forums with your code plus working links, and I can take a better look and see what may need altering. 
 
Hopefully that makes sense! </description>
		<content:encoded><![CDATA[<p>Hi Grant,</p>
<p>Okay, answer to your first question. If the post is in a specific category then you can use the in_category() function to check if the post is in that category, if it is then grab the attachment IDs associated with that post and make them global (eg. in an array) and then you can access that in your sidebar and grab the details you need. However if you have more than a couple of photos your sidebar will become quite long.</p>
<p>If the post isn&#39;t in a specific category but it does contain an image then it&#39;s a bit tricker. It is possible but with this being your first week of coding and second week of WordPress I don&#39;t want to baffle you (although I&#39;ve probably already done that!). To be honest, the easiest solution would be to create a new category that you always mark off when you&#39;ve got a photo in your post, then use the solution above. You don&#39;t have to show this category on the front end as you can exclude it from the wp_list_categories() function (see my earlier post on how to do that). That would be the easiest option and probably the one I&#39;d use.</p>
<p>For your second question, if I&#39;ve got this right, you essentially want your front page to randomly display a daily image and then you have next and previous to the next and previous images in the daily image category? (by the way your link didn&#39;t work for me). You may need to set your front page to use that specific category as the front page, then use query_posts() to make it retrieve a random post (use orderby=rand or something similar) and set the number of posts to 1. Then theoretically your next and previous links will automatically display the next and previous posts in that category. It&#39;s not something I&#39;ve tried though.</p>
<p>Easiest option is to try putting those into practice and then if you only get so far (so it doesn&#39;t work as hoped), post up in the blogging tips forums with your code plus working links, and I can take a better look and see what may need altering.</p>
<p>Hopefully that makes sense!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant H</title>
		<link>http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/#comment-224902</link>
		<dc:creator>Grant H</dc:creator>
		<pubDate>Mon, 11 Aug 2008 17:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2251#comment-224902</guid>
		<description>Hello again Sarah.

Your posts have been the closest thing to me getting my Blog just how I&#039;d like it, but I&#039;m in a bit of a pickle in terms of how to overcome my next hurdle. There are 2 things I&#039;m trying to do at the moment, and I&#039;m finding it nigh on impossible to solve them.

Firstly, I&#039;m wanting to have a conditional sidebar that displays the EXIF information ONLY if the post includes a photograph (or, in an easier case, if the post resides in the &#039;Daily Image category) Currently the EXIF post you made helps me when viewing the &#039;attachment&#039; page, but not a single post.

I&#039;ve been thinking that what I need to do, is create a variable that retrieves any attachement id&#039;s in the post, and wrap that in a conditional piece of code that only displays it if it&#039;s in a certain category. If you take a look at http://photogrant.co.uk/blog/?p=82 and see the difference between that (and then click on the image that links to its attachment page) - you&#039;ll notice the first only displays the fact I wrote the article, and where I&#039;ve placed it, but not the exif information of the photograph I uploaded.

Secondly, and I&#039;d hate to burden you with another problem - I&#039;ve got this image displaying on my own home page, that utilises the &#039;loop&#039; in that I&#039;m filtering the content to display 1 picture on the home page, and nothing else. What I&#039;m trying to implement, is a way to click a link, and have the previous post in that category displayed instead. Now, the way in which it&#039;s done at the moment, the previous_post_link goes to the blog area, and the single_post that&#039;s chronologically previous to the one on the home page.  I&#039;m trying to keep within the confines of index.php and have that display the previous post. instead of linking elsewhere? Is that possible? The idea is here http://www.photogrant.co.uk/index.php

I&#039;m sorry if all of the above made no sense at all. I&#039;ve only had wordpress for 2 weeks, and coded only for 1, I&#039;m trying to pick up the lingo and the likes as fast as I can!

Much appreciated,
Grant.</description>
		<content:encoded><![CDATA[<p>Hello again Sarah.</p>
<p>Your posts have been the closest thing to me getting my Blog just how I&#8217;d like it, but I&#8217;m in a bit of a pickle in terms of how to overcome my next hurdle. There are 2 things I&#8217;m trying to do at the moment, and I&#8217;m finding it nigh on impossible to solve them.</p>
<p>Firstly, I&#8217;m wanting to have a conditional sidebar that displays the EXIF information ONLY if the post includes a photograph (or, in an easier case, if the post resides in the &#8216;Daily Image category) Currently the EXIF post you made helps me when viewing the &#8216;attachment&#8217; page, but not a single post.</p>
<p>I&#8217;ve been thinking that what I need to do, is create a variable that retrieves any attachement id&#8217;s in the post, and wrap that in a conditional piece of code that only displays it if it&#8217;s in a certain category. If you take a look at <a href="http://photogrant.co.uk/blog/?p=82" rel="nofollow">http://photogrant.co.uk/blog/?p=82</a> and see the difference between that (and then click on the image that links to its attachment page) &#8211; you&#8217;ll notice the first only displays the fact I wrote the article, and where I&#8217;ve placed it, but not the exif information of the photograph I uploaded.</p>
<p>Secondly, and I&#8217;d hate to burden you with another problem &#8211; I&#8217;ve got this image displaying on my own home page, that utilises the &#8216;loop&#8217; in that I&#8217;m filtering the content to display 1 picture on the home page, and nothing else. What I&#8217;m trying to implement, is a way to click a link, and have the previous post in that category displayed instead. Now, the way in which it&#8217;s done at the moment, the previous_post_link goes to the blog area, and the single_post that&#8217;s chronologically previous to the one on the home page.  I&#8217;m trying to keep within the confines of index.php and have that display the previous post. instead of linking elsewhere? Is that possible? The idea is here <a href="http://www.photogrant.co.uk/index.php" rel="nofollow">http://www.photogrant.co.uk/index.php</a></p>
<p>I&#8217;m sorry if all of the above made no sense at all. I&#8217;ve only had wordpress for 2 weeks, and coded only for 1, I&#8217;m trying to pick up the lingo and the likes as fast as I can!</p>
<p>Much appreciated,<br />
Grant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress gallery &#124; The Funk House</title>
		<link>http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/#comment-222107</link>
		<dc:creator>Wordpress gallery &#124; The Funk House</dc:creator>
		<pubDate>Tue, 05 Aug 2008 15:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2251#comment-222107</guid>
		<description>[...] reading Sarah&#8217;s posts on the Wordpress gallery I thought I would have a go at using it on a [...]</description>
		<content:encoded><![CDATA[<p>[...] reading Sarah&#8217;s posts on the WordPress gallery I thought I would have a go at using it on a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/#comment-221578</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Mon, 04 Aug 2008 10:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2251#comment-221578</guid>
		<description>Ah yes. Okay, assuming you have a Galleries Page then your galleries are child pages of this page then use get_posts() to create a loop on that page getting all the child pages, and then go from there using the code above. :) </description>
		<content:encoded><![CDATA[<p>Ah yes. Okay, assuming you have a Galleries Page then your galleries are child pages of this page then use get_posts() to create a loop on that page getting all the child pages, and then go from there using the code above. <img src='http://www.bloggingtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slee</title>
		<link>http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/#comment-221569</link>
		<dc:creator>slee</dc:creator>
		<pubDate>Mon, 04 Aug 2008 10:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2251#comment-221569</guid>
		<description>sorry should of been more clear :P 
 
what i want to do is to have the gallery main page list out the galleries so from what you have said i just make a page template and use the loop and make it get the child pages of the page it is on </description>
		<content:encoded><![CDATA[<p>sorry should of been more clear <img src='http://www.bloggingtips.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>what i want to do is to have the gallery main page list out the galleries so from what you have said i just make a page template and use the loop and make it get the child pages of the page it is on</p>
]]></content:encoded>
	</item>
</channel>
</rss>

