<?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"
	>

<channel>
	<title>Live Experience</title>
	<atom:link href="http://www.livexp.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.livexp.net</link>
	<description>Live Experience</description>
	<pubDate>Sat, 17 Sep 2011 15:30:11 +0000</pubDate>
	<generator>http://www.livexp.net/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Remove the Admin Bar from WordPress</title>
		<link>http://www.livexp.net/wordpress/remove-the-admin-bar-from-wordpress.html</link>
		<comments>http://www.livexp.net/wordpress/remove-the-admin-bar-from-wordpress.html#comments</comments>
		<pubDate>Sat, 17 Sep 2011 15:29:29 +0000</pubDate>
		<dc:creator>Live</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[admin]]></category>

		<category><![CDATA[bar]]></category>

		<guid isPermaLink="false">http://www.livexp.net/?p=324</guid>
		<description><![CDATA[There is a new admin bar add to WordPress 3.x that shows up when you are logged in as a subscriber or above. But if you don&#8217;t like it and want to remove it, just paste the following code into your functions.php file, save it and goodbye admin bar.

add_filter('show_admin_bar', '__return_false');

]]></description>
		<wfw:commentRss>http://www.livexp.net/wordpress/remove-the-admin-bar-from-wordpress.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Common set of custom functions for wordpress</title>
		<link>http://www.livexp.net/wordpress/common-set-of-custom-functions-for-wordpress.html</link>
		<comments>http://www.livexp.net/wordpress/common-set-of-custom-functions-for-wordpress.html#comments</comments>
		<pubDate>Thu, 27 May 2010 01:13:18 +0000</pubDate>
		<dc:creator>Live</dc:creator>
		
		<category><![CDATA[Featured]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[function]]></category>

		<guid isPermaLink="false">http://www.livexp.net/?p=323</guid>
		<description><![CDATA[When designing WordPress themes, we always add a common set of custom functions to the wordpress theme&#8217;s functions.php file. This speeds up development time and optimizing many key aspects of WordPress, because we don&#8217;t have to hunt for and individually copy the same slew of functions for every theme.
In this article, we deliver prime collection [...]]]></description>
		<wfw:commentRss>http://www.livexp.net/wordpress/common-set-of-custom-functions-for-wordpress.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Replace wordpress Content in PRE Tags with HTML Entities</title>
		<link>http://www.livexp.net/wordpress/replace-wordpress-content-in-pre-tags-with-html-entities.html</link>
		<comments>http://www.livexp.net/wordpress/replace-wordpress-content-in-pre-tags-with-html-entities.html#comments</comments>
		<pubDate>Wed, 26 May 2010 00:44:15 +0000</pubDate>
		<dc:creator>Live</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[content]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[pre]]></category>

		<guid isPermaLink="false">http://www.livexp.net/?p=322</guid>
		<description><![CDATA[If you have a website that often display some code on your wordpress, you know the important of converting PRE tag content to their HTML entities.
Doing so prevents worlds of possible rendering issues. 
Just paste the following in your functions.php file.
Once saved, it will automatically replace all content within &#60;pre&#62; and &#60;/pre&#62; tags by html [...]]]></description>
		<wfw:commentRss>http://www.livexp.net/wordpress/replace-wordpress-content-in-pre-tags-with-html-entities.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Automatically empty wordpress Trash</title>
		<link>http://www.livexp.net/wordpress/automatically-empty-wordpress-trash.html</link>
		<comments>http://www.livexp.net/wordpress/automatically-empty-wordpress-trash.html#comments</comments>
		<pubDate>Tue, 25 May 2010 00:28:54 +0000</pubDate>
		<dc:creator>Live</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[trash]]></category>

		<guid isPermaLink="false">http://www.livexp.net/?p=321</guid>
		<description><![CDATA[Trash is a new functionality from WordPress 2.9. When an item (post, comment, etc) is deleted, it goes in Trash instead of being permanently removed. Here is a tip to tell your WordPress blog to autmatically empty trash every X days.
Simply open your wp-config.php file (located at the root of your WOrdPress install) and paste [...]]]></description>
		<wfw:commentRss>http://www.livexp.net/wordpress/automatically-empty-wordpress-trash.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Put HTML tags into wordpress post title</title>
		<link>http://www.livexp.net/wordpress/put-html-tags-into-wordpress-post-title.html</link>
		<comments>http://www.livexp.net/wordpress/put-html-tags-into-wordpress-post-title.html#comments</comments>
		<pubDate>Tue, 25 May 2010 00:19:08 +0000</pubDate>
		<dc:creator>Live</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://www.livexp.net/?p=320</guid>
		<description><![CDATA[You don’t want to go putting HTML tags directly into post titles. It might show up OK on your own site, but it can be problematic. For example, your titles through RSS will show the tags as next, not render them, here is almost-as-simple way to go about it.
1. Enter title without HTML
2. Create a [...]]]></description>
		<wfw:commentRss>http://www.livexp.net/wordpress/put-html-tags-into-wordpress-post-title.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

