<?xml version="1.0" encoding="UTF-8"?><!-- generator="Live experience/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Live Experience</title>
	<link>http://www.livexp.net</link>
	<description>Live Experience</description>
	<lastBuildDate>Sat, 17 Sep 2011 15:30:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Remove the Admin Bar from WordPress</title>
		<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>
		<link>http://www.livexp.net/wordpress/remove-the-admin-bar-from-wordpress.html</link>
			</item>
	<item>
		<title>Common set of custom functions for wordpress</title>
		<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>
		<link>http://www.livexp.net/wordpress/common-set-of-custom-functions-for-wordpress.html</link>
			</item>
	<item>
		<title>Replace wordpress Content in PRE Tags with HTML Entities</title>
		<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>
		<link>http://www.livexp.net/wordpress/replace-wordpress-content-in-pre-tags-with-html-entities.html</link>
			</item>
	<item>
		<title>Automatically empty wordpress Trash</title>
		<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>
		<link>http://www.livexp.net/wordpress/automatically-empty-wordpress-trash.html</link>
			</item>
	<item>
		<title>Put HTML tags into wordpress post title</title>
		<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>
		<link>http://www.livexp.net/wordpress/put-html-tags-into-wordpress-post-title.html</link>
			</item>
</channel>
</rss>

