<?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: Coming up: Manga+Press 2.9!</title>
	<atom:link href="http://manga-press.jes.gs/2009/10/coming-up-mangapress-2-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://manga-press.jes.gs/2009/10/coming-up-mangapress-2-9/</link>
	<description>The webcomic CMS for Wordpress!</description>
	<lastBuildDate>Wed, 07 Dec 2011 03:59:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://manga-press.jes.gs/2009/10/coming-up-mangapress-2-9/comment-page-1/#comment-70</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 16 Oct 2009 06:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://manga-press.silent-shadow.net/?p=186#comment-70</guid>
		<description>Actually, you could. 10 is the number I used for my own webcomic because I didn&#039;t want the archive page to be super-long :D</description>
		<content:encoded><![CDATA[<p>Actually, you could. 10 is the number I used for my own webcomic because I didn&#8217;t want the archive page to be super-long <img src='http://manga-press.jes.gs/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://manga-press.jes.gs/2009/10/coming-up-mangapress-2-9/comment-page-1/#comment-69</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 16 Oct 2009 06:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://manga-press.silent-shadow.net/?p=186#comment-69</guid>
		<description>I can&#039;t see anything wrong with the code fragment you&#039;ve posted, except that there should be a &lt;?php before &#039;Pages: &#039; but that could have been removed by WordPress when you posted it. Are these two lines:
    	&lt;code&gt;&lt;?php if( is_comic_page() ) { wp_comic_navigation( wp_comic_last() ); }?&gt;
    	&lt;?php query_posts(&quot;cat=&quot;.$mp_options[latestcomic_cat].&quot;&amp;showposts=1&quot;); ?&gt;&lt;/code&gt;
        
coming before &lt;code&gt;&lt;?php while (have_posts()) : the_post(); ?&gt;&lt;/code&gt;?

Actually, more importantly, what type of WordPress theme are you using? Is it a free custom theme, like from Wordpress.org or did you put it together yourself? If its either of those, how about you email me the theme package (zipped) and I can try to debug it and see what&#039;s going on. However, if its a paid-for &quot;premium&quot; WordPress theme then there isn&#039;t a whole lot I can do for you. You can email me the zipped theme package at webmaster@psy-dreamer.com.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t see anything wrong with the code fragment you&#8217;ve posted, except that there should be a &lt;?php before &#8216;Pages: &#8216; but that could have been removed by WordPress when you posted it. Are these two lines:<br />
    	<code>&lt;?php if( is_comic_page() ) { wp_comic_navigation( wp_comic_last() ); }?&gt;<br />
    	&lt;?php query_posts("cat=".$mp_options[latestcomic_cat]."&#038;showposts=1"); ?&gt;</code></p>
<p>coming before <code>&lt;?php while (have_posts()) : the_post(); ?&gt;</code>?</p>
<p>Actually, more importantly, what type of WordPress theme are you using? Is it a free custom theme, like from WordPress.org or did you put it together yourself? If its either of those, how about you email me the theme package (zipped) and I can try to debug it and see what&#8217;s going on. However, if its a paid-for &#8220;premium&#8221; WordPress theme then there isn&#8217;t a whole lot I can do for you. You can email me the zipped theme package at <a href="mailto:webmaster@psy-dreamer.com">webmaster@psy-dreamer.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: squidbunny</title>
		<link>http://manga-press.jes.gs/2009/10/coming-up-mangapress-2-9/comment-page-1/#comment-67</link>
		<dc:creator>squidbunny</dc:creator>
		<pubDate>Thu, 15 Oct 2009 17:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://manga-press.silent-shadow.net/?p=186#comment-67</guid>
		<description>Oh hey. One thing though. 

I&#039;ve had no issues adapting that sample code to my theme (thanks again) -- but how would I go about changing the number of entries shown &quot;By Page.&quot;  Your sample code shows 10 for example; how could I go about changing that to 15 or 25 or 467?</description>
		<content:encoded><![CDATA[<p>Oh hey. One thing though. </p>
<p>I&#8217;ve had no issues adapting that sample code to my theme (thanks again) &#8212; but how would I go about changing the number of entries shown &#8220;By Page.&#8221;  Your sample code shows 10 for example; how could I go about changing that to 15 or 25 or 467?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: squidbunny</title>
		<link>http://manga-press.jes.gs/2009/10/coming-up-mangapress-2-9/comment-page-1/#comment-65</link>
		<dc:creator>squidbunny</dc:creator>
		<pubDate>Thu, 15 Oct 2009 16:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://manga-press.silent-shadow.net/?p=186#comment-65</guid>
		<description>Okay, as it turns out, I can&#039;t seem to get this working with my theme.  Do you see anything wrong with this?



     
		
		              
			       
				
			
					
					



					&lt;div class=&quot;post&quot; id=&quot;post-&quot;&gt;
					
						
							&lt;?php the_content(&#039;Read the rest of this page &#187;&#039;); ?&gt;
			
							 &#039;&lt;strong&gt;Pages:&lt;/strong&gt; &#039;, &#039;after&#039; =&gt; &#039;&#039;, &#039;next_or_number&#039; =&gt; &#039;number&#039;)); ?&gt;
			
						
					
					
				&lt;?php edit_post_link(&#039;Edit this entry.&#039;, &#039;&#039;, &#039;&#039;); ?&gt;
				
				
				
		
	
    
                  
                    
			
		          
		
					
		
		
                    
               
               
	
	
</description>
		<content:encoded><![CDATA[<p>Okay, as it turns out, I can&#8217;t seem to get this working with my theme.  Do you see anything wrong with this?</p>
<p>					&lt;div class=&quot;post&quot; id=&quot;post-&#8221;&gt;</p>
<p>							&lt;?php the_content(&#039;Read the rest of this page &raquo;&#8217;); ?&gt;</p>
<p>							 &#8216;<strong>Pages:</strong> &#8216;, &#8216;after&#8217; =&gt; &#8221;, &#8216;next_or_number&#8217; =&gt; &#8216;number&#8217;)); ?&gt;</p>
<p>				&lt;?php edit_post_link(&#039;Edit this entry.&#039;, &#039;&#8217;, &#8221;); ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: squidbunny</title>
		<link>http://manga-press.jes.gs/2009/10/coming-up-mangapress-2-9/comment-page-1/#comment-64</link>
		<dc:creator>squidbunny</dc:creator>
		<pubDate>Thu, 15 Oct 2009 15:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://manga-press.silent-shadow.net/?p=186#comment-64</guid>
		<description>That works great.   Many thanks.  

As far as the other one, I&#039;m at a new web host and so far can&#039;t find any kind of relevant error logs. I tried building some error reporting into the php file but either I&#039;m just too abysmally inept with php or it&#039;s not actually throwing an error, per se, because I got nothing; it just loaded a billion instances of the image and navigation, etc., again, before presumably timing out. 

In any case, I can work with what you posted here; works fine. 

I&#039;d hardly say M+P 2.5 is sucking, especially considering how readily you&#039;re supporting folks using it.</description>
		<content:encoded><![CDATA[<p>That works great.   Many thanks.  </p>
<p>As far as the other one, I&#8217;m at a new web host and so far can&#8217;t find any kind of relevant error logs. I tried building some error reporting into the php file but either I&#8217;m just too abysmally inept with php or it&#8217;s not actually throwing an error, per se, because I got nothing; it just loaded a billion instances of the image and navigation, etc., again, before presumably timing out. </p>
<p>In any case, I can work with what you posted here; works fine. </p>
<p>I&#8217;d hardly say M+P 2.5 is sucking, especially considering how readily you&#8217;re supporting folks using it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

