<?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, 28 Nov 2009 14:39:51 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Display list of wordpress pages in two columns</title>
		<description><![CDATA[Usually in WordPress, the following code is used to call the pages list (you can find it in one of the sidebar files):
&#60;?php wp_list_pages(); ?&#62;
Normally when the list of pages is displayed in the sidebar or on any part of the theme, it displays in a single column. Through the following hack, you can split [...]]]></description>
		<link>http://www.livexp.net/wordpress/display-list-of-wordpress-pages-in-two-columns.html</link>
			</item>
	<item>
		<title>Top 10 JavaScript Frameworks</title>
		<description><![CDATA[JavaScript – an indispensable part for developing websites and web pages, whether that is simple pages or professional website, and whether you are senior or junior. Nowadays, JavaScript frameworks become more powerful and more specialized; they can do many things in just a few basic steps.
However, when you decide that you need a JavaScript framework [...]]]></description>
		<link>http://www.livexp.net/technology/ajax/framework/top-10-javascript-frameworks.html</link>
			</item>
	<item>
		<title>Get tags related to wordpress category</title>
		<description><![CDATA[Do you noticed there is no native way to retrieve tags based on the wordpress category.
But if you want to be able to get tags related to one (or more) specific category, just insert the following function in your theme&#8217;s functions.php.

&#160;

Here is the function you have to paste in your function.php file:
function get_category_tags($args) {
global $wpdb;
$tags [...]]]></description>
		<link>http://www.livexp.net/wordpress/get-tags-related-to-wordpress-category.html</link>
			</item>
	<item>
		<title>Get all wordpress custom fields from a page or a post</title>
		<description><![CDATA[Sometimes you may need to get all custom fields from a specific post or page. How can we do that?
Just paste the following functions on the functions.php files from your theme.
Note: The function have lots of comments so it will help you to understand how it works.
function all_my_customs($id = 0){
    //if we [...]]]></description>
		<link>http://www.livexp.net/wordpress/get-all-wordpress-custom-fields-from-a-page-or-a-post.html</link>
			</item>
	<item>
		<title>Choose which wordpress sidebar to use</title>
		<description><![CDATA[Wordpress always have to display the same boring sidebar on each page? What can we do?
Don&#8217;t worry, just create a few sidebar files, upload it to your wordpress theme directory. Then the code follow will do the rest.
open single.php and find the call to the get_sidebar() function:
&#60;?php get_sidebar(); ?&#62;
Replace it by:
&#60;?php $sidebar = get_post_meta($post-&#62;ID, "sidebar", [...]]]></description>
		<link>http://www.livexp.net/wordpress/choose-which-wordpress-sidebar-to-use.html</link>
			</item>
</channel>
</rss>
