<?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>zeo &#187; theme</title>
	<atom:link href="http://zeo.unic.net.my/tag/theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://zeo.unic.net.my</link>
	<description>Safirul Alredha on web, WordPress, K2, Apple, ...</description>
	<lastBuildDate>Thu, 02 Jun 2011 01:31:06 +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>Uninstall Option for WordPress theme</title>
		<link>http://zeo.unic.net.my/uninstall-option-for-wordpress-theme/</link>
		<comments>http://zeo.unic.net.my/uninstall-option-for-wordpress-theme/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 06:36:43 +0000</pubDate>
		<dc:creator>zeo</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[uninstall]]></category>

		<guid isPermaLink="false">http://zeo.unic.net.my/?p=877</guid>
		<description><![CDATA[Useful uninstall option &#8220;snippet&#8221; for your WordPress theme admin option. Basically, this reverts WordPress to the default theme and removes all theme settings from the database. Change option your_theme with your own: global $wpdb; delete_option('your_theme'); switch_theme('default', 'default'); wp_cache_flush(); wp_redirect('themes.php?activated=true'); exit();]]></description>
			<content:encoded><![CDATA[<p>Useful uninstall option &#8220;snippet&#8221; for your WordPress theme admin option. Basically, this reverts WordPress to the default theme and removes all theme settings from the database. Change option <code>your_theme</code> with your own:</p>
<pre>
global $wpdb;

delete_option('your_theme');
switch_theme('default', 'default');
wp_cache_flush();

wp_redirect('themes.php?activated=true');
exit();
</pre>
]]></content:encoded>
			<wfw:commentRss>http://zeo.unic.net.my/uninstall-option-for-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

