<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Jetpack and the Infinite Scroll</title>
	<atom:link href="http://ottopress.com/2012/jetpack-and-the-infinite-scroll/feed/" rel="self" type="application/rss+xml" />
	<link>http://ottopress.com/2012/jetpack-and-the-infinite-scroll/</link>
	<description>You have to use an Ottopress to get fresh squeezed Otto.</description>
	<lastBuildDate>Wed, 22 May 2013 16:53:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta3-24284</generator>
	<item>
		<title>By: Aditya Nath Jha</title>
		<link>http://ottopress.com/2012/jetpack-and-the-infinite-scroll/comment-page-1/#comment-11804</link>
		<dc:creator>Aditya Nath Jha</dc:creator>
		<pubDate>Thu, 25 Apr 2013 02:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=863#comment-11804</guid>
		<description><![CDATA[I just don&#039;t get it. Added the code to functions.php activated inifnite scroll module. And after that I am clueless. :D
Any one can help ?]]></description>
		<content:encoded><![CDATA[<p>I just don&#8217;t get it. Added the code to functions.php activated inifnite scroll module. And after that I am clueless. <img src='http://ottopress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Any one can help ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal Verstegen</title>
		<link>http://ottopress.com/2012/jetpack-and-the-infinite-scroll/comment-page-1/#comment-11773</link>
		<dc:creator>Pascal Verstegen</dc:creator>
		<pubDate>Wed, 17 Apr 2013 21:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=863#comment-11773</guid>
		<description><![CDATA[Otto great article thanks!

I&#039;m getting the footer to show up but it&#039;s not actually loading new posts, plus the page navi is still there?
http://www.freestufftimes.com/?themedemo=superpencil&amp;hidebar=1]]></description>
		<content:encoded><![CDATA[<p>Otto great article thanks!</p>
<p>I&#8217;m getting the footer to show up but it&#8217;s not actually loading new posts, plus the page navi is still there?<br />
<a href="http://www.freestufftimes.com/?themedemo=superpencil&#038;hidebar=1" rel="nofollow">http://www.freestufftimes.com/?themedemo=superpencil&#038;hidebar=1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: encomix</title>
		<link>http://ottopress.com/2012/jetpack-and-the-infinite-scroll/comment-page-1/#comment-11673</link>
		<dc:creator>encomix</dc:creator>
		<pubDate>Sun, 10 Mar 2013 08:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=863#comment-11673</guid>
		<description><![CDATA[Darn the php code is not showing up correctly, I can see why because I used the code and not php wrappers.

Do you need me to post everything or can you take a look at my site?]]></description>
		<content:encoded><![CDATA[<p>Darn the php code is not showing up correctly, I can see why because I used the code and not php wrappers.</p>
<p>Do you need me to post everything or can you take a look at my site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: encomix</title>
		<link>http://ottopress.com/2012/jetpack-and-the-infinite-scroll/comment-page-1/#comment-11672</link>
		<dc:creator>encomix</dc:creator>
		<pubDate>Sun, 10 Mar 2013 08:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=863#comment-11672</guid>
		<description><![CDATA[Blog page code was pasted incorrectly... here is the code.

&lt;code&gt;
		  
          	
             &#039;post&#039;, &#039;paged&#039;=&gt;$paged, &#039;showposts&#039;=&gt;0, &#039;cat&#039;=&gt; &#039;8,15&#039;) );
				if (have_posts()) : while ( have_posts() ) : the_post(); 
				get_template_part( &#039;content&#039;, get_post_format() );
				?&gt;
 
      	    
           
        		
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Blog page code was pasted incorrectly&#8230; here is the code.</p>
<p><code></p>
<p>             'post', 'paged'=&gt;$paged, 'showposts'=&gt;0, 'cat'=&gt; '8,15') );<br />
				if (have_posts()) : while ( have_posts() ) : the_post();<br />
				get_template_part( 'content', get_post_format() );<br />
				?&gt;</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: encomix</title>
		<link>http://ottopress.com/2012/jetpack-and-the-infinite-scroll/comment-page-1/#comment-11671</link>
		<dc:creator>encomix</dc:creator>
		<pubDate>Sun, 10 Mar 2013 08:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=863#comment-11671</guid>
		<description><![CDATA[I have a question about my site. I&#039;m trying really hard to get Bootstrap, Vanilla Masonry, and Infinite scrolling to work. I&#039;ve updated my functions file, content.php and blog page template with all the code you wrote about. But I still can&#039;t get my site to work. I&#039;ll leave Infinite scroll activate so that you might see my problem. 

#containerMod is what surrounds .post, I&#039;ve also adjusted the Functions accordingly. Can you see if there is anything that I am missing?

&lt;a href=&quot;http://www.encomixprod.com/blog&quot; / rel=&quot;nofollow&quot;&gt;My Blog Page&lt;/a&gt;

&lt;b&gt;Functions Code&lt;/b&gt;
&lt;code&gt;
add_theme_support( &#039;infinite-scroll&#039;, array(
    &#039;container&#039;    =&gt; &#039;containerMOD&#039;,
) );
&lt;/code&gt;

&lt;b&gt;Blog Page Code&lt;/b&gt;
&lt;code&gt;

 &#039;post&#039;, &#039;paged&#039;=&gt;$paged, &#039;showposts&#039;=&gt;0, &#039;cat&#039;=&gt; &#039;8,15&#039;) );
    if (have_posts()) : while ( have_posts() ) : the_post(); 
    get_template_part( &#039;content&#039;, get_post_format() );
    ?&gt;

 

	
&lt;/code&gt;

&lt;b&gt;content.php Code&lt;/b&gt;
&lt;code&gt;
&lt;li id=&quot;post-&quot; class=&quot;post span3&quot;&gt;

 &lt;?php 
 if ( has_post_thumbnail()) {
   $full_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), &#039;full&#039;);
   $thumbnail_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), &#039;thumbnail&#039;);
   echo &#039;&lt;a href=&quot;&#039;. $full_image_url[0] .&#039;&quot; rel=&quot;nofollow&quot;&gt;&#039;;
   echo &#039;&lt;/a&gt;&#039;;
 }
else {
    echo
        &#039; &#039;;
}
echo &#039; &#039;;
 ?&gt;  
  
    &lt;a href=&quot;&quot;&gt;&lt;/a&gt;
    , &lt;?php comments_popup_link( &#039;0 &lt;i&gt;&lt;/i&gt;&#039;, &#039;1 &lt;i&gt;&lt;/i&gt;&#039;, &#039;% &lt;i&gt;&lt;/i&gt;&#039;, &#039;comments-link&#039;, &#039;Comments are off for this post&#039;);?&gt; &lt;?php edit_post_link(__(&#039;&lt;i&gt;&lt;/i&gt;&#039;), &#039;&#039;); ?&gt;
  

  
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>I have a question about my site. I&#8217;m trying really hard to get Bootstrap, Vanilla Masonry, and Infinite scrolling to work. I&#8217;ve updated my functions file, content.php and blog page template with all the code you wrote about. But I still can&#8217;t get my site to work. I&#8217;ll leave Infinite scroll activate so that you might see my problem. </p>
<p>#containerMod is what surrounds .post, I&#8217;ve also adjusted the Functions accordingly. Can you see if there is anything that I am missing?</p>
<p><a href="http://www.encomixprod.com/blog" / rel="nofollow">My Blog Page</a></p>
<p><b>Functions Code</b><br />
<code><br />
add_theme_support( 'infinite-scroll', array(<br />
    'container'    =&gt; 'containerMOD',<br />
) );<br />
</code></p>
<p><b>Blog Page Code</b><br />
<code></p>
<p> 'post', 'paged'=&gt;$paged, 'showposts'=&gt;0, 'cat'=&gt; '8,15') );<br />
    if (have_posts()) : while ( have_posts() ) : the_post();<br />
    get_template_part( 'content', get_post_format() );<br />
    ?&gt;</p>
<p></code></p>
<p><b>content.php Code</b><br />
<code><br />
&lt;li id=&quot;post-" class="post span3"&gt;</p>
<p> &lt;?php<br />
 if ( has_post_thumbnail()) {<br />
   $full_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), &#039;full&#039;);<br />
   $thumbnail_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), &#039;thumbnail&#039;);<br />
   echo &#039;<a href="'. $full_image_url[0] .'" rel="nofollow">';<br />
   echo '</a>';<br />
 }<br />
else {<br />
    echo<br />
        ' ';<br />
}<br />
echo ' ';<br />
 ?&gt;  </p>
<p>    &lt;a href=&quot;"&gt;<br />
    , &lt;?php comments_popup_link( &#039;0 <i></i>', '1 <i></i>', '% <i></i>', 'comments-link', 'Comments are off for this post');?&gt; &lt;?php edit_post_link(__(&#039;<i></i>'), ''); ?&gt;</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ethan</title>
		<link>http://ottopress.com/2012/jetpack-and-the-infinite-scroll/comment-page-1/#comment-11648</link>
		<dc:creator>Ethan</dc:creator>
		<pubDate>Sun, 24 Feb 2013 05:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=863#comment-11648</guid>
		<description><![CDATA[I&#039;m going to be that guy who complains about something that is free, but it&#039;s just that &quot;it is slightly buggy&quot; part....]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m going to be that guy who complains about something that is free, but it&#8217;s just that &#8220;it is slightly buggy&#8221; part&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://ottopress.com/2012/jetpack-and-the-infinite-scroll/comment-page-1/#comment-11612</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Wed, 06 Feb 2013 20:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=863#comment-11612</guid>
		<description><![CDATA[Notice you have used in your site too.
Thanks for the tutorial and will add in my blog too.]]></description>
		<content:encoded><![CDATA[<p>Notice you have used in your site too.<br />
Thanks for the tutorial and will add in my blog too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aahan</title>
		<link>http://ottopress.com/2012/jetpack-and-the-infinite-scroll/comment-page-1/#comment-11604</link>
		<dc:creator>Aahan</dc:creator>
		<pubDate>Tue, 05 Feb 2013 05:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=863#comment-11604</guid>
		<description><![CDATA[I&#039;ve also tried this:

&lt;code&gt;add_theme_support( &#039;infinite-scroll&#039;, array(
	&#039;type&#039;         =&gt; &#039;click&#039;,
	&#039;container&#039;    =&gt; &#039;highlights&#039;,
	&#039;footer&#039;       =&gt; false,
) );

add_theme_support( &#039;infinite-scroll&#039;, array(
	&#039;type&#039;         =&gt; &#039;click&#039;,
	&#039;container&#039;    =&gt; &#039;content&#039;,
	&#039;footer&#039;       =&gt; false,
) );&lt;/code&gt;

And in this case, the latter &lt;code&gt;add_theme_support&lt;/code&gt; overrides the first function, which means, infinite-scroll (upon click) is enabled only for the &#039;&lt;code&gt;content&lt;/code&gt;&#039; container. (Just wanted to let you know what else I&#039;ve tried.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve also tried this:</p>
<p><code>add_theme_support( 'infinite-scroll', array(<br />
	'type'         =&gt; 'click',<br />
	'container'    =&gt; 'highlights',<br />
	'footer'       =&gt; false,<br />
) );</p>
<p>add_theme_support( 'infinite-scroll', array(<br />
	'type'         =&gt; 'click',<br />
	'container'    =&gt; 'content',<br />
	'footer'       =&gt; false,<br />
) );</code></p>
<p>And in this case, the latter <code>add_theme_support</code> overrides the first function, which means, infinite-scroll (upon click) is enabled only for the &#8216;<code>content</code>&#8216; container. (Just wanted to let you know what else I&#8217;ve tried.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aahan</title>
		<link>http://ottopress.com/2012/jetpack-and-the-infinite-scroll/comment-page-1/#comment-11603</link>
		<dc:creator>Aahan</dc:creator>
		<pubDate>Tue, 05 Feb 2013 05:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=863#comment-11603</guid>
		<description><![CDATA[Hello Otto, my website has a multiple column layout where one column shows the latest posts, and the other column lists the latest posts from a tag (highlights).

So, how do I enable infinite scroll for multiple containers on the same page? I tried this (code below) among a few other options that struck my head, and so far, none worked.

&lt;code&gt;/**
 * Infinite Scroll
 */
add_theme_support( &#039;infinite-scroll&#039;, array(
	&#039;type&#039;         =&gt; &#039;click&#039;,
	&#039;container&#039;    =&gt; array( &#039;highlights&#039;, &#039;content&#039; ),
	&#039;footer&#039;       =&gt; false,
) );&lt;/code&gt;

What should I be doing?

(Thanks!)]]></description>
		<content:encoded><![CDATA[<p>Hello Otto, my website has a multiple column layout where one column shows the latest posts, and the other column lists the latest posts from a tag (highlights).</p>
<p>So, how do I enable infinite scroll for multiple containers on the same page? I tried this (code below) among a few other options that struck my head, and so far, none worked.</p>
<p><code>/**<br />
 * Infinite Scroll<br />
 */<br />
add_theme_support( 'infinite-scroll', array(<br />
	'type'         =&gt; 'click',<br />
	'container'    =&gt; array( 'highlights', 'content' ),<br />
	'footer'       =&gt; false,<br />
) );</code></p>
<p>What should I be doing?</p>
<p>(Thanks!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beta</title>
		<link>http://ottopress.com/2012/jetpack-and-the-infinite-scroll/comment-page-1/#comment-11492</link>
		<dc:creator>beta</dc:creator>
		<pubDate>Wed, 19 Dec 2012 15:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=863#comment-11492</guid>
		<description><![CDATA[footer was the key thing for me, wp.com themes have the fixed footer, but the original peek is gone, it reflected a true sense of theme author&#039;s mentality and somehow one could gauge the guy to some extent [php]add_theme_support( &#039;infinite-scroll&#039;, array(
	&#039;container&#039;  =&gt; &#039;content&#039;,
	&#039;footer&#039;     =&gt; &#039;page&#039;,
) );[/php]]]></description>
		<content:encoded><![CDATA[<p>footer was the key thing for me, wp.com themes have the fixed footer, but the original peek is gone, it reflected a true sense of theme author&#8217;s mentality and somehow one could gauge the guy to some extent
<pre class="brush: php; title: ; notranslate">add_theme_support( 'infinite-scroll', array(
	'container'  =&gt; 'content',
	'footer'     =&gt; 'page',
) );</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Object Caching 425/436 objects using xcache

 Served from: ottodestruct.com @ 2013-05-25 02:56:22 by W3 Total Cache -->