<?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>Tutorials, Scripts, Technology and Interview Tips &#187; Wordpress Tips</title>
	<atom:link href="http://mistonline.in/wp/tutorials/wordpress-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://mistonline.in/wp</link>
	<description>The One Stop Reference For Web Developers</description>
	<lastBuildDate>Thu, 09 Feb 2012 17:09:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Iframe virus popular among wordpress users[FIX]</title>
		<link>http://mistonline.in/wp/iframe-virus-popular-among-wordpress-usersfix/</link>
		<comments>http://mistonline.in/wp/iframe-virus-popular-among-wordpress-usersfix/#comments</comments>
		<pubDate>Sun, 29 May 2011 19:19:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1442</guid>
		<description><![CDATA[Iframe virus are very much popular among wordpress users. The webmasters who use wordpress as their backend have to spend most of their valuable time searching for these virus once affected and most of the time they end up in shutting down their website. [If they do not have a habit of taking incremental backups] [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/iframe-virus-popular-among-wordpress-usersfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed up wordpress using .htaccess part 1</title>
		<link>http://mistonline.in/wp/speed-up-wordpress-using-htaccess-part-1/</link>
		<comments>http://mistonline.in/wp/speed-up-wordpress-using-htaccess-part-1/#comments</comments>
		<pubDate>Sun, 22 May 2011 08:33:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=340</guid>
		<description><![CDATA[Very simple method to speed up websites that use wordpress as backend using .htaccess methodology Add the below stuff whatever i have given in your .htaccess file simple. gzip files gzip allows you to compress files, so obviously that means they load faster. The code below will gzip html, text, css, js and php files: [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/speed-up-wordpress-using-htaccess-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Tags in wordpress</title>
		<link>http://mistonline.in/wp/display-tags-in-wordpress/</link>
		<comments>http://mistonline.in/wp/display-tags-in-wordpress/#comments</comments>
		<pubDate>Thu, 19 May 2011 08:33:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[Email]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/display-tags-in-wordpress/</guid>
		<description><![CDATA[A very simple method to add the tags on to a wordpress theme.Its pretty simple just add the below lines to the file you want it to appear, prefferably SIDEBAR.PHP.This can be easily done using  wp_tag_cloud(),  Here the smallest means the FONT size of the catagory where least number of post have been made,Largest means [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/display-tags-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress UPGRADE Fatal error: Call to a member function add_rewrite_tag()</title>
		<link>http://mistonline.in/wp/wordpress-upgrade-fatal-error-call-to-a-member-function-add_rewrite_tag/</link>
		<comments>http://mistonline.in/wp/wordpress-upgrade-fatal-error-call-to-a-member-function-add_rewrite_tag/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 14:58:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1031</guid>
		<description><![CDATA[Today i was upgrading one of my website from WordPress version 2.7 to Version 3.0.1 and was trying to do this from my Admin Console since it is very easy. But today was a lazy day for me that i didnt even bother to take my DB backup, WHY? because last time i have done [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/wordpress-upgrade-fatal-error-call-to-a-member-function-add_rewrite_tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable the TRACE and TRACK For More Security</title>
		<link>http://mistonline.in/wp/disable-the-trace-and-track-for-more-security/</link>
		<comments>http://mistonline.in/wp/disable-the-trace-and-track-for-more-security/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 21:54:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=352</guid>
		<description><![CDATA[An attacker may manipulate the TRACE and TRACK methods to intercept your visitors’ sensitive data. The solution, of course, is disable these methods on your webserver.This is a security vulnerability found in Apache servers.So to disable this just add the below lines.You can add this httpd.conf or .htaccess How to disable the TRACE and TRACK [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/disable-the-trace-and-track-for-more-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed up wordpress using .htaccess part 2</title>
		<link>http://mistonline.in/wp/speed-up-wordpress-using-htaccess-part-2/</link>
		<comments>http://mistonline.in/wp/speed-up-wordpress-using-htaccess-part-2/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 07:56:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=347</guid>
		<description><![CDATA[1 &#8211; Protect your WordPress blog from hotlinking Hotlinking is the use of an image from one site into a web page belonging to another site. Many bloggers are hotlinked, and have their bandwidth used on another websites. This very helpful code will protect your WordPress blog from hotlinking. RewriteEngine On #Replace ?mysite\.com/ with your [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/speed-up-wordpress-using-htaccess-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Vulnerability</title>
		<link>http://mistonline.in/wp/wordpress-vulnerability/</link>
		<comments>http://mistonline.in/wp/wordpress-vulnerability/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 03:58:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hack]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=337</guid>
		<description><![CDATA[Hello guys, In my previous post i have highlighted the security issues for wordpress and how to resolve those bugs.See the post here . Now i will update you with another fix that you guys can do to protect your /wp-admin/* directory.It should be password protected or restricted to IP address. This will reduce attacks [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/wordpress-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix 500 Internal Server Error In WordPress</title>
		<link>http://mistonline.in/wp/fix-500-internal-server-error-in-wordpress/</link>
		<comments>http://mistonline.in/wp/fix-500-internal-server-error-in-wordpress/#comments</comments>
		<pubDate>Mon, 25 May 2009 07:07:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=180</guid>
		<description><![CDATA[Hi Visitors, Two days before i experienced a 500 intenal server error while posting topics and editing my existing topics.I was really disappointed to see that coz if i am unable to post a new topic there is no use in retaining this website, i have to shut it down  . So after a day [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/fix-500-internal-server-error-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to display popular posts in wordpress</title>
		<link>http://mistonline.in/wp/how-to-display-popular-posts-in-wordpress/</link>
		<comments>http://mistonline.in/wp/how-to-display-popular-posts-in-wordpress/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 06:33:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[Email]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/how-to-display-popular-posts-in-wordpress/</guid>
		<description><![CDATA[I came across different wordpress themes where they wont provide the popular post catogory, so this a simple tip to help you guys regarding the addition of how to display popular posts in wordpress themes.Usually the SIDEBAR.PHP is the is the best area where we can put this code.Its very simple just add the code [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/how-to-display-popular-posts-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

