
<?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: Thesis Theme : Setup Pagination on Home Page</title>
	<atom:link href="/blog/wordpress/thesis-theme-pagination/feed/" rel="self" type="application/rss+xml" />
	<link>https://thoughtsunlimited.net/blog/wordpress/thesis-theme-pagination/</link>
	<description>Definitive Wordpress, Thesis Theme, Blogging and Social Media</description>
	<lastBuildDate>Thu, 10 Jun 2010 14:10:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ashwin</title>
		<link>https://thoughtsunlimited.net/blog/wordpress/thesis-theme-pagination/comment-page-1/#comment-1417</link>
		<dc:creator>Ashwin</dc:creator>
		<pubDate>Tue, 18 May 2010 08:10:55 +0000</pubDate>
		<guid isPermaLink="false">https://thoughtsunlimited.net/blog/?p=1306#comment-1417</guid>
		<description>Stephen,&lt;br&gt;&lt;br&gt;Can you try adding this to the CSS code given in the blog post?&lt;br&gt;&lt;br&gt;font-size:12px;&lt;br&gt;&lt;br&gt;Replace 12 with what size you need.  Let me know if this works!</description>
		<content:encoded><![CDATA[<p>Stephen,</p>
<p>Can you try adding this to the CSS code given in the blog post?</p>
<p>font-size:12px;</p>
<p>Replace 12 with what size you need.  Let me know if this works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>https://thoughtsunlimited.net/blog/wordpress/thesis-theme-pagination/comment-page-1/#comment-1416</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 18 May 2010 07:21:41 +0000</pubDate>
		<guid isPermaLink="false">https://thoughtsunlimited.net/blog/?p=1306#comment-1416</guid>
		<description>Hi Ashwin,&lt;br&gt;&lt;br&gt;How can I change the font size of the pagination? Please advise.&lt;br&gt;Thank you.&lt;br&gt;&lt;br&gt;Cheers&lt;br&gt;Stephen</description>
		<content:encoded><![CDATA[<p>Hi Ashwin,</p>
<p>How can I change the font size of the pagination? Please advise.<br />Thank you.</p>
<p>Cheers<br />Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashwin</title>
		<link>https://thoughtsunlimited.net/blog/wordpress/thesis-theme-pagination/comment-page-1/#comment-1372</link>
		<dc:creator>Ashwin</dc:creator>
		<pubDate>Wed, 21 Apr 2010 06:20:33 +0000</pubDate>
		<guid isPermaLink="false">https://thoughtsunlimited.net/blog/?p=1306#comment-1372</guid>
		<description>Glad it worked :)</description>
		<content:encoded><![CDATA[<p>Glad it worked <img src='/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buzzhunt</title>
		<link>https://thoughtsunlimited.net/blog/wordpress/thesis-theme-pagination/comment-page-1/#comment-1367</link>
		<dc:creator>buzzhunt</dc:creator>
		<pubDate>Sun, 18 Apr 2010 18:01:36 +0000</pubDate>
		<guid isPermaLink="false">https://thoughtsunlimited.net/blog/?p=1306#comment-1367</guid>
		<description>@Ashwin your code in the comment worked, whereas the code in the post did not. Thx</description>
		<content:encoded><![CDATA[<p>@Ashwin your code in the comment worked, whereas the code in the post did not. Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>https://thoughtsunlimited.net/blog/wordpress/thesis-theme-pagination/comment-page-1/#comment-1359</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 07 Apr 2010 01:08:46 +0000</pubDate>
		<guid isPermaLink="false">https://thoughtsunlimited.net/blog/?p=1306#comment-1359</guid>
		<description>Hi Ashwin,&lt;br&gt;&lt;br&gt;It was a problem to copy the code from our website.&lt;br&gt;&lt;br&gt;Now it is working.&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;&lt;br&gt;Thomas</description>
		<content:encoded><![CDATA[<p>Hi Ashwin,</p>
<p>It was a problem to copy the code from our website.</p>
<p>Now it is working.</p>
<p>Thanks!</p>
<p>Cheers,</p>
<p>Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashwin / Thoughts Unlimited</title>
		<link>https://thoughtsunlimited.net/blog/wordpress/thesis-theme-pagination/comment-page-1/#comment-1338</link>
		<dc:creator>Ashwin / Thoughts Unlimited</dc:creator>
		<pubDate>Fri, 19 Mar 2010 19:06:06 +0000</pubDate>
		<guid isPermaLink="false">https://thoughtsunlimited.net/blog/?p=1306#comment-1338</guid>
		<description>Hi Thomas,&lt;br&gt;&lt;br&gt;I don&#039;t have big clues... but why don&#039;t you try this code instead.&lt;br&gt;I have just removed the &#039;echo&#039; because to avoid the trouble of escape characters.&lt;br&gt;&lt;br&gt;Let me know if this helps.&lt;br&gt;&lt;br&gt;/* Pagination */&lt;br&gt;function my_thesis_pagination() { ?&gt;&lt;br&gt;  &lt;div class=&#039;prev_next&#039;&gt;&lt;br&gt;  &lt;?php&lt;br&gt;  wp_pagenavi();&lt;br&gt;  ?&gt;&lt;br&gt;  &lt;/div&gt;&lt;br&gt;  &lt;?php&lt;br&gt;}&lt;br&gt;remove_action(&#039;thesis_hook_after_content&#039;,&#039;thesis_post_navigation&#039;);&lt;br&gt;add_action(&#039;thesis_hook_after_content&#039;, &#039;my_thesis_pagination&#039;);</description>
		<content:encoded><![CDATA[<p>Hi Thomas,</p>
<p>I don&#39;t have big clues&#8230; but why don&#39;t you try this code instead.<br />I have just removed the &#39;echo&#39; because to avoid the trouble of escape characters.</p>
<p>Let me know if this helps.</p>
<p>/* Pagination */<br />function my_thesis_pagination() { ?&gt;<br />  &lt;div class=&#39;prev_next&#39;&gt;<br />  &lt;?php<br />  wp_pagenavi();<br />  ?&gt;<br />  &lt;/div&gt;<br />  &lt;?php<br />}<br />remove_action(&#39;thesis_hook_after_content&#39;,&#39;thesis_post_navigation&#39;);<br />add_action(&#39;thesis_hook_after_content&#39;, &#39;my_thesis_pagination&#39;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>https://thoughtsunlimited.net/blog/wordpress/thesis-theme-pagination/comment-page-1/#comment-1337</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 19 Mar 2010 01:33:56 +0000</pubDate>
		<guid isPermaLink="false">https://thoughtsunlimited.net/blog/?p=1306#comment-1337</guid>
		<description>Hi Ashwin,&lt;br&gt;&lt;br&gt;I tried your code on my site &lt;a href=&quot;http://www.KanadaSpezialist.com&quot; rel=&quot;nofollow&quot;&gt;www.KanadaSpezialist.com&lt;/a&gt; but I got this error message:&lt;br&gt;&lt;br&gt;Parse error: syntax error, unexpected &#039;&amp;&#039; in /home/kanadas/public_html/wpkanadaspezialist/wp-content/themes/thesis_151/custom/custom_functions.php on line 55&lt;br&gt;&lt;br&gt;Line 55 is:&lt;br&gt;echo &quot;&lt;div class=&#039;prev_next&#039;&gt;&quot;;&lt;br&gt;&lt;br&gt;Do you know what the problem is?&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;&lt;br&gt;Thomas</description>
		<content:encoded><![CDATA[<p>Hi Ashwin,</p>
<p>I tried your code on my site <a href="http://www.KanadaSpezialist.com" rel="nofollow">http://www.KanadaSpezialist.com</a> but I got this error message:</p>
<p>Parse error: syntax error, unexpected &#39;&#038;&#39; in /home/kanadas/public_html/wpkanadaspezialist/wp-content/themes/thesis_151/custom/custom_functions.php on line 55</p>
<p>Line 55 is:<br />echo &quot;&lt;div class=&#39;prev_next&#39;&gt;&quot;;</p>
<p>Do you know what the problem is?</p>
<p>Cheers,</p>
<p>Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashwin / Thoughts Unlimited</title>
		<link>https://thoughtsunlimited.net/blog/wordpress/thesis-theme-pagination/comment-page-1/#comment-1290</link>
		<dc:creator>Ashwin / Thoughts Unlimited</dc:creator>
		<pubDate>Wed, 24 Feb 2010 06:38:51 +0000</pubDate>
		<guid isPermaLink="false">https://thoughtsunlimited.net/blog/?p=1306#comment-1290</guid>
		<description>Not sure - but you can try .custom .full_width #content_box .wp-pagenavi { text-align:center; }</description>
		<content:encoded><![CDATA[<p>Not sure &#8211; but you can try .custom .full_width #content_box .wp-pagenavi { text-align:center; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohdisa</title>
		<link>https://thoughtsunlimited.net/blog/wordpress/thesis-theme-pagination/comment-page-1/#comment-1288</link>
		<dc:creator>mohdisa</dc:creator>
		<pubDate>Tue, 23 Feb 2010 22:07:14 +0000</pubDate>
		<guid isPermaLink="false">https://thoughtsunlimited.net/blog/?p=1306#comment-1288</guid>
		<description>how to make it center?</description>
		<content:encoded><![CDATA[<p>how to make it center?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phân trang trong TheSiS</title>
		<link>https://thoughtsunlimited.net/blog/wordpress/thesis-theme-pagination/comment-page-1/#comment-1226</link>
		<dc:creator>Phân trang trong TheSiS</dc:creator>
		<pubDate>Wed, 13 Jan 2010 02:28:53 +0000</pubDate>
		<guid isPermaLink="false">https://thoughtsunlimited.net/blog/?p=1306#comment-1226</guid>
		<description>[...] thuât này Hư Trúc dựa theo hướng dẫn của Ashwin và đã thêm vào code phân trang (không dùng plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] thuât này Hư Trúc dựa theo hướng dẫn của Ashwin và đã thêm vào code phân trang (không dùng plugin [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
