<?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: How to Render Your Own WordPress Photo Gallery</title>
	<atom:link href="http://shibashake.com/wordpress-theme/how-to-render-your-own-wordpress-photo-gallery/feed" rel="self" type="application/rss+xml" />
	<link>http://shibashake.com/wordpress-theme/how-to-render-your-own-wordpress-photo-gallery</link>
	<description>Dynamic WordPress Theme</description>
	<lastBuildDate>Tue, 15 May 2012 15:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: ShibaShake</title>
		<link>http://shibashake.com/wordpress-theme/how-to-render-your-own-wordpress-photo-gallery#comment-14227</link>
		<dc:creator>ShibaShake</dc:creator>
		<pubDate>Tue, 15 May 2012 14:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=3011#comment-14227</guid>
		<description>&lt;blockquote&gt;In your original example of how to render your own gallery you left out how to input your own HTML markup – thats the part Im hung up on at the moment &lt;/blockquote&gt;

You need to put all the HTML code into a PHP string, and then just return the string. 

Are you familiar with PHP? You will need some of that to get the syntax right and to put in the proper image variables at the right place. 

For a simple example, check out shiba-native.php or shiba-navlist.php in the Shiba Gallery plugin. 

The [gallery] syntax is a shortcode, so it may also be useful to check out the shortcode API on the WP codex-
http://codex.wordpress.org/Shortcode_API

