<?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: Galleries in WordPress 2.5</title>
	<atom:link href="http://alastairc.ac/2008/04/galleries-in-wordpress-25/feed/" rel="self" type="application/rss+xml" />
	<link>http://alastairc.ac/2008/04/galleries-in-wordpress-25/</link>
	<description>Kything web interactions</description>
	<lastBuildDate>Fri, 13 Apr 2012 05:33:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Webstractions</title>
		<link>http://alastairc.ac/2008/04/galleries-in-wordpress-25/comment-page-1/#comment-100038</link>
		<dc:creator>Webstractions</dc:creator>
		<pubDate>Fri, 17 Oct 2008 15:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/?p=283#comment-100038</guid>
		<description>&lt;em&gt;&quot;I can’t try it right now, but I guess that I just drop that function into the functions.php file in the theme and edit it from there?&quot;&lt;/em&gt;

Yes, copy the whole function, including the function name/parameters/curlybraces, and paste it in the functions.php file in your theme subdirectory. 

Any WP core function name found there will over-ride that core function. You can also add your own user-functions there, as Chris&#039; article explains. It is really pretty nifty and easy to use.</description>
		<content:encoded><![CDATA[<p><em>&#8220;I can’t try it right now, but I guess that I just drop that function into the functions.php file in the theme and edit it from there?&#8221;</em></p>
<p>Yes, copy the whole function, including the function name/parameters/curlybraces, and paste it in the functions.php file in your theme subdirectory. </p>
<p>Any WP core function name found there will over-ride that core function. You can also add your own user-functions there, as Chris&#8217; article explains. It is really pretty nifty and easy to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webstractions</title>
		<link>http://alastairc.ac/2008/04/galleries-in-wordpress-25/comment-page-1/#comment-100037</link>
		<dc:creator>Webstractions</dc:creator>
		<pubDate>Fri, 17 Oct 2008 15:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/?p=283#comment-100037</guid>
		<description>Forgot to add a couple of dynamite articles on what you can do with functions.php:

Chris Pearson&#039;s &lt;a href=&quot;http://www.pearsonified.com/2008/05/how-to-use-wordpress-functions.php&quot; rel=&quot;nofollow&quot;&gt;How You Can Use WordPress Functions to Run a Smarter Blog&lt;/a&gt;

i.Farang&#039;s &lt;a href=&quot;http://www.flowdrops.com/2008/07/30/wordpress-themes-functions-php/&quot; rel=&quot;nofollow&quot;&gt;Wordpress Themes and the functions.php file&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Forgot to add a couple of dynamite articles on what you can do with functions.php:</p>
<p>Chris Pearson&#8217;s <a href="http://www.pearsonified.com/2008/05/how-to-use-wordpress-functions.php" rel="nofollow">How You Can Use WordPress Functions to Run a Smarter Blog</a></p>
<p>i.Farang&#8217;s <a href="http://www.flowdrops.com/2008/07/30/wordpress-themes-functions-php/" rel="nofollow">WordPress Themes and the functions.php file</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlastairC</title>
		<link>http://alastairc.ac/2008/04/galleries-in-wordpress-25/comment-page-1/#comment-100036</link>
		<dc:creator>AlastairC</dc:creator>
		<pubDate>Fri, 17 Oct 2008 15:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/?p=283#comment-100036</guid>
		<description>Thanks for that, I hadn&#039;t realised you could do that.

Is this the best documentation page?
http://codex.wordpress.org/Function_Reference</description>
		<content:encoded><![CDATA[<p>Thanks for that, I hadn&#8217;t realised you could do that.</p>
<p>Is this the best documentation page?<br />
<a href="http://codex.wordpress.org/Function_Reference" rel="nofollow">http://codex.wordpress.org/Function_Reference</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webstractions</title>
		<link>http://alastairc.ac/2008/04/galleries-in-wordpress-25/comment-page-1/#comment-100035</link>
		<dc:creator>Webstractions</dc:creator>
		<pubDate>Fri, 17 Oct 2008 15:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/?p=283#comment-100035</guid>
		<description>Alastair - First, thanks for all the work you are doing on the Gallery for WP. 

I just wanted to drop by and let you know that you don&#039;t have to create a plugin. You can over-ride the core function by copying it into the functions.php file for your theme. Then make your changes there.

If there is any function in the core that is &#039;not to your liking&#039;, then copy it and tweak it as you see fit. 


This method is good for creating themes with &#039;embedded&#039; plugin functionality.</description>
		<content:encoded><![CDATA[<p>Alastair &#8211; First, thanks for all the work you are doing on the Gallery for WP. </p>
<p>I just wanted to drop by and let you know that you don&#8217;t have to create a plugin. You can over-ride the core function by copying it into the functions.php file for your theme. Then make your changes there.</p>
<p>If there is any function in the core that is &#8216;not to your liking&#8217;, then copy it and tweak it as you see fit. </p>
<p>This method is good for creating themes with &#8216;embedded&#8217; plugin functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlastairC</title>
		<link>http://alastairc.ac/2008/04/galleries-in-wordpress-25/comment-page-1/#comment-52879</link>
		<dc:creator>AlastairC</dc:creator>
		<pubDate>Fri, 06 Jun 2008 22:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/?p=283#comment-52879</guid>
		<description>Webdiggr, it&#039;s not really an &#039;issue&#039;, it&#039;s not supposed to work like that.

Any gallery will link to the larger image (or a page for that), but putting a standard image in with a link should work.</description>
		<content:encoded><![CDATA[<p>Webdiggr, it&#8217;s not really an &#8216;issue&#8217;, it&#8217;s not supposed to work like that.</p>
<p>Any gallery will link to the larger image (or a page for that), but putting a standard image in with a link should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webdiggr</title>
		<link>http://alastairc.ac/2008/04/galleries-in-wordpress-25/comment-page-1/#comment-52848</link>
		<dc:creator>webdiggr</dc:creator>
		<pubDate>Fri, 06 Jun 2008 18:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/?p=283#comment-52848</guid>
		<description>I&#039;m trying to get an image in the gallery to link to another website, but when I save the URL in the gallery and then save the post, it doesn&#039;t work... It keeps linking the image to a Wordpress page with the bigger image, and this image in turn links to the image URL.  No matter how i&#039;ve tried to save it it won&#039;t work..

anyone have a fix for that issue?

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get an image in the gallery to link to another website, but when I save the URL in the gallery and then save the post, it doesn&#8217;t work&#8230; It keeps linking the image to a WordPress page with the bigger image, and this image in turn links to the image URL.  No matter how i&#8217;ve tried to save it it won&#8217;t work..</p>
<p>anyone have a fix for that issue?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlastairC</title>
		<link>http://alastairc.ac/2008/04/galleries-in-wordpress-25/comment-page-1/#comment-49506</link>
		<dc:creator>AlastairC</dc:creator>
		<pubDate>Sun, 18 May 2008 21:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/?p=283#comment-49506</guid>
		<description>Hi sldesigns,

I&#039;m afraid I couldn&#039;t work out the nesting on the short-tags function, which is why I didn&#039;t put captions underneath.

If you have a look at the bugs in the update, I&#039;ve specified what I would want, but can&#039;t code myself.

If you have a look you might be able to work it out, but it&#039;s not something I&#039;m going to maintain.</description>
		<content:encoded><![CDATA[<p>Hi sldesigns,</p>
<p>I&#8217;m afraid I couldn&#8217;t work out the nesting on the short-tags function, which is why I didn&#8217;t put captions underneath.</p>
<p>If you have a look at the bugs in the update, I&#8217;ve specified what I would want, but can&#8217;t code myself.</p>
<p>If you have a look you might be able to work it out, but it&#8217;s not something I&#8217;m going to maintain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://alastairc.ac/2008/04/galleries-in-wordpress-25/comment-page-1/#comment-49438</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sun, 18 May 2008 09:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/?p=283#comment-49438</guid>
		<description>There&#039;s a comment on Justin Tadlock&#039;s site from Matt Mullenweg saying that the gallery would be XHTML compatible by default in Version 2.6 :) Hopefully that also means they&#039;ll remove the tag soup too.

http://justintadlock.com/archives/2008/04/13/cleaner-wordpress-gallery-plugin#comment-4914</description>
		<content:encoded><![CDATA[<p>There&#8217;s a comment on Justin Tadlock&#8217;s site from Matt Mullenweg saying that the gallery would be XHTML compatible by default in Version 2.6 <img src='http://alastairc.ac/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Hopefully that also means they&#8217;ll remove the tag soup too.</p>
<p><a href="http://justintadlock.com/archives/2008/04/13/cleaner-wordpress-gallery-plugin#comment-4914" rel="nofollow">http://justintadlock.com/archives/2008/04/13/cleaner-wordpress-gallery-plugin#comment-4914</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sldesigns</title>
		<link>http://alastairc.ac/2008/04/galleries-in-wordpress-25/comment-page-1/#comment-49346</link>
		<dc:creator>sldesigns</dc:creator>
		<pubDate>Sat, 17 May 2008 20:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/?p=283#comment-49346</guid>
		<description>I&#039;m using the plugin, love the use lists instead of dl. For me it doesn&#039;t display a caption or title underneath, either on the gallery page or the link opener page. The alt tag is filled in. Have not made any changes to the plugin coding.

This also doesn&#039;t use the same page for opening a gallery item in a new page (I believe it is attachments in gallery default). Can I get this
to either: use the attachments page or display title, description, caption on a popup page.

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the plugin, love the use lists instead of dl. For me it doesn&#8217;t display a caption or title underneath, either on the gallery page or the link opener page. The alt tag is filled in. Have not made any changes to the plugin coding.</p>
<p>This also doesn&#8217;t use the same page for opening a gallery item in a new page (I believe it is attachments in gallery default). Can I get this<br />
to either: use the attachments page or display title, description, caption on a popup page.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlastairC</title>
		<link>http://alastairc.ac/2008/04/galleries-in-wordpress-25/comment-page-1/#comment-48575</link>
		<dc:creator>AlastairC</dc:creator>
		<pubDate>Tue, 13 May 2008 13:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/?p=283#comment-48575</guid>
		<description>Thanks Justin, and thanks for the info on alts - I only came across you&#039;re plugin just now and hadn&#039;t had a chance to try it yet.</description>
		<content:encoded><![CDATA[<p>Thanks Justin, and thanks for the info on alts &#8211; I only came across you&#8217;re plugin just now and hadn&#8217;t had a chance to try it yet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

