<?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; Plugin</title> <atom:link href="http://technitip.net/tag/plugin/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>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>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> </channel> </rss>