Good luck!</description>
		<content:encoded><![CDATA[<blockquote><p>In your original example of how to render your own gallery you left out how to input your own HTML markup – thats the part Im hung up on at the moment </p></blockquote>
<p>You need to put all the HTML code into a PHP string, and then just return the string. </p>
<p>Are you familiar with PHP? You will need some of that to get the syntax right and to put in the proper image variables at the right place. </p>
<p>For a simple example, check out shiba-native.php or shiba-navlist.php in the Shiba Gallery plugin. </p>
<p>The [gallery] syntax is a shortcode, so it may also be useful to check out the shortcode API on the WP codex-<br />
<a href="http://codex.wordpress.org/Shortcode_API" rel="nofollow">http://codex.wordpress.org/Shortcode_API</a></p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://shibashake.com/wordpress-theme/how-to-render-your-own-wordpress-photo-gallery#comment-14126</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Fri, 11 May 2012 18:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=3011#comment-14126</guid>
		<description>Ok, I see what youve done in your example...
What Id like to do however is script out my own version of your plugin essentially that uses the Slides plugin (http://slidesjs.com/) instead. Id like to output different styles of galleries all utilizing this plugin though. 

In your original example of how to render your own gallery you left out how to input your own HTML markup - thats the part Im hung up on at the moment :( 

Your plugin looks great but it doesnt suite my needs for my project unfortunately so I need to build my own...that said, Im still learning how to hijack Wordpress&#039; native gallery and render my own so a more detailed example of how that can be done is what Im looking for.

If you dont have the time to script something like that out I fully understand and I appreciate the time youve already offered me...If you even might have some good links for me to reference to help grasp this topic that would be a huge help as well!

Best, 
Shaun</description>
		<content:encoded><![CDATA[<p>Ok, I see what youve done in your example&#8230;<br />
What Id like to do however is script out my own version of your plugin essentially that uses the Slides plugin (<a href="http://slidesjs.com/" rel="nofollow">http://slidesjs.com/</a>) instead. Id like to output different styles of galleries all utilizing this plugin though. </p>
<p>In your original example of how to render your own gallery you left out how to input your own HTML markup &#8211; thats the part Im hung up on at the moment <img src='http://shibashake.com/wordpress-theme/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>Your plugin looks great but it doesnt suite my needs for my project unfortunately so I need to build my own&#8230;that said, Im still learning how to hijack WordPress&#8217; native gallery and render my own so a more detailed example of how that can be done is what Im looking for.</p>
<p>If you dont have the time to script something like that out I fully understand and I appreciate the time youve already offered me&#8230;If you even might have some good links for me to reference to help grasp this topic that would be a huge help as well!</p>
<p>Best,<br />
Shaun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://shibashake.com/wordpress-theme/how-to-render-your-own-wordpress-photo-gallery#comment-14113</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Fri, 11 May 2012 16:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=3011#comment-14113</guid>
		<description>Thank you so much! I will check this out ASAP!</description>
		<content:encoded><![CDATA[<p>Thank you so much! I will check this out ASAP!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShibaShake</title>
		<link>http://shibashake.com/wordpress-theme/how-to-render-your-own-wordpress-photo-gallery#comment-14096</link>
		<dc:creator>ShibaShake</dc:creator>
		<pubDate>Fri, 11 May 2012 06:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=3011#comment-14096</guid>
		<description>Released here -
http://shibashake.com/wordpress-theme/shiba-gallery-3-7

There is example code at the end to change gallery type based on post or page.</description>
		<content:encoded><![CDATA[<p>Released here -<br />
<a href="http://shibashake.com/wordpress-theme/shiba-gallery-3-7" rel="nofollow">http://shibashake.com/wordpress-theme/shiba-gallery-3-7</a></p>
<p>There is example code at the end to change gallery type based on post or page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://shibashake.com/wordpress-theme/how-to-render-your-own-wordpress-photo-gallery#comment-14089</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Fri, 11 May 2012 04:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=3011#comment-14089</guid>
		<description>Sounds awesome, looking forward to when its released!
That said, if you have a moment I would love some insight as to how to go about adding multiple gallery markups to the function :)</description>
		<content:encoded><![CDATA[<p>Sounds awesome, looking forward to when its released!<br />
That said, if you have a moment I would love some insight as to how to go about adding multiple gallery markups to the function <img src='http://shibashake.com/wordpress-theme/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShibaShake</title>
		<link>http://shibashake.com/wordpress-theme/how-to-render-your-own-wordpress-photo-gallery#comment-13983</link>
		<dc:creator>ShibaShake</dc:creator>
		<pubDate>Mon, 07 May 2012 15:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=3011#comment-13983</guid>
		<description>I am about to release a new version of the plugin that allows you to just hook into a filter to change the gallery default values. Just have to do a bit more testing.</description>
		<content:encoded><![CDATA[<p>I am about to release a new version of the plugin that allows you to just hook into a filter to change the gallery default values. Just have to do a bit more testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://shibashake.com/wordpress-theme/how-to-render-your-own-wordpress-photo-gallery#comment-13859</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Thu, 03 May 2012 02:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=3011#comment-13859</guid>
		<description>Also if you dont have time to give an example, may I ask which template file in your plugin I should examine to see how to go about scripting my own html to be outputted from the custom gallery?</description>
		<content:encoded><![CDATA[<p>Also if you dont have time to give an example, may I ask which template file in your plugin I should examine to see how to go about scripting my own html to be outputted from the custom gallery?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://shibashake.com/wordpress-theme/how-to-render-your-own-wordpress-photo-gallery#comment-13847</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Wed, 02 May 2012 17:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=3011#comment-13847</guid>
		<description>Thats good news! Any possibility you might be able show an example? Thanks again for the help =)</description>
		<content:encoded><![CDATA[<p>Thats good news! Any possibility you might be able show an example? Thanks again for the help =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShibaShake</title>
		<link>http://shibashake.com/wordpress-theme/how-to-render-your-own-wordpress-photo-gallery#comment-13811</link>
		<dc:creator>ShibaShake</dc:creator>
		<pubDate>Tue, 01 May 2012 14:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=3011#comment-13811</guid>
		<description>Yeah should be able to do that by checking the post_type of the &lt;strong&gt;global $post&lt;/strong&gt; in &lt;em&gt;parse_gallery_shortcode&lt;/em&gt; and then rendering accordingly.</description>
		<content:encoded><![CDATA[<p>Yeah should be able to do that by checking the post_type of the <strong>global $post</strong> in <em>parse_gallery_shortcode</em> and then rendering accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://shibashake.com/wordpress-theme/how-to-render-your-own-wordpress-photo-gallery#comment-13791</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Tue, 01 May 2012 02:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=3011#comment-13791</guid>
		<description>Great info! Tutorials like this tend to be far in between or not available at all it seems so thanks for taking the time to share...

Just one question: 
Is it possible to have &quot;multiple&quot; formatting versions with this method? 
ie. Pages display galleries as only medium sized thumbnails, while posts maybe have something like a series of smaller thumbs that act as pagination to for one larger image that changes such as your example????

Thanks</description>
		<content:encoded><![CDATA[<p>Great info! Tutorials like this tend to be far in between or not available at all it seems so thanks for taking the time to share&#8230;</p>
<p>Just one question:<br />
Is it possible to have &#8220;multiple&#8221; formatting versions with this method?<br />
ie. Pages display galleries as only medium sized thumbnails, while posts maybe have something like a series of smaller thumbs that act as pagination to for one larger image that changes such as your example????</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 15/40 queries in 0.072 seconds using disk: basic
Object Caching 531/586 objects using disk: basic

Served from: shibashake.com @ 2012-05-16 04:59:00 -->
