<?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>Geeks Blog&#187; Wordpress</title>
	<atom:link href="http://allgeeks.info/cat/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://allgeeks.info</link>
	<description>Geeks Blog of Blogging</description>
	<lastBuildDate>Thu, 02 Sep 2010 20:17:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to make WordPress Twitter Tools Plugin XHTML Valid</title>
		<link>http://allgeeks.info/108/how-to-make-wordpress-twitter-tools-plugin-xhtml-valid/</link>
		<comments>http://allgeeks.info/108/how-to-make-wordpress-twitter-tools-plugin-xhtml-valid/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 20:17:31 +0000</pubDate>
		<dc:creator>coolsaint</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter Tools]]></category>

		<guid isPermaLink="false">http://allgeeks.info/?p=108</guid>
		<description><![CDATA[A common error occurs when including a URL which contains an ampersand (&#8220;&#038;&#8221;). WordPress Twitter Tools Plugin by Alex King do this, I mean put &#038; in the url. So we have to replace &#038; with it&#8217;s equivalent &#38; Follow the procedure : 1. Always Backup the original File 2. Find the twitter-tools.php file in [...]]]></description>
		<wfw:commentRss>http://allgeeks.info/108/how-to-make-wordpress-twitter-tools-plugin-xhtml-valid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to nofollow blog comments powered by DISQUS link</title>
		<link>http://allgeeks.info/94/how-to-nofollow-blog-comments-powered-by-disqus-link/</link>
		<comments>http://allgeeks.info/94/how-to-nofollow-blog-comments-powered-by-disqus-link/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 20:49:45 +0000</pubDate>
		<dc:creator>coolsaint</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Disqus]]></category>
		<category><![CDATA[wordpress-plugin]]></category>

		<guid isPermaLink="false">http://allgeeks.info/?p=94</guid>
		<description><![CDATA[Are you using Disqus comment plugin for WordPress? The plugin generates a followed link Titled &#8220;blog comments powered by DISQUS&#8221;. If you want to nofollow the link follow the tutorial below You have to edit the file disqus-comment-system/comments.php. I believe you have backed up the original file in case you make any mistake. Find the [...]]]></description>
		<wfw:commentRss>http://allgeeks.info/94/how-to-nofollow-blog-comments-powered-by-disqus-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to nofollow links in default related posts widget of WordPress</title>
		<link>http://allgeeks.info/82/how-to-nofollow-links-in-default-related-posts-widget-of-wordpress/</link>
		<comments>http://allgeeks.info/82/how-to-nofollow-links-in-default-related-posts-widget-of-wordpress/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 20:17:33 +0000</pubDate>
		<dc:creator>coolsaint</dc:creator>
				<category><![CDATA[How Tos]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://allgeeks.info/?p=82</guid>
		<description><![CDATA[Find the file default-widgets.php in wp-includes folder of WordPress Installation. Keep a backup of the original file incase you make mistake. Find the following lines of code under Recent_Posts widget class &#60;li&#62;&#60;a href=&#34;&#60;?php the_permalink&#40;&#41; ?&#62;&#34; title=&#34;&#60;?php echo esc_attr&#40;get_the_title&#40;&#41; ? get_the_title&#40;&#41; : get_the_ID&#40;&#41;&#41;; ?&#62;&#34;&#62;&#60;?php if &#40; get_the_title&#40;&#41; &#41; the_title&#40;&#41;; else the_ID&#40;&#41;; ?&#62;&#60;/a&#62;&#60;/li&#62; Change it to these. [...]]]></description>
		<wfw:commentRss>http://allgeeks.info/82/how-to-nofollow-links-in-default-related-posts-widget-of-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable WordPress 2 Visual Editor</title>
		<link>http://allgeeks.info/58/how-to-disable-wordpress-2-visual-editor/</link>
		<comments>http://allgeeks.info/58/how-to-disable-wordpress-2-visual-editor/#comments</comments>
		<pubDate>Sun, 02 May 2010 21:39:02 +0000</pubDate>
		<dc:creator>coolsaint</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[visual editor]]></category>

		<guid isPermaLink="false">http://allgeeks.info/?p=58</guid>
		<description><![CDATA[A lot of people I’ve spoke to, and many blog posts I have read have been really unhappy with the new visual editor in WordPress 2.0. It is pretty simple to revert back to the traditional post interface without all the WYSIWYG additions, but a lot of people aren’t sure how, or where to find [...]]]></description>
		<wfw:commentRss>http://allgeeks.info/58/how-to-disable-wordpress-2-visual-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove WordPress Trackback Spam</title>
		<link>http://allgeeks.info/56/how-to-remove-wordpress-trackback-spam/</link>
		<comments>http://allgeeks.info/56/how-to-remove-wordpress-trackback-spam/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 21:16:40 +0000</pubDate>
		<dc:creator>coolsaint</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[trackback]]></category>

		<guid isPermaLink="false">http://allgeeks.info/?p=56</guid>
		<description><![CDATA[I have recently found lot of trackback spam in one of my WordPress installation. Here is an article which will help you to remove trackback spam from SERP (Search engine Result Page). include this line in robots.txt Disallow: /*/*/trackback My permalink structure is like this domain name/post id/post title Change your robots.txt according to your [...]]]></description>
		<wfw:commentRss>http://allgeeks.info/56/how-to-remove-wordpress-trackback-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress administrator forgot Admin Password &#8211; How to reset?</title>
		<link>http://allgeeks.info/44/wordpress-administrator-forgot-admin-password-how-to-reset/</link>
		<comments>http://allgeeks.info/44/wordpress-administrator-forgot-admin-password-how-to-reset/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 17:52:14 +0000</pubDate>
		<dc:creator>coolsaint</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[wrodpress administration]]></category>

		<guid isPermaLink="false">http://allgeeks.info/?p=44</guid>
		<description><![CDATA[Lost your WordPress Admin Password . You don&#8217;t have any other admin password also. Need to reset your forgotten WordPress Admin Password? Here i will tell you how you can reset your forgotten WordPress administrator password. To complete the procedure you need to have the cpanel or phpmyadmin access. For those who doesn&#8217;t know what [...]]]></description>
		<wfw:commentRss>http://allgeeks.info/44/wordpress-administrator-forgot-admin-password-how-to-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Remove WordPress Top 10 Plugin&#8217;s Dashboard Pagination</title>
		<link>http://allgeeks.info/32/remove-wordpress-top-10-plugins-dashboard-pagination/</link>
		<comments>http://allgeeks.info/32/remove-wordpress-top-10-plugins-dashboard-pagination/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 22:20:29 +0000</pubDate>
		<dc:creator>coolsaint</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[top 10 plugin]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://allgeeks.info/?p=32</guid>
		<description><![CDATA[For Those Who are still not familiar with Top 10 Plugin of WordPress - WordPress doesn’t count page views by default. Top 10 Plugin will count the number of page views on your single posts on a daily as well as overall basis. You can then display the page view count on individual posts and [...]]]></description>
		<wfw:commentRss>http://allgeeks.info/32/remove-wordpress-top-10-plugins-dashboard-pagination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Archive Page Template Customization the_excerpt Tag</title>
		<link>http://allgeeks.info/26/archive-page-template-customization-the_excerpt-tag/</link>
		<comments>http://allgeeks.info/26/archive-page-template-customization-the_excerpt-tag/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 23:42:00 +0000</pubDate>
		<dc:creator>coolsaint</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[wordpress template]]></category>
		<category><![CDATA[wordpress template tag]]></category>

		<guid isPermaLink="false">http://allgeeks.info/?p=26</guid>
		<description><![CDATA[Recently I am redesigning a general WordPress Archive Template. The Template file for archive category or tag pages is archive.php if tag.php is not present. changed the &#60;?php the_content( $more_link_text, $strip_teaser, $more_file ); ?&#62; to this code &#60;?php the_excerpt(); ?&#62; The display has become much more cleaner than before. Only The title and a excerpt [...]]]></description>
		<wfw:commentRss>http://allgeeks.info/26/archive-page-template-customization-the_excerpt-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change Imagebrowser Template of Nextgen Gallery in WordPress</title>
		<link>http://allgeeks.info/22/how-to-change-imagebrowser-template-of-nextgen-gallery-in-wordpress/</link>
		<comments>http://allgeeks.info/22/how-to-change-imagebrowser-template-of-nextgen-gallery-in-wordpress/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 23:12:09 +0000</pubDate>
		<dc:creator>coolsaint</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[nextgen-gallery]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[wordpress-plugin]]></category>

		<guid isPermaLink="false">http://allgeeks.info/?p=22</guid>
		<description><![CDATA[To change the imagebrowser Template of Nextgen Gallery I have followed and did following steps. in the /css/nggallery.css file find .pic class which is set to width: 100%. Comment the line out. 1 2 3 4 .ngg-galleryoverview div.pic img &#123; /*width: 100%; */ &#125; in the /css/nggallery.css file find .ngg-imagebrowser img which is set to [...]]]></description>
		<wfw:commentRss>http://allgeeks.info/22/how-to-change-imagebrowser-template-of-nextgen-gallery-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 SECRET_KEY and SALT Cracking Vulnerability</title>
		<link>http://allgeeks.info/17/wordpress-25-secret_key-and-salt-cracking-vulnerability/</link>
		<comments>http://allgeeks.info/17/wordpress-25-secret_key-and-salt-cracking-vulnerability/#comments</comments>
		<pubDate>Fri, 02 May 2008 09:29:13 +0000</pubDate>
		<dc:creator>coolsaint</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Cracking]]></category>
		<category><![CDATA[SALT]]></category>
		<category><![CDATA[SECRET_KEY]]></category>
		<category><![CDATA[Vulnerability]]></category>

		<guid isPermaLink="false">http://www.allgeeks.info/?p=17</guid>
		<description><![CDATA[SECRET_KEY is the new addition to wordpress Security which is introduced in the WordPress 2.5. SECRET_KEY is used to secure WordPress Cookies. But an attacker can use this Key to intrude the WordPress system. In a recently found vulnerability discovered by xiam and published in Security Focus shows that an attacker can get into the [...]]]></description>
		<wfw:commentRss>http://allgeeks.info/17/wordpress-25-secret_key-and-salt-cracking-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
