<?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>Adventures in WordPress</description> <lastBuildDate>Sat, 18 May 2013 20:20:48 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>By: NCPR</title><link>http://shibashake.com/wordpress-theme/how-to-render-your-own-wordpress-photo-gallery/comment-page-1#comment-70088</link> <dc:creator>NCPR</dc:creator> <pubDate>Mon, 08 Apr 2013 13:30:34 +0000</pubDate> <guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=3011#comment-70088</guid> <description><![CDATA[Question; after doing all of this I still cannot scroll through my photos that are in my gallery. There is no “next” button. When I click on an image it just loads that one image and I have to click the back button and find where I was in the gallery to click on the next one. Is there an easy way to fix this? Thanks]]></description> <content:encoded><![CDATA[<p>Question; after doing all of this I still cannot scroll through my photos that are in my gallery. There is no “next” button. When I click on an image it just loads that one image and I have to click the back button and find where I was in the gallery to click on the next one. Is there an easy way to fix this?<br /> Thanks</p> ]]></content:encoded> </item> <item><title>By: Tobias</title><link>http://shibashake.com/wordpress-theme/how-to-render-your-own-wordpress-photo-gallery/comment-page-1#comment-60873</link> <dc:creator>Tobias</dc:creator> <pubDate>Thu, 28 Feb 2013 12:21:15 +0000</pubDate> <guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=3011#comment-60873</guid> <description><![CDATA[I used this code to create a gallery. But now I found out that if a user changes the images in the gallery from within the editor the changes are not respected anymore - for example: when I delete one image from the gallery and I look at the post I still see this image. It seems that the images are kept as attachments of the post. As your code uses the attachments of the post and not really the ids from within the shortcode (where the image&#039;s id is deleted correctly) this issue appears. Is there any other way to change the output code of the gallery using the correct images?]]></description> <content:encoded><![CDATA[<p>I used this code to create a gallery. But now I found out that if a user changes the images in the gallery from within the editor the changes are not respected anymore &#8211; for example: when I delete one image from the gallery and I look at the post I still see this image. It seems that the images are kept as attachments of the post. As your code uses the attachments of the post and not really the ids from within the shortcode (where the image&#8217;s id is deleted correctly) this issue appears. Is there any other way to change the output code of the gallery using the correct images?</p> ]]></content:encoded> </item> <item><title>By: Do-it-yourself Wordpress Gallery ~ Teil 1: Das Basis-Plugin &#124; 28 blogs later</title><link>http://shibashake.com/wordpress-theme/how-to-render-your-own-wordpress-photo-gallery/comment-page-1#comment-29387</link> <dc:creator>Do-it-yourself Wordpress Gallery ~ Teil 1: Das Basis-Plugin &#124; 28 blogs later</dc:creator> <pubDate>Tue, 09 Oct 2012 18:46:18 +0000</pubDate> <guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=3011#comment-29387</guid> <description><![CDATA[[...] damit, ein wenig über das Schreiben eigener Gallery-Plugins zu recherchieren und stieß dabei auf diesen Blogeintrag, in dem sehr schön beschrieben wird wie man alle Gallerie-Bilder eines Blogeintrags auslesen kann. [...]]]></description> <content:encoded><![CDATA[<p>[...] damit, ein wenig über das Schreiben eigener Gallery-Plugins zu recherchieren und stieß dabei auf diesen Blogeintrag, in dem sehr schön beschrieben wird wie man alle Gallerie-Bilder eines Blogeintrags auslesen kann. [...]</p> ]]></content:encoded> </item> <item><title>By: ShibaShake</title><link>http://shibashake.com/wordpress-theme/how-to-render-your-own-wordpress-photo-gallery/comment-page-1#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><![CDATA[&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_APIGood 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-page-1#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><![CDATA[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://d2yedvk0boln24.cloudfront.net/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-page-1#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><![CDATA[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-page-1#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><![CDATA[Released here - http://shibashake.com/wordpress-theme/shiba-gallery-3-7There 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-page-1#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><![CDATA[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://d2yedvk0boln24.cloudfront.net/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-page-1#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><![CDATA[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-page-1#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><![CDATA[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> </channel> </rss>