<?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>Sun, 05 Sep 2010 09:32:08 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.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>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='Permanent Link: 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='Permanent Link: WordPress 3.0 „Thelonious“ Update'>WordPress 3.0 „Thelonious“ Update</a></li><li><a href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Permanent Link: Useful WordPress Plugins'>Useful WordPress Plugins</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=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></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='Permanent Link: 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='Permanent Link: WordPress 3.0 „Thelonious“ Update'>WordPress 3.0 „Thelonious“ Update</a></li><li><a href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Permanent Link: Useful WordPress Plugins'>Useful WordPress Plugins</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/limit-your-wordpress-tag-cloud' rel='bookmark' title='Permanent Link: Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li><li><a href='http://technitip.net/wptouch-mobile-plugintheme-for-wordpress' rel='bookmark' title='Permanent Link: WPtouch: Mobile Plugin&#038;Theme for WordPress'>WPtouch: Mobile Plugin&#038;Theme for WordPress</a></li><li><a href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Permanent Link: Useful WordPress Plugins'>Useful WordPress Plugins</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=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol><li><a href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Permanent Link: Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li><li><a href='http://technitip.net/wptouch-mobile-plugintheme-for-wordpress' rel='bookmark' title='Permanent Link: WPtouch: Mobile Plugin&#038;Theme for WordPress'>WPtouch: Mobile Plugin&#038;Theme for WordPress</a></li><li><a href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Permanent Link: Useful WordPress Plugins'>Useful WordPress Plugins</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> <item><title>How do you protect your Blog from Hackers?</title><link>http://technitip.net/how-do-you-protect-your-blog-from-hackers</link> <comments>http://technitip.net/how-do-you-protect-your-blog-from-hackers#comments</comments> <pubDate>Sun, 08 Aug 2010 16:08:34 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Latest Featured]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Server]]></category> <category><![CDATA[Perl]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[Blog]]></category> <category><![CDATA[hacker]]></category> <category><![CDATA[htaccess]]></category> <category><![CDATA[perl]]></category> <category><![CDATA[protect]]></category> <category><![CDATA[script]]></category><guid isPermaLink="false">http://technitip.net/?p=1511</guid> <description><![CDATA[Using WordPress is nice and many websites use it. The advantage of course that there are many tips, additional plugins etc. are available. But on the other hand there is a big disadvantage. Hackers attack WordPress sitse due to many many sites use it. I found an article and video from Matt Cutts an employee [...]<div style="clear: both;"> <strong>Related posts:</strong><ol><li><a href='http://technitip.net/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update' rel='bookmark' title='Permanent Link: WordPress 3.0 „Thelonious“ Update'>WordPress 3.0 „Thelonious“ Update</a></li><li><a href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Permanent Link: Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li><li><a href='http://technitip.net/howto-beautify-ugly-php-urls' rel='bookmark' title='Permanent Link: Howto Beautify Ugly .PHP URL&#8217;s'>Howto Beautify Ugly .PHP URL&#8217;s</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>Using WordPress is nice and many websites use it. The advantage of course that there are many tips, additional plugins etc. are available. But on the other hand there is a big disadvantage. Hackers attack WordPress sitse due to many many sites use it. I found an <a title="Three tips to protect your WordPress installation" href="http://www.mattcutts.com/blog/three-tips-to-protect-your-wordpress-installation/" target="_blank">article</a> and <a title="How do you protect your blog from hackers? " href="http://www.youtube.com/watch?v=gwAlEf-AbCU" target="_blank">video</a> from Matt Cutts an employee from Google.</p><p>He recommends to protect your wp-admin area using the Apache .htaccess file. Here in detail access is only allowed from IP addresses from where you are logging in. It&#8217;s definitely a good way to protect you blog, but often people don&#8217;t have a fixed IP address. The DSL provider assigns a different IP address on every dial in. Unfortunately there is no easy way to obtain the network addresses of your DSL provider which can be entered in your .htaccess file.</p><p>Another important recommendation: Always keep your server software and WordPress software up to date!</p><p>Also remove the following line from your header.php which will show hackers your WordPress version:</p><p><code>&lt;meta name=”generator” content=”WordPress &lt;?php  bloginfo(’version’); ?&gt;” /&gt; &lt;!-– leave this for stats please  --&gt;</code></p><p>So let&#8217;s concentrate on the restricted access in the wp-admin area. It&#8217;s a little bit tricky to get the address list of your DSL provider. I&#8217;ll explain and show an example script below. First let&#8217;s have a look at the <a title="How do you protect your blog from hackers? " href="http://www.youtube.com/watch?v=gwAlEf-AbCU" target="_blank">video</a> from Matt Cutts.<br /> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="618" height="373" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/gwAlEf-AbCU&amp;hl=en_GB&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="618" height="373" src="http://www.youtube.com/v/gwAlEf-AbCU&amp;hl=en_GB&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p><p>As step one you have to find out your own IP address. Let&#8217;s assume your IP address assigned from your provider is 213.168.95.20 (this is just an example!). Next do a whois lookup:</p><pre>server:~# whois 213.168.95.20
...
inetnum:        213.168.95.0 - 213.168.98.255
<strong>netname:        NC-DIAL-IN-POOL</strong>
</pre><p>Have a look at the <strong>netname NC-DIAL-IN-POOL</strong>. Usually provider assign  a common name for all DSL dynamic address. But we want to add all IP addresses or better all network ranges into our .htaccess file. Ok now we need to get all address ranges with this netname. This can be achieved using the Linux whois tool:</p><pre>server:~# whois -h whois.ripe.net NC-DIAL-IN-POOL
...
inetnum:        194.8.209.0 - 194.8.209.255
...
inetnum:        194.8.205.0 - 194.8.205.255
...
</pre><p>Fine we get a list with all network ranges from our provider now, but still not the correct netmask format and a lot of other output which we don&#8217;t need. Basically it&#8217;s possible to manually generate the .htaccess file now. Not big fun&#8230; So I&#8217;ve created a small perl script which does the job. As small bonus it creates the needed format for .htaccess file which means you are able to directly add the output to your .htaccess file in the wp-admin folder.</p><p><strong>Important:</strong> Before usage you have to add the <strong>netname</strong> of the dial-in pool of your provider. How to find it out is described above. Below is only an example. The output will look like:</p><pre>server:~# ./gethtaccessranges.sh
allow from 194.8.209.0/24
allow from 194.8.205.0/24
allow from 195.14.226.0/24
</pre><p>Finally generate a .htaccess file in your wp-admin/ folder with the content:</p><pre>order deny,allow
deny from all</pre><p>and add the output of the script gethtaccessranges.sh below the two lines. That&#8217;s it! Now access to wp-admin is only allowed from dynamic IP address from your provider. Sure it&#8217;s not the perfect solution but I&#8217;ll prevent you from many other hack attempts from all over the world.</p><p>At the end of the script there is also an example in case providers use number in their netnames.</p><pre>#!/usr/bin/perl -w
# gethtaccessranges.sh
# Harald Kraemer 08.08.2010
# www.technnitip.net
#
# NET::CIDR and NET::Whois is need to run this script.
# On debian you can install using apt-get:
# apt-get install libnet-cidr-perl libnet-whois-perl
#
<strong># Important: Replace the netname "NC-DIAL-IN-POOL" at the end of the
# script with the dial-in netname of your provider! Use the command
# whois &lt;my-ip-address&gt; to find out the netname.</strong>

