<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TechniTip.Net &#187; WordPress</title>
	<atom:link href="http://technitip.net/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://technitip.net</link>
	<description>TechniTip.Net - Useful tips regarding technical stuff for things like Linux, MySQL, Apache, PHP, Linux Server, iPhone and more.</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:31:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
<link>http://technitip.net</link>
<url>http://technitip.net/wp-content/plugins/maxblogpress-favicon/icons/favicon-66.ico</url>
<title>TechniTip.Net</title>
</image>
		<item>
		<title>Automatic Backup of your WordPress Site to Dropbox</title>
		<link>http://technitip.net/automatic-backup-of-your-wordpress-site-to-dropbox</link>
		<comments>http://technitip.net/automatic-backup-of-your-wordpress-site-to-dropbox#comments</comments>
		<pubDate>Thu, 05 May 2011 17:46:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Automatic]]></category>
		<category><![CDATA[Automatically]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1838</guid>
		<description><![CDATA[This seems to be a interesting way for backing up your WordPress site: WordPress Backup to Dropbox. For a few details check the tutorial &#8220;How to Automatically Backup Your WordPress Site to Dropbox&#8220;. I&#8217;ve not checked it by myself, but it looks usable. Never forget to backup! Related posts: Useful WordPress Plugins Simple MySql Backup [...]<div style="clear: both;">
<strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Useful WordPress Plugins'>Useful WordPress Plugins</a></li>
<li><a href='http://technitip.net/simple-mysql-backup-script' rel='bookmark' title='Simple MySql Backup Script'>Simple MySql Backup Script</a></li>
<li><a href='http://technitip.net/vmware-esx-backup-script' rel='bookmark' title='VMWare ESX Backup Script'>VMWare ESX Backup Script</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>This seems to be a interesting way for backing up your WordPress site: <a title="WordPress Backup to Dropbox Plugin" href="http://wordpress.org/extend/plugins/wordpress-backup-to-dropbox/" target="_blank">WordPress Backup to Dropbox</a>. For a few details check the tutorial &#8220;<a title="How to Automatically Backup Your WordPress Site to Dropbox" href="http://wpmu.org/how-to-automatically-backup-your-wordpress-site-to-dropbox/" target="_blank">How to Automatically Backup Your WordPress Site to Dropbox</a>&#8220;. I&#8217;ve not checked it by myself, but it looks usable.</p>
<p>Never forget to backup!</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fautomatic-backup-of-your-wordpress-site-to-dropbox&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Useful WordPress Plugins'>Useful WordPress Plugins</a></li>
<li><a href='http://technitip.net/simple-mysql-backup-script' rel='bookmark' title='Simple MySql Backup Script'>Simple MySql Backup Script</a></li>
<li><a href='http://technitip.net/vmware-esx-backup-script' rel='bookmark' title='VMWare ESX Backup Script'>VMWare ESX Backup Script</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/automatic-backup-of-your-wordpress-site-to-dropbox/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automatically adjust Copyright Years</title>
		<link>http://technitip.net/automatically-adjust-copyright-years</link>
		<comments>http://technitip.net/automatically-adjust-copyright-years#comments</comments>
		<pubDate>Wed, 06 Apr 2011 19:35:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1792</guid>
		<description><![CDATA[Often blogs have the copy right years hard coded in the footer. e.g. © 2008-2010. Ok this looks nice and informs the visitor how long the blog exists. But changing the footer every year is not a very lovely work to do. So my advise is to change the copyright information so that the year [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Often blogs have the copy right years hard coded in the footer. e.g. © 2008-2010. Ok this looks nice and informs the visitor how long the blog exists. But changing the footer every year is not a very lovely work to do. So my advise is to change the copyright information so that the year is changed automatically. An easy way to to this is to change the copyright information to something like this:</p>
<pre>© 2008-&lt;?php echo date('Y'); ?&gt; My Blog</pre>
<p>And you don&#8217;t have to change the copyright years in future.</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fautomatically-adjust-copyright-years&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/automatically-adjust-copyright-years/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Performance and NextGEN Gallery</title>
		<link>http://technitip.net/wordpress-performance-and-nextgen-gallery</link>
		<comments>http://technitip.net/wordpress-performance-and-nextgen-gallery#comments</comments>
		<pubDate>Tue, 05 Apr 2011 18:38:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[image rotator]]></category>
		<category><![CDATA[Improve]]></category>
		<category><![CDATA[NextGEN]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1783</guid>
		<description><![CDATA[A small hint which will help to improve page load time especially when using Firefox or Safari browser: Maybe you&#8217;ve enabled the &#8220;flash slideshow&#8221; within the Slideshow options of NextGEN gallery. This will load the JW Image Rotator on every page. I&#8217;ve disable usage of the flash slideshow by unselecting the option: [ ] Integrate the [...]<div style="clear: both;">
<strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li>
<li><a href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li>
<li><a href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Useful WordPress Plugins'>Useful WordPress Plugins</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>A small hint which will help to improve page load time especially when using Firefox or Safari browser:</p>
<p>Maybe you&#8217;ve enabled the &#8220;flash slideshow&#8221; within the Slideshow options of NextGEN gallery. This will load the JW Image Rotator on every page. I&#8217;ve disable usage of the flash slideshow by unselecting the option:</p>
<p><code>[ ] Integrate the flash based slideshow for all flash supported devices</code></p>
<p>Without usage of the flash image rotator it is still possible to use slideshows. But the overall page load time increases. For me it looks like that loading the flash object causes the overall page display to be delayed. Google Chrome seems to handle loading of the flash object faster. </p>
<p>Anyway for me the fastest browser available seems to be Google Chrome. On my 13&#8243; MacBook I recognize significant performance differences when using Safari, Firefox and Chrome. That&#8217;s the reason why I&#8217;m currently using Chrome (development version) as browser. </p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fwordpress-performance-and-nextgen-gallery&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li>
<li><a href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li>
<li><a href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Useful WordPress Plugins'>Useful WordPress Plugins</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/wordpress-performance-and-nextgen-gallery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Pingback is not working</title>
		<link>http://technitip.net/wordpress-pingback-is-not-working</link>
		<comments>http://technitip.net/wordpress-pingback-is-not-working#comments</comments>
		<pubDate>Thu, 31 Mar 2011 18:56:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[pingback]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1767</guid>
		<description><![CDATA[It seems that a few others also have the problem that pingbacks of a WordPress installation are not working. In my case it was caused by Googles mod_pagespeed plugin for Apache. I thought this is a nice plugin, but it seems it causes to much problems with WordPress (second time here for me). So I [...]<div style="clear: both;">
<strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li>
<li><a href='http://technitip.net/wordpress-favicon-plugin' rel='bookmark' title='WordPress Favicon Plugin'>WordPress Favicon Plugin</a></li>
<li><a href='http://technitip.net/wptouch-mobile-plugintheme-for-wordpress' rel='bookmark' title='WPtouch: Mobile Plugin&amp;Theme for WordPress'>WPtouch: Mobile Plugin&#038;Theme for WordPress</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>It seems that a few others also have the problem that pingbacks of a WordPress installation are not working.</p>
<p>In my case it was caused by Googles <a title="mod_pagespeed" href="http://www.optiniche.com/blog/117/wordpress-trackback-tutorial/" target="_blank">mod_pagespeed</a> plugin for <a title="Apache Web-Server" href="http://httpd.apache.org/" target="_blank">Apache</a>. I thought this is a nice plugin, but it seems it causes to much problems with WordPress (second time here for me). So I decided to no longer use this plugin.</p>
<p>Useful link:</p>
<ul>
<li><a title="WordPress Trackback Tutorial" href="http://www.optiniche.com/blog/117/wordpress-trackback-tutorial/" target="_blank">WordPress Trackback Tutorial</a></li>
<li><a title="WordPress Not Sending Pingbacks/Trackbacks" href="http://www.kokeytechnology.com/content-management-system/wordpress/wordpress-27-and-271-not-sending-pingbackstrackbacks/" target="_blank">WordPress Not Sending Pingbacks/Trackbacks</a></li>
</ul>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fwordpress-pingback-is-not-working&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li>
<li><a href='http://technitip.net/wordpress-favicon-plugin' rel='bookmark' title='WordPress Favicon Plugin'>WordPress Favicon Plugin</a></li>
<li><a href='http://technitip.net/wptouch-mobile-plugintheme-for-wordpress' rel='bookmark' title='WPtouch: Mobile Plugin&amp;Theme for WordPress'>WPtouch: Mobile Plugin&#038;Theme for WordPress</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/wordpress-pingback-is-not-working/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable WordPress Auto-Login</title>
		<link>http://technitip.net/enable-wordpress-auto-login</link>
		<comments>http://technitip.net/enable-wordpress-auto-login#comments</comments>
		<pubDate>Wed, 30 Mar 2011 21:29:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Auto-Login]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1675</guid>
		<description><![CDATA[You may also think that loggin in every time you want to access the admin area of one of your WordPress blogs is quite annoying. But there is a quick way to enable the auto-login for WordPress. It&#8217;s shown below. Add the following lines of code to the functions.php in theme directory: function auto_login() { [...]<div style="clear: both;">
<strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li>
<li><a href='http://technitip.net/wordpress-page-navigation-plugin-wp-pagenavi' rel='bookmark' title='WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;'>WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;</a></li>
<li><a href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>You may also think that loggin in every time you want to access the admin area of one of your WordPress blogs is quite annoying. But there is a quick way to enable the auto-login for WordPress. It&#8217;s shown below.</p>
<p>Add the following lines of code to the functions.php in theme directory:</p>
<pre>function auto_login() {
  if (!is_user_logged_in()) {
  //determine WordPress user account to impersonate
  $user_login = 'guest';

 //get user's ID
  $user = get_userdatabylogin($user_login);
  $user_id = $user-&gt;ID;

  //login
  wp_set_current_user($user_id, $user_login);
  wp_set_auth_cookie($user_id);
  do_action('wp_login', $user_login);
  }
}
add_action('init', 'auto_login');</pre>
<p>Source: <a title="WordPress Auto-Login" href="http://www.lbsharp.com/wordpress/index.php/2007/12/10/wordpress-auto-login/" target="_blank">lbsharp.com</a></p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fenable-wordpress-auto-login&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li>
<li><a href='http://technitip.net/wordpress-page-navigation-plugin-wp-pagenavi' rel='bookmark' title='WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;'>WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;</a></li>
<li><a href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/enable-wordpress-auto-login/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disable WordPress Admin Bar</title>
		<link>http://technitip.net/disable-wordpress-admin-bar</link>
		<comments>http://technitip.net/disable-wordpress-admin-bar#comments</comments>
		<pubDate>Wed, 30 Mar 2011 21:12:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Admin Bar]]></category>
		<category><![CDATA[disable]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1668</guid>
		<description><![CDATA[WordPress 3.1 comes with a new feature called &#8220;admin bar&#8221;. The admin bar is displayed whenever you are logged in as admin on regular pages on your blog. I don&#8217;t like the bar because it doesn&#8217;t make so much sense for me and I think it slows down page display. Furtunatly there is an eays [...]<div style="clear: both;">
<strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li>
<li><a href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li>
<li><a href='http://technitip.net/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update' rel='bookmark' title='WordPress 3.0 „Thelonious“ Update'>WordPress 3.0 „Thelonious“ Update</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>WordPress 3.1 comes with a new feature called &#8220;admin bar&#8221;. The admin bar is displayed whenever you are logged in as admin on regular pages on your blog. I don&#8217;t like the bar because it doesn&#8217;t make so much sense for me and I think it slows down page display.</p>
<p>Furtunatly there is an eays way to disable the admin bar. The only thing you have to do is to add one line of code into the <em>functions.php</em> of your theme:</p>
<pre>add_filter( 'show_admin_bar', '__return_false' );</pre>
<p>And the admin bar disappears, very nice.</p>
<p>Source: <a title="WordPress Admin Bar disable" href="http://blog.wordpress-deutschland.org/2010/12/02/wordpress-admin-bar-deaktivieren.html" target="_blank">German WordPress Blog</a></p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fdisable-wordpress-admin-bar&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li>
<li><a href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li>
<li><a href='http://technitip.net/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update' rel='bookmark' title='WordPress 3.0 „Thelonious“ Update'>WordPress 3.0 „Thelonious“ Update</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/disable-wordpress-admin-bar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve WordPress Admin Performance 2</title>
		<link>http://technitip.net/improve-wordpress-admin-performance-2</link>
		<comments>http://technitip.net/improve-wordpress-admin-performance-2#comments</comments>
		<pubDate>Tue, 01 Feb 2011 21:30:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[AN]]></category>
		<category><![CDATA[Improve]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Yoast]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1659</guid>
		<description><![CDATA[Here is another quick but good tip to improve the performance of your WordPress admin area: Delete all revision of every post. It can be achieved using a simple SQL statement: DELETE a,b,c FROM wp_posts a LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id) LEFT JOIN wp_postmeta c ON (a.ID = c.post_id) WHERE a.post_type = [...]<div style="clear: both;">
<strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li>
<li><a href='http://technitip.net/wordpress-performance-and-nextgen-gallery' rel='bookmark' title='WordPress Performance and NextGEN Gallery'>WordPress Performance and NextGEN Gallery</a></li>
<li><a href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>Here is another quick but good tip to improve the performance of your WordPress admin area:</p>
<p>Delete all revision of every post. It can be achieved using a simple SQL statement:</p>
<p><code>DELETE a,b,c<br />
FROM wp_posts a<br />
LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)<br />
LEFT JOIN wp_postmeta c ON (a.ID = c.post_id)<br />
WHERE a.post_type = 'revision'</code></p>
<p>I do this from time to time. Optionally it&#8217;s possible either to disable revison managment or restrict the number of saved revisions by adding one of the following statements into your wp-config.php:</p>
<p><code>define('WP_POST_REVISIONS', false );</code></p>
<p><code>define('WP_POST_REVISIONS', 3);</code></p>
<p>The information has been taken from <a title="Deleting WordPress Revisions" href="http://weblogtoolscollection.com/archives/2010/09/28/deleting-wordpress-revisions/" target="_blank">weblogtoolscollection.com</a>.</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fimprove-wordpress-admin-performance-2&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li>
<li><a href='http://technitip.net/wordpress-performance-and-nextgen-gallery' rel='bookmark' title='WordPress Performance and NextGEN Gallery'>WordPress Performance and NextGEN Gallery</a></li>
<li><a href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/improve-wordpress-admin-performance-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve WordPress Admin Performance</title>
		<link>http://technitip.net/improve-wordpress-admin-performance</link>
		<comments>http://technitip.net/improve-wordpress-admin-performance#comments</comments>
		<pubDate>Tue, 01 Feb 2011 20:47:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Improve]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Yoast]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1644</guid>
		<description><![CDATA[WordPress performance is a pain. It&#8217;s not  secret. Here is a small tip to improve the WordPress admin dashboard a little bit. First of all I&#8217;ve disabled the WordPress Development Blog, Other WordPress News, Plugins and the Latest news from Yoast widgets. It can be done using the Screen Options button on the upper right [...]<div style="clear: both;">
<strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li>
<li><a href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li>
<li><a href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>WordPress performance is a pain. It&#8217;s not  secret. Here is a small tip to improve the WordPress admin dashboard a little bit. First of all I&#8217;ve disabled the WordPress Development Blog, Other WordPress News, Plugins and the Latest news from Yoast widgets. It can be done using the Screen Options button on the upper right side of the admin panel.</p>
<p>This is nice, but WordPress does still send a few HTTP requests to netdna.yoast.com. I think it makes no sense because we have disabled the Yoast widget:</p>

<a href="http://technitip.net/wp-content/gallery/test/withyoast.gif" title="" class="shutterset_singlepic144" >
	<img class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/144__618x_withyoast.gif" alt="withyoast" title="withyoast" />
</a>

<p>To avoid this few unneeded request I&#8217;ve installed the <a title="Yoast remove plugin" href="http://wordpress.org/extend/plugins/yoast-remove/faq/" target="_blank">Yoast Remove plugin</a>. After installing and enabling the plugin the additional HTTP requests are gone and as a result we&#8217;ve improved the load time our admin dashboard a little bit:</p>

<a href="http://technitip.net/wp-content/gallery/test/withoutyoast.gif" title="" class="shutterset_singlepic143" >
	<img class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/143__618x_withoutyoast.gif" alt="withoutyoast" title="withoutyoast" />
</a>

<p><strong>Links</strong></p>
<ul>
<li><a title="Yoast remove plugin" href="http://wordpress.org/extend/plugins/yoast-remove/faq/" target="_blank">Yoast Remove plugin</a></li>
</ul>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fimprove-wordpress-admin-performance&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li>
<li><a href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li>
<li><a href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/improve-wordpress-admin-performance/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Limit Your WordPress Tag Cloud</title>
		<link>http://technitip.net/limit-your-wordpress-tag-cloud</link>
		<comments>http://technitip.net/limit-your-wordpress-tag-cloud#comments</comments>
		<pubDate>Sun, 05 Sep 2010 09:32:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[number of tags]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1575</guid>
		<description><![CDATA[You might have been wondering how it&#8217;s possible to modify the number of tags in your WordPress tag cloud. Until now I could not find a way to change this within the wp-admin area, what a shame. I don&#8217;t know why this has still not been integrated into the admin area of WordPress. I guess [...]<div style="clear: both;">
<strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/wordpress-page-navigation-plugin-wp-pagenavi' rel='bookmark' title='WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;'>WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;</a></li>
<li><a href='http://technitip.net/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update' rel='bookmark' title='WordPress 3.0 „Thelonious“ Update'>WordPress 3.0 „Thelonious“ Update</a></li>
<li><a href='http://technitip.net/enable-wordpress-auto-login' rel='bookmark' title='Enable WordPress Auto-Login'>Enable WordPress Auto-Login</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1577 alignleft" title="blue-m" src="http://technitip.net/wp-content/uploads/2010/09/blue-m.png" alt="" width="100" height="100" />You might have been wondering how it&#8217;s possible to modify the number of tags in your WordPress tag cloud. Until now I could not find a way to change this within the wp-admin area, what a shame. I don&#8217;t know why this has still not been integrated into the admin area of WordPress.</p>
<p>I guess you have three choices to come around this issue.</p>
<h3>1. Modify the WordPress core source code</h3>
<p>I found this solution from <a title="Limit Your WordPress Tag Cloud To Help Control PageRank Flow" href="http://www.seorankings.com/limit-wordpress-tag-cloud-to-help-control-pagerank-flow" target="_blank">seorankings.com</a>. This solution is quick and dirty. It may happen that you will have to apply the hack again when you update your WordPress version.</p>
<p>To modify open the file wp-includes/category-template.php and find the function wp_tag_cloud(). Change the number assignment from 45 to what ever you need.</p>
<pre>function wp_tag_cloud( $args = '' ) {
 $defaults = array(
 'smallest' =&gt; 8, 'largest' =&gt; 22, 'unit' =&gt; 'pt', 'number' =&gt; <strong>45</strong>,</pre>
<h3>2. Add the tag cloud function call to your template</h3>
<p>Another option is to add the wp_tag_cloud() function call into your template. I&#8217;ve not tested it but it should work when you add the call into your sidepar.php:</p>
<pre>wp_tag_cloud(‘smallest=8&amp;largest=22&amp;number=30′);</pre>
<p>Now you can easily adjust the number of tags in your cloud. For this option it&#8217;s needed to remove the tag cloud from your widgets within the wp-admin I guess.</p>
<h3>3. Use a Plugin</h3>
<p>Optionally search for a configurable tag cloud plugin and use it.</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Flimit-your-wordpress-tag-cloud&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/wordpress-page-navigation-plugin-wp-pagenavi' rel='bookmark' title='WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;'>WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;</a></li>
<li><a href='http://technitip.net/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update' rel='bookmark' title='WordPress 3.0 „Thelonious“ Update'>WordPress 3.0 „Thelonious“ Update</a></li>
<li><a href='http://technitip.net/enable-wordpress-auto-login' rel='bookmark' title='Enable WordPress Auto-Login'>Enable WordPress Auto-Login</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/limit-your-wordpress-tag-cloud/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;</title>
		<link>http://technitip.net/wordpress-page-navigation-plugin-wp-pagenavi</link>
		<comments>http://technitip.net/wordpress-page-navigation-plugin-wp-pagenavi#comments</comments>
		<pubDate>Sat, 04 Sep 2010 13:56:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WP-PageNavi]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1555</guid>
		<description><![CDATA[I think the original page navigation of WordPress is not very nice. Simple, but not very nice. Searching for a nicer version I found the plugin WP-PageNavi. It generates a page navigation which looks like: Pretty nice. But it needs minor modifications in your template code after installation. In my case I had to replace [...]<div style="clear: both;">
<strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/wptouch-mobile-plugintheme-for-wordpress' rel='bookmark' title='WPtouch: Mobile Plugin&amp;Theme for WordPress'>WPtouch: Mobile Plugin&#038;Theme for WordPress</a></li>
<li><a href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li>
<li><a href='http://technitip.net/wordpress-favicon-plugin' rel='bookmark' title='WordPress Favicon Plugin'>WordPress Favicon Plugin</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>I think the original page navigation of WordPress is not very nice. Simple, but not very nice. Searching for a nicer version I found the plugin <a title="WP-PageNavi WordPress Plugin" href="http://wordpress.org/extend/plugins/wp-pagenavi/" target="_blank">WP-PageNavi</a>. It generates a page navigation which looks like:</p>
<p style="text-align: center;"><img class="size-full wp-image-1560 aligncenter" title="PageNavigation" src="http://technitip.net/wp-content/uploads/2010/09/PageNavigation.png" alt="" width="409" height="30" /></p>
<p>Pretty nice. But it needs minor modifications in your template code after installation. In my case I had to replace the following lines of code in a few .php files in my template.</p>
<pre>&lt;div id="pagenavi"&gt;
&lt;!--
 <span style="text-decoration: line-through;">&lt;div&gt;&lt;?php posts_nav_link('','','&amp;laquo; Previous Entries') ?&gt;&lt;/div&gt;
 &lt;div&gt;&lt;?php posts_nav_link('','Next Entries &amp;raquo;','') ?&gt;&lt;/div&gt;
</span>--&gt;
 <strong>&lt;?php wp_pagenavi(); ?&gt;
</strong> &lt;/div&gt;</pre>
<p>Simply find all code places with the posts_nav_link(..) function call, remove them and add the wp_pagenavi() function call. That&#8217;s it.</p>
<p>Plugin Homepage: <a title="WP-PageNavi WordPress Plugin" href="http://wordpress.org/extend/plugins/wp-pagenavi/" target="_blank">WP-PageNavi WordPress Plugin</a></p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fwordpress-page-navigation-plugin-wp-pagenavi&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/wptouch-mobile-plugintheme-for-wordpress' rel='bookmark' title='WPtouch: Mobile Plugin&amp;Theme for WordPress'>WPtouch: Mobile Plugin&#038;Theme for WordPress</a></li>
<li><a href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li>
<li><a href='http://technitip.net/wordpress-favicon-plugin' rel='bookmark' title='WordPress Favicon Plugin'>WordPress Favicon Plugin</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/wordpress-page-navigation-plugin-wp-pagenavi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

