<rss version="2.0">
		<channel>
			<title>Plogger Support Forum - album loop problems</title>
			<lastBuildDate>Thu, 21 May 2026 19:40:11 +0000</lastBuildDate>
			<link>http://www.plogger.org/forum/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.10</generator>
			<item>
		<title>album loop problems</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=3390&amp;Focus=13335#Comment_13335</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=3390&amp;Focus=13335#Comment_13335</guid>
		<pubDate>Mon, 27 Sep 2010 18:14:16 +0000</pubDate>
		<author>kegster</author>
		<description>
			<![CDATA[I am trying to do a somewhat of a wordpress nav loop approach, such as your loop functions show.<br /><br />The code I came up with is below, and I can't seem to find why I am receiving a blank output. I am putting this album loop inside the picture page... so maybe this is why. I am trying to have a UL/LI list to the left of the single image displayed in picture.php. So what I have was derived from the album loop in the collection.php file. These files are being pulled from the default theme in plogger.<br /><br />&lt;?php if (plogger_has_albums()) : ?&gt;<br />	&lt;ul&gt;<br />&lt;?php while(plogger_has_albums()) : plogger_load_album(); ?&gt;<br />		&lt;li&gt;&lt;a href=&quot;&lt;?php echo plogger_get_album_url(); ?&gt;&quot;&gt;&lt;?php echo plogger_get_album_name(); ?&gt;&lt;/a&gt;&lt;/li&gt;<br />&lt;?php endwhile; ?&gt;<br />     &lt;/ul&gt;<br />&lt;?php else : ?&gt;<br />&lt;?php endif; ?&gt;]]>
		</description>
	</item>
	<item>
		<title>album loop problems</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=3390&amp;Focus=13345#Comment_13345</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=3390&amp;Focus=13345#Comment_13345</guid>
		<pubDate>Wed, 29 Sep 2010 14:28:20 +0000</pubDate>
		<author>jack4daniels20</author>
		<description>
			<![CDATA[I am having this same issue. I have tried multiple combinations, even ones that I knew would not work just to see what would happen, because I have mine setup similar to yours and it shows none.]]>
		</description>
	</item>
	
		</channel>
	</rss>