use Net::CIDR;
use Net::CIDR ':all';
use Net::Whois::Raw;
use strict;

sub getRanges
{
  my($netname) = @_;
  my $whois;
  my @whois_array;
  my @ranges;

  $whois = whois( $netname, 'whois.ripe.net' );

  @whois_array   = split( "\n", $whois );
  @ranges        = grep( /inetnum:/, @whois_array );

  foreach ( @ranges )
  {
    s/inetnum://g;
    s/ //g;
    s/ - /-/g;

    foreach my $item ( Net::CIDR::range2cidr( $_ ) )
    {
      print "allow from " . $item . "\n";
    }
  }
}

getRanges('NC-DIAL-IN-POOL');

#for( my $i=1; $i &lt;= 30; $i++)
#{
#  getRanges('DTAG-DIAL' . $i);
#}</pre><div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fhow-do-you-protect-your-blog-from-hackers&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol><li><a href='http://technitip.net/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update' rel='bookmark' title='Permanent Link: WordPress 3.0 „Thelonious“ Update'>WordPress 3.0 „Thelonious“ Update</a></li><li><a href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Permanent Link: Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li><li><a href='http://technitip.net/howto-beautify-ugly-php-urls' rel='bookmark' title='Permanent Link: Howto Beautify Ugly .PHP URL&#8217;s'>Howto Beautify Ugly .PHP URL&#8217;s</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/how-do-you-protect-your-blog-from-hackers/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress 3.0 „Thelonious“ Update</title><link>http://technitip.net/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update</link> <comments>http://technitip.net/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update#comments</comments> <pubDate>Tue, 22 Jun 2010 11:20:39 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[generator]]></category> <category><![CDATA[key]]></category> <category><![CDATA[Thelonious]]></category> <category><![CDATA[update]]></category> <category><![CDATA[Wordpress 3.0]]></category><guid isPermaLink="false">http://technitip.net/?p=1436</guid> <description><![CDATA[A few days WordPress 3.0 called &#8220;Thelonious&#8221; has been released. I&#8217;ve used the automatic update feature for two blog installations without problems. For security reasons you should add four new keys to your wp-config.php in the root directory of your WordPress installation. The easiest way to generate the keys  is to use the key generator [...]<div style="clear: both;"> <strong>Related posts:</strong><ol><li><a href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Permanent Link: Useful WordPress Plugins'>Useful WordPress Plugins</a></li><li><a href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Permanent Link: Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li><li><a href='http://technitip.net/wordpress-page-navigation-plugin-wp-pagenavi' rel='bookmark' title='Permanent Link: WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;'>WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>A few days WordPress 3.0 called &#8220;Thelonious&#8221; has been released. I&#8217;ve used the automatic update feature for two blog installations without problems.</p><p>For security reasons you should add four new keys to your wp-config.php in the root directory of your WordPress installation. The easiest way to generate the keys  is to use the <a title="WordPress Key Generator" href="https://api.wordpress.org/secret-key/1.1/salt/" target="_blank">key generator</a> from <a title="wordpress.org" href="http://wordpress.org/" target="_blank">wordpress.org</a>. Copy the generated keys to your wp-config.php and finally log in again to wp-admin. As a result you will recognize the update wp-admin skin.</p><a href="http://technitip.net/wp-content/gallery/test/wordpress3.jpg" title="" class="shutterset_singlepic141" > <img class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/141__600x_wordpress3.jpg" alt="wordpress3" title="wordpress3" /> </a><div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fwordpress-3-0-%25e2%2580%259ethelonious%25e2%2580%259c-update&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol><li><a href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Permanent Link: Useful WordPress Plugins'>Useful WordPress Plugins</a></li><li><a href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Permanent Link: Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li><li><a href='http://technitip.net/wordpress-page-navigation-plugin-wp-pagenavi' rel='bookmark' title='Permanent Link: WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;'>WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress 2.8 Released</title><link>http://technitip.net/wordpress-2-8-released</link> <comments>http://technitip.net/wordpress-2-8-released#comments</comments> <pubDate>Thu, 11 Jun 2009 11:41:39 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[WordPress]]></category><guid isPermaLink="false">http://technitip.net/?p=1113</guid> <description><![CDATA[Some hours ago WordPress Version 2.8 has been released. All major changes and new features are listed on codex.wordpress.org I&#8217;ve used the automatic upgrade within the administration panel on two blogs with different plugins installed. On both blogs I could not detect a problem after the automatic upgrade. WP 2.8 comes with many changes, but [...]<div style="clear: both;"> <strong>Related posts:</strong><ol><li><a href='http://technitip.net/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update' rel='bookmark' title='Permanent Link: WordPress 3.0 „Thelonious“ Update'>WordPress 3.0 „Thelonious“ Update</a></li><li><a href='http://technitip.net/wordpress-favicon-plugin' rel='bookmark' title='Permanent Link: WordPress Favicon Plugin'>WordPress Favicon Plugin</a></li><li><a href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Permanent Link: Useful WordPress Plugins'>Useful WordPress Plugins</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>Some hours ago WordPress Version 2.8 has been released. All major changes and new features are listed on</p><ul><li><a title="Wordpress Version 2.8" href="http://codex.wordpress.org/Version_2.8" target="_blank">codex.wordpress.org</a></li></ul><p>I&#8217;ve used the automatic upgrade within the administration panel on two blogs with different plugins installed. On both blogs I could not detect a problem after the automatic upgrade.</p><p>WP 2.8 comes with many changes, but I could not detect one which is important for me.</p><div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fwordpress-2-8-released&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol><li><a href='http://technitip.net/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update' rel='bookmark' title='Permanent Link: WordPress 3.0 „Thelonious“ Update'>WordPress 3.0 „Thelonious“ Update</a></li><li><a href='http://technitip.net/wordpress-favicon-plugin' rel='bookmark' title='Permanent Link: WordPress Favicon Plugin'>WordPress Favicon Plugin</a></li><li><a href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Permanent Link: Useful WordPress Plugins'>Useful WordPress Plugins</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/wordpress-2-8-released/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress Favicon Plugin</title><link>http://technitip.net/wordpress-favicon-plugin</link> <comments>http://technitip.net/wordpress-favicon-plugin#comments</comments> <pubDate>Sun, 07 Jun 2009 13:26:21 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Favicon]]></category> <category><![CDATA[MaxBlogPress]]></category> <category><![CDATA[Plugin]]></category><guid isPermaLink="false">http://technitip.net/?p=1101</guid> <description><![CDATA[Missing the favicon in your WordPress blog? Then you should install the MaxBlogPress Favicion plugin. It&#8217;s easy to use and comes with 100 pre installed icons. Or you are able to upload you own icon. Problems After installation the MaxBlogPress Favicion on the TechniTip.Net blog all pages were returned empty to the browser. I don&#8217;t [...]<div style="clear: both;"> <strong>Related posts:</strong><ol><li><a href='http://technitip.net/wptouch-mobile-plugintheme-for-wordpress' rel='bookmark' title='Permanent Link: WPtouch: Mobile Plugin&#038;Theme for WordPress'>WPtouch: Mobile Plugin&#038;Theme for WordPress</a></li><li><a href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Permanent Link: Useful WordPress Plugins'>Useful WordPress Plugins</a></li><li><a href='http://technitip.net/wordpress-page-navigation-plugin-wp-pagenavi' rel='bookmark' title='Permanent Link: WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;'>WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;</a></li></ol></div>]]></description> <content:encoded><![CDATA[
<a href="http://technitip.net/wp-content/gallery/test/vollbildaufzeichnung-07062009-150749.jpg" title="" class="shutterset_singlepic109" > <img class="ngg-singlepic ngg-right" src="http://technitip.net/wp-content/gallery/cache/109__320x240_vollbildaufzeichnung-07062009-150749.jpg" alt="vollbildaufzeichnung-07062009-150749" title="vollbildaufzeichnung-07062009-150749" /> </a> Missing the favicon in your WordPress blog? Then you should install the <a title="MaxBlogPress Favicon" href="http://www.maxblogpress.com/plugins/mfi/" target="_blank">MaxBlogPress Favicion</a> plugin. It&#8217;s easy to use and comes with 100 pre installed icons. Or you are able to upload you own icon.</p><p><strong>Problems</strong></p><p>After installation the <a title="MaxBlogPress Favicon" href="http://www.maxblogpress.com/plugins/mfi/" target="_blank">MaxBlogPress Favicion</a> on the TechniTip.Net blog all pages were returned empty to the browser. I don&#8217;t know exactly what did cause this issue, but could solve it  by changing the plugin code injecting mode:</p><p>Enter Settings-&gt;MBP Favicon-&gt;Advanced Options and checked [x] wp_head() instead of Buffer Caching.</p><p>Afterwards everything was fine.</p><p><strong>Installation</strong></p><ul><li>Install via download from <a title="MaxBlogPress Favicon" href="http://www.maxblogpress.com/plugins/mfi/" target="_blank">MaxBlogPress Favicion</a> and unpack it to your plugin folder<a title="MaxBlogPress Favicon" href="http://www.maxblogpress.com/plugins/mfi/" target="_blank"><br /> </a></li><li>Or search for &#8220;MaxBlogPress Favicion&#8221; in the plugin section in your WP-Admin if you have WordPress 2.7 or newer installed</li></ul><p><strong>Links</strong></p><ul><li><a title="MaxBlogPress Favicon" href="http://www.maxblogpress.com/plugins/mfi/" target="_blank">MaxBlogPress Favicion</a></li></ul><p><div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fwordpress-favicon-plugin&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></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='Permanent Link: WPtouch: Mobile Plugin&#038;Theme for WordPress'>WPtouch: Mobile Plugin&#038;Theme for WordPress</a></li><li><a href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Permanent Link: Useful WordPress Plugins'>Useful WordPress Plugins</a></li><li><a href='http://technitip.net/wordpress-page-navigation-plugin-wp-pagenavi' rel='bookmark' title='Permanent Link: WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;'>WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/wordpress-favicon-plugin/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>WPtouch: Mobile Plugin&amp;Theme for WordPress</title><link>http://technitip.net/wptouch-mobile-plugintheme-for-wordpress</link> <comments>http://technitip.net/wptouch-mobile-plugintheme-for-wordpress#comments</comments> <pubDate>Wed, 03 Jun 2009 17:44:53 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[iPhone]]></category> <category><![CDATA[iPod]]></category> <category><![CDATA[Mobile]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[Theme]]></category> <category><![CDATA[WP Super Cache]]></category> <category><![CDATA[WPtouch]]></category><guid isPermaLink="false">http://technitip.net/?p=1090</guid> <description><![CDATA[An incredible cool plugin for WordPress and all mobile devices like iPhone, iPod, Android or Blackberry is &#8220;WPtouch&#8220;. It automatically generates pages for perfect display on mobile devices from your WordPress blog. Installation is totally easy and the result is looking great! See the difference: The single post view: Installation If you have WordPress 2.7 [...]<div style="clear: both;"> <strong>Related posts:</strong><ol><li><a href='http://technitip.net/wordpress-page-navigation-plugin-wp-pagenavi' rel='bookmark' title='Permanent Link: 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-favicon-plugin' rel='bookmark' title='Permanent Link: WordPress Favicon Plugin'>WordPress Favicon Plugin</a></li><li><a href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Permanent Link: Useful WordPress Plugins'>Useful WordPress Plugins</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>An incredible cool plugin for WordPress and all mobile devices like iPhone, iPod, Android or Blackberry is &#8220;<a title="WPtouch: WordPress on iPhone, iPod &amp; Android" href="http://www.bravenewcode.com/wptouch/" target="_blank">WPtouch</a>&#8220;. It automatically generates pages for perfect display on mobile devices from your WordPress blog. Installation is totally easy and the result is looking great!</p><p>See the difference:</p><a href="http://technitip.net/wp-content/gallery/test/wptouch1.jpg" title="" class="shutterset_singlepic107" > <img class="ngg-singlepic ngg-center" src="http://technitip.net/wp-content/gallery/cache/107__600x_wptouch1.jpg" alt="wptouch1.jpg" title="wptouch1.jpg" /> </a><p>The single post view:</p><a href="http://technitip.net/wp-content/gallery/test/wptouch2.jpg" title="" class="shutterset_singlepic108" > <img class="ngg-singlepic ngg-center" src="http://technitip.net/wp-content/gallery/cache/108__600x_wptouch2.jpg" alt="wptouch2.jpg" title="wptouch2.jpg" /> </a><p><strong>Installation</strong></p><p>If you have WordPress 2.7 or newer installed, the installation can be done with a few clicks:</p><ul><li>Enter the admin page and select &#8220;Plugins&#8221;</li><li>Scroll down to the section &#8220;Get More Plugins&#8221;</li><li>Select &#8220;Plugin Browser/Installer&#8221;</li><li>Search for &#8220;WPtouch&#8221; and install</li></ul><p>Otherwise you have to go the manual way.</p><p><strong>Problems with WP Super Cache</strong></p><p>If you are using WPtouch together with the WP Super Cache plugin you may run into trouble, I solved it with the following steps:</p><ol><li>In Settings-&gt;WP Super Cache add the following Recected User Agents:<br /> iPhone<br /> iPod<br /> aspen<br /> dream<br /> incognito<br /> webmate<br /> BlackBerry9500<br /> BlackBerry9530</li><li>Add the following line in your .htaccess<br /> <code>RewriteCond %{HTTP_USER_AGENT} !^.+(iPhone|iPod|aspen|dream|incognito|webmate|BlackBerry9500|BlackBerry9530)</code><br /> This line should be inserted above the following existing line:<br /> <code>RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f</code></li></ol><p><strong>Links</strong></p><ul><li><a title=" WPtouch: WordPress on iPhone, iPod &amp; Android" href="http://www.bravenewcode.com/wptouch/" target="_blank">WPtouch: WordPress on iPhone, iPod &amp; Android</a></li><li><a title="WPtouch iPhone Theme" href="http://wordpress.org/extend/plugins/wptouch/" target="_blank">WPtouch iPhone Theme</a></li></ul><div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fwptouch-mobile-plugintheme-for-wordpress&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></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='Permanent Link: 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-favicon-plugin' rel='bookmark' title='Permanent Link: WordPress Favicon Plugin'>WordPress Favicon Plugin</a></li><li><a href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Permanent Link: Useful WordPress Plugins'>Useful WordPress Plugins</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/wptouch-mobile-plugintheme-for-wordpress/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Useful WordPress Plugins</title><link>http://technitip.net/useful-wordpress-plugins</link> <comments>http://technitip.net/useful-wordpress-plugins#comments</comments> <pubDate>Fri, 02 Jan 2009 15:53:22 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[useful]]></category><guid isPermaLink="false">http://technitip.net/?p=167</guid> <description><![CDATA[This is my collection of useful wordpress plugins. Social bookmarking plugin Add links on your posts to popular social bookmarking sites. Google sitemap generator plugin This plugin generates a XML-Sitemap compliant sitemap of your WordPress blog. This format is supported by Ask.com, Google, YAHOO and MSN Search. All in One SEO pack plugin Automatic Search [...]<div style="clear: both;"> <strong>Related posts:</strong><ol><li><a href='http://technitip.net/wordpress-favicon-plugin' rel='bookmark' title='Permanent Link: WordPress Favicon Plugin'>WordPress Favicon Plugin</a></li><li><a href='http://technitip.net/wptouch-mobile-plugintheme-for-wordpress' rel='bookmark' title='Permanent Link: WPtouch: Mobile Plugin&#038;Theme for WordPress'>WPtouch: Mobile Plugin&#038;Theme for WordPress</a></li><li><a href='http://technitip.net/wordpress-page-navigation-plugin-wp-pagenavi' rel='bookmark' title='Permanent Link: WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;'>WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>This is my collection of useful wordpress plugins.</p><ul><li><a title="Sociable Zyblog Edition" href=" http://wordpress.org/extend/plugins/sociable-zyblog-edition/installation/" target="_blank">Social bookmarking plugin<br /> </a>Add links on your posts to popular social bookmarking sites<a title="Sociable Zyblog Edition" href=" http://wordpress.org/extend/plugins/sociable-zyblog-edition/installation/" target="_blank">.</a></li><li><a title="    * Home     * Archive     * Tags     * Impressum  Google (XML) Sitemaps Generator for WordPress" href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator" target="_blank">Google sitemap generator plugin<br /> </a>This plugin generates a XML-Sitemap compliant sitemap of your WordPress blog. This format is supported by Ask.com, Google, YAHOO and MSN Search.<a title="    * Home     * Archive     * Tags     * Impressum  Google (XML) Sitemaps Generator for WordPress" href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator" target="_blank"></a></li><li><a title="All in One SEO Pack Plugin" href="http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/" target="_blank">All in One SEO pack plugin<br /> </a>Automatic Search Engine Optimization (SEO) out of the box for your wordpress blog.</li><li><a title="NextGEN Gallery Plugin" href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/" target="_blank">NextGEN Gallery plugin</a><br /> Really nice and easy to use gallery script for wordpress.</li><li><a title="Akismet checks your comments against the Akismet web service to see if they look like spam or not and lets you review the spam it catches under your blog's &quot;Comments&quot; admin screen." href="http://wordpress.org/extend/plugins/akismet/" target="_blank">Askmet plugin</a><br /> Akismet checks your comments against the Akismet web service to see if they look like spam or not and lets you review the spam it catches under your blog&#8217;s &#8220;Comments&#8221; admin screen.</li><li><a title="Google Analytics Plugin" href="http://wordpress.org/extend/plugins/google-analytics-for-wordpress/" target="_blank">Google Analytics plugin</a><br /> The Google Analytics for WordPress plugin automatically tracks and segments all outbound links from within posts, comment author links, links within comments, blogroll links and downloads. It also allows you to track AdSense clicks, add extra search engines, track image search queries and it will even work together with Urchin.</li><li><a title="Cross-reference plugin" href="http://wordpress.org/extend/plugins/cross-references-plugin/" target="_blank">Cross-references plugin</a><br /> Useful plugin for manually setting a reference to another post or page. It will generate backward references automatically.</li><li><a title="WP Super Cache" href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super Cache</a><br /> This plugin generates static html files from your dynamic WordPress blog. After a html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts.</li><li><a title="WPtouch: Mobile Plugin&amp;Theme for WordPress" href="http://technitip.net/2009/06/wptouch-mobile-plugintheme-for-wordpress/" target="_self">WPtouch: Mobile Plugin&amp;Theme for WordPress</a><br /> It automatically generates pages for perfect display on mobile devices from your WordPress blog.</li><li><a title="MaxBlogPress Favicon" href="http://www.maxblogpress.com/plugins/mfi/" target="_blank">MaxBlogPress Favicon</a><br /> Adds a favicon icon to your WordPress blog with 100 pre installed icons.</li><li><a title="Yet Another Related Posts Plugin" href="http://mitcho.com/code/yarpp/" target="_blank">Yet Another Related Posts Plugin</a><br /> Gives you a list of posts and/or pages related to the current entry.</li><li><a title="WP-PageNavi WordPress Plugin" href="Adds a more advanced paging navigation to your WordPress site." target="_blank">WP-PageNavi</a><br /> Adds a more advanced paging navigation to your WordPress site.</li></ul><div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fuseful-wordpress-plugins&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol><li><a href='http://technitip.net/wordpress-favicon-plugin' rel='bookmark' title='Permanent Link: WordPress Favicon Plugin'>WordPress Favicon Plugin</a></li><li><a href='http://technitip.net/wptouch-mobile-plugintheme-for-wordpress' rel='bookmark' title='Permanent Link: WPtouch: Mobile Plugin&#038;Theme for WordPress'>WPtouch: Mobile Plugin&#038;Theme for WordPress</a></li><li><a href='http://technitip.net/wordpress-page-navigation-plugin-wp-pagenavi' rel='bookmark' title='Permanent Link: WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;'>WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/useful-wordpress-plugins/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>