<?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: WordPress Hack: Change Number Of Comments Per Page In Admin Interface</title> <atom:link href="http://www.ghacks.net/2008/12/17/wordpress-hack-change-number-of-comments-per-page-in-admin-interface/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net/2008/12/17/wordpress-hack-change-number-of-comments-per-page-in-admin-interface/</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sun, 12 Feb 2012 07:04:03 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Bill Erickson</title><link>http://www.ghacks.net/2008/12/17/wordpress-hack-change-number-of-comments-per-page-in-admin-interface/comment-page-1/#comment-1361925</link> <dc:creator>Bill Erickson</dc:creator> <pubDate>Fri, 26 Aug 2011 14:13:14 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9116#comment-1361925</guid> <description>Please don&#039;t make edits to the core of WordPress. This is exactly what the filter is there for. A filter let&#039;s you modify the value before it is used, and make that modification from your theme so the change isn&#039;t lost when you upgrade.
Put this in your functions.php file in your theme:
add_filter( &#039;comments_per_page&#039;, &#039;custom_comments_per_page&#039; );
function custom_comments_per_page() {
return &#039;100&#039;;
}
Change 100 to whatever number you want.</description> <content:encoded><![CDATA[<p>Please don&#8217;t make edits to the core of WordPress. This is exactly what the filter is there for. A filter let&#8217;s you modify the value before it is used, and make that modification from your theme so the change isn&#8217;t lost when you upgrade.</p><p>Put this in your functions.php file in your theme:</p><p>add_filter( &#8216;comments_per_page&#8217;, &#8216;custom_comments_per_page&#8217; );<br
/> function custom_comments_per_page() {<br
/> return &#8217;100&#8242;;<br
/> }</p><p>Change 100 to whatever number you want.</p> ]]></content:encoded> </item> <item><title>By: M H Jowher</title><link>http://www.ghacks.net/2008/12/17/wordpress-hack-change-number-of-comments-per-page-in-admin-interface/comment-page-1/#comment-1353291</link> <dc:creator>M H Jowher</dc:creator> <pubDate>Sat, 16 Jul 2011 10:43:24 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9116#comment-1353291</guid> <description>Friend, this was very helpful even for a novice like me. Thanks.</description> <content:encoded><![CDATA[<p>Friend, this was very helpful even for a novice like me. Thanks.</p> ]]></content:encoded> </item> <item><title>By: Brian @ Wongside &#187; Wordpress Comments Administration</title><link>http://www.ghacks.net/2008/12/17/wordpress-hack-change-number-of-comments-per-page-in-admin-interface/comment-page-1/#comment-1345310</link> <dc:creator>Brian @ Wongside &#187; Wordpress Comments Administration</dc:creator> <pubDate>Thu, 02 Jun 2011 22:01:37 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9116#comment-1345310</guid> <description>[...] page described a method of editing the code on the edit-comments.php file.  I&#8217;m very capable of editing php files, [...]</description> <content:encoded><![CDATA[<p>[...] page described a method of editing the code on the edit-comments.php file.  I&#8217;m very capable of editing php files, [...]</p> ]]></content:encoded> </item> <item><title>By: Infographiste</title><link>http://www.ghacks.net/2008/12/17/wordpress-hack-change-number-of-comments-per-page-in-admin-interface/comment-page-1/#comment-962669</link> <dc:creator>Infographiste</dc:creator> <pubDate>Tue, 02 Feb 2010 11:17:13 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9116#comment-962669</guid> <description>Page Bookmarked, thnaks for sharing!</description> <content:encoded><![CDATA[<p>Page Bookmarked, thnaks for sharing!</p> ]]></content:encoded> </item> <item><title>By: ultraspy</title><link>http://www.ghacks.net/2008/12/17/wordpress-hack-change-number-of-comments-per-page-in-admin-interface/comment-page-1/#comment-607317</link> <dc:creator>ultraspy</dc:creator> <pubDate>Wed, 14 Jan 2009 13:12:49 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9116#comment-607317</guid> <description>I heart you! THANKS! You save me HOURS of work!</description> <content:encoded><![CDATA[<p>I heart you! THANKS! You save me HOURS of work!</p> ]]></content:encoded> </item> <item><title>By: Adrian Kuhn</title><link>http://www.ghacks.net/2008/12/17/wordpress-hack-change-number-of-comments-per-page-in-admin-interface/comment-page-1/#comment-587780</link> <dc:creator>Adrian Kuhn</dc:creator> <pubDate>Sun, 28 Dec 2008 05:58:48 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9116#comment-587780</guid> <description>You saved my day, thanks!</description> <content:encoded><![CDATA[<p>You saved my day, thanks!</p> ]]></content:encoded> </item> <item><title>By: Posts about Wordpress 2.7 as of December 17, 2008 &#124; The Lessnau Lounge</title><link>http://www.ghacks.net/2008/12/17/wordpress-hack-change-number-of-comments-per-page-in-admin-interface/comment-page-1/#comment-573345</link> <dc:creator>Posts about Wordpress 2.7 as of December 17, 2008 &#124; The Lessnau Lounge</dc:creator> <pubDate>Wed, 17 Dec 2008 20:03:22 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9116#comment-573345</guid> <description>[...]  [...]</description> <content:encoded><![CDATA[<p>[...]  [...]</p> ]]></content:encoded> </item> <item><title>By: RG</title><link>http://www.ghacks.net/2008/12/17/wordpress-hack-change-number-of-comments-per-page-in-admin-interface/comment-page-1/#comment-573231</link> <dc:creator>RG</dc:creator> <pubDate>Wed, 17 Dec 2008 17:21:19 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9116#comment-573231</guid> <description>Thanx Martin. Like you said this one is easy but a heavily hacked Wordpress install has at least the potential of lots more work every time there is an update. I keep having to write down what I have done, at least most of the things I have done so far are in specific theme folders so they are sometimes unaffected with security or minor upgrades.</description> <content:encoded><![CDATA[<p>Thanx Martin. Like you said this one is easy but a heavily hacked WordPress install has at least the potential of lots more work every time there is an update. I keep having to write down what I have done, at least most of the things I have done so far are in specific theme folders so they are sometimes unaffected with security or minor upgrades.</p> ]]></content:encoded> </item> </channel> </rss>
