<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum &#124; ThemeFuse &#187; User Favorites: frankz</title>
		<link><a href='http://themefuse.com/forum/profile/frankz'>frankz</a></link>
		<description>Best place for theme related questions</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 04:44:59 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://themefuse.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://themefuse.com/forum/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>kimthostrup on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2#post-57974</link>
			<pubDate>Wed, 11 Jul 2012 18:23:50 +0000</pubDate>
			<dc:creator>kimthostrup</dc:creator>
			<guid isPermaLink="false">57974@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Thnx, Max,&#60;/p&#62;
&#60;p&#62;/Kim
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2#post-57804</link>
			<pubDate>Tue, 10 Jul 2012 23:00:24 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">57804@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi Kim,&#60;br /&#62;
file was sent to your mail.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>kimthostrup on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2#post-57773</link>
			<pubDate>Tue, 10 Jul 2012 20:58:42 +0000</pubDate>
			<dc:creator>kimthostrup</dc:creator>
			<guid isPermaLink="false">57773@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi Max,&#60;/p&#62;
&#60;p&#62;Can you please send me updated php file to me ?&#60;/p&#62;
&#60;p&#62;Thanks in advance.&#60;/p&#62;
&#60;p&#62;/Kim
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>thomas@iugotoday.com on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2#post-43120</link>
			<pubDate>Tue, 10 Apr 2012 04:51:40 +0000</pubDate>
			<dc:creator>thomas@iugotoday.com</dc:creator>
			<guid isPermaLink="false">43120@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;thanks!
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar/page/3#post-28918</link>
			<pubDate>Sat, 17 Dec 2011 11:27:18 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">28918@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
go to Appearance -&#38;gt; Widgets and from Selected pages widget you need to deselect all pages. Save the widget and then select the needed pages again. Save the widget again and the changes need to take effect. This would work ONLY for selected pages widget.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2#post-28913</link>
			<pubDate>Sat, 17 Dec 2011 11:15:39 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">28913@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
please take a look upper and you would see the code that need to be used.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>AMG_1 on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar/page/3#post-28901</link>
			<pubDate>Sat, 17 Dec 2011 02:28:58 +0000</pubDate>
			<dc:creator>AMG_1</dc:creator>
			<guid isPermaLink="false">28901@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hello I am having the same issue with the sidebar page links widget being in alphabetical order. &#60;/p&#62;
&#60;p&#62;I followed your previous instructions and used this code in selected_pages_widget.php: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
				$tfuse_pages = array();
                                $args=array(&#38;#039;sort_column&#38;#039; =&#38;gt; &#38;#039;menu_order&#38;#039;);
                                $tfuse_pages_obj = get_pages($args);
				if (is_array($tfuse_pages_obj)) {
					foreach ($tfuse_pages_obj as $tfuse_page) { ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However, there is no change to the order. Can you assist me?
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>demorest81 on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2#post-28896</link>
			<pubDate>Sat, 17 Dec 2011 01:34:28 +0000</pubDate>
			<dc:creator>demorest81</dc:creator>
			<guid isPermaLink="false">28896@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Saw the code above, thanks!
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>frankz on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2#post-28341</link>
			<pubDate>Mon, 12 Dec 2011 08:24:46 +0000</pubDate>
			<dc:creator>frankz</dc:creator>
			<guid isPermaLink="false">28341@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Thx a lot, the code posted above solved my problem! :-)
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>frankz on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar/page/3#post-28340</link>
			<pubDate>Mon, 12 Dec 2011 08:17:04 +0000</pubDate>
			<dc:creator>frankz</dc:creator>
			<guid isPermaLink="false">28340@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Edit: Never mind, problem solved, found the solution in another thread (&#60;a href=&#34;http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2&#34; rel=&#34;nofollow&#34;&#62;http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;Thx a lot Max!
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar/page/2#post-28269</link>
			<pubDate>Sun, 11 Dec 2011 22:52:09 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">28269@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
the code was placed above already. Replacing the code below&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: php; gutter: false; first-line: 1; auto-links: false &#34;&#62;
&#38;lt;?php
$tfuse_pages = array();
$tfuse_pages_obj = get_pages();
if (is_array($tfuse_pages_obj)) {
foreach ($tfuse_pages_obj as $tfuse_page) {
?&#38;gt;
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
With this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: php; gutter: false; first-line: 1; auto-links: false &#34;&#62;
&#38;lt;?php
$tfuse_pages = array();
$args=array(&#38;#039;sort_column&#38;#039; =&#38;gt; &#38;#039;menu_order&#38;#039;); 
$tfuse_pages_obj = get_pages($args);
?&#38;gt;
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>frankz on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar/page/2#post-28228</link>
			<pubDate>Sun, 11 Dec 2011 14:44:16 +0000</pubDate>
			<dc:creator>frankz</dc:creator>
			<guid isPermaLink="false">28228@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I'm using the C3 Theme and have the same problem as the user pwhitewebdesign. I would like to ask if Max could send me the updated sidebar.php for this theme. Thx a lot :)
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2#post-26942</link>
			<pubDate>Sun, 27 Nov 2011 22:09:06 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">26942@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi @seopolitan,&#60;br /&#62;
the code is posted in this topic but anyway I sent the file to your mail address.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>vinvalentino on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2#post-26924</link>
			<pubDate>Sun, 27 Nov 2011 21:01:27 +0000</pubDate>
			<dc:creator>vinvalentino</dc:creator>
			<guid isPermaLink="false">26924@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;@seopolitan- he posted the code after my post, right above your own.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>seopolitan on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2#post-26920</link>
			<pubDate>Sun, 27 Nov 2011 20:14:33 +0000</pubDate>
			<dc:creator>seopolitan</dc:creator>
			<guid isPermaLink="false">26920@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Max - I'd like this code too as I'm having the same issue or ordering pages in the sidebar nav
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>vinvalentino on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2#post-23799</link>
			<pubDate>Thu, 27 Oct 2011 18:30:56 +0000</pubDate>
			<dc:creator>vinvalentino</dc:creator>
			<guid isPermaLink="false">23799@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Thanks! That was fast!
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2#post-23788</link>
			<pubDate>Thu, 27 Oct 2011 16:28:17 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">23788@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
this is the code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: php; gutter: false; first-line: 1; auto-links: false &#34;&#62;

&#38;lt;div class=&#38;quot;navigation&#38;quot;&#38;gt; 
 
	&#38;lt;?php
	$is_widget = false;
	
    if( is_category() ) {

		if ( is_category() ) $q_cat = get_query_var(&#38;#039;cat&#38;#039;);
		
		if ( get_option( PREFIX.&#38;#039;_categories_subcategories_sidebar_&#38;#039;. $q_cat ) == &#38;#039;true&#38;#039; ) { 		
        
			$cat = get_category( $q_cat );
	
			if ( $cat-&#38;gt;category_parent == 0 ) $parent  = get_query_var(&#38;#039;cat&#38;#039;);
			else                              $parent  = $cat-&#38;gt;category_parent; 
			
			$child_cats = get_categories(&#38;#039;child_of=&#38;#039;.$parent);
			
			if ($child_cats) { ?&#38;gt;
			
			&#38;lt;div class=&#38;quot;left-menu&#38;quot;&#38;gt;
				&#38;lt;ul&#38;gt;
					&#38;lt;?php
					$category_link = get_category_link( $parent ); ?&#38;gt;
		
					&#38;lt;?php if ( $q_cat == $parent ) { ?&#38;gt;
						&#38;lt;li class=&#38;quot;active&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo $category_link ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php echo get_cat_name($parent); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
						
					&#38;lt;?php } else { ?&#38;gt;
						&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo $category_link ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php echo get_cat_name($parent); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
						
					&#38;lt;?php } ?&#38;gt;
					
					&#38;lt;?php $categories = get_categories(&#38;quot;title_li=&#38;amp;child_of=&#38;quot;.$parent);  
					foreach ($categories as $cat) {
						 
						if ( $q_cat == $cat-&#38;gt;term_id ) { ?&#38;gt;
							&#38;lt;li class=&#38;quot;active&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_category_link( $cat-&#38;gt;term_id ) ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php echo $cat-&#38;gt;cat_name ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
							
						&#38;lt;?php } else { ?&#38;gt;
							&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_category_link( $cat-&#38;gt;term_id ) ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php echo $cat-&#38;gt;cat_name ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
						&#38;lt;?php }                                
					}                               
					?&#38;gt;
				&#38;lt;/ul&#38;gt;
			&#38;lt;/div&#38;gt;
			
			&#38;lt;?php 
			}
		}
    }
    ?&#38;gt;


 
	&#38;lt;?php
    if( is_page() ) {

		if ( is_page() ) $q_page = $post-&#38;gt;ID;
        
		if ( get_post_meta( $q_page, PREFIX.&#38;#039;_page_subpages_sidebar&#38;#039;, true ) == &#38;#039;true&#38;#039; ) { 		

			if ( $post-&#38;gt;post_parent == 0 )  $parent  = $post-&#38;gt;ID;
			else                            $parent  = $post-&#38;gt;post_parent ; 
			
			$args = array(
    &#38;#039;child_of&#38;#039; =&#38;gt; $parent,
    &#38;#039;sort_column&#38;#039; =&#38;gt; &#38;#039;menu_order&#38;#039;);
			$child_pages = get_pages($args);
			
			
			if ($child_pages) { ?&#38;gt;
			
			&#38;lt;div class=&#38;quot;left-menu&#38;quot;&#38;gt;
				&#38;lt;ul&#38;gt;
					&#38;lt;?php				
					$page_link = get_permalink( $parent ); ?&#38;gt;
		
					&#38;lt;?php if ( $q_page == $parent ) { ?&#38;gt;
						&#38;lt;li class=&#38;quot;active&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo $page_link ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php echo $post-&#38;gt;post_title; ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
						
					&#38;lt;?php } else { $post = get_post($parent); ?&#38;gt;
						&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
						
					&#38;lt;?php } ?&#38;gt;
					
					&#38;lt;?php $pages = get_pages($args);  
					foreach ($pages as $page) {
						 
						if ( $q_page == $page-&#38;gt;ID ) { ?&#38;gt;
							&#38;lt;li class=&#38;quot;active&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink( $page-&#38;gt;ID ) ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php echo $page-&#38;gt;post_title; ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
							
						&#38;lt;?php } else { ?&#38;gt;
							&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink( $page-&#38;gt;ID ) ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php echo $page-&#38;gt;post_title; ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
						&#38;lt;?php }                                
					}                               
					?&#38;gt;
				&#38;lt;/ul&#38;gt;
			&#38;lt;/div&#38;gt;
			
			&#38;lt;?php 
			}
		}
    }
    ?&#38;gt;


 
 	&#38;lt;?php
    // Multi Page Widget
    if ( is_page() )  {
        
        $pageID = $post-&#38;gt;ID;				
        $multi_widget = PREFIX.&#38;#039;_multi_widget_pages_hidden&#38;#039;;
        $count_multi_widget = get_option( $multi_widget );
        
        if( $count_multi_widget &#38;gt; 1 ) {
        
            for($i = 0; $i &#38;lt; $count_multi_widget; $i++)
            {
                $page_str = get_option( PREFIX.&#38;#039;_multi_widget_pages_&#38;#039;. $i );
                if($page_str == &#38;#039;0&#38;#039;) continue;			
		$pageArr = explode(&#38;quot;_&#38;quot;, $page_str);
		$page_id = $pageArr[1];
                if ( $page_id &#38;gt; 0 ) $pageIDArr[] = $page_id; 					
            }
            if (is_array($pageIDArr))
                if (in_array($pageID, $pageIDArr)) { $is_widget = true; dynamic_sidebar(&#38;quot;Sidebar Page - &#38;quot;.get_the_title($pageID)); }
        }
    }
    ?&#38;gt;	
    
    &#38;lt;?php
    // Multi Post Widget
    if ( is_single() )  {
        
        $postID = $post-&#38;gt;ID;				
        $multi_widget = PREFIX.&#38;#039;_multi_widget_posts_hidden&#38;#039;;
        $count_multi_widget = get_option( $multi_widget );
        
        if( $count_multi_widget &#38;gt; 1 ) {
        
            for($i = 0; $i &#38;lt; $count_multi_widget; $i++)
            {
                $post_str = get_option( PREFIX.&#38;#039;_multi_widget_posts_&#38;#039;. $i );
                if($post_str == &#38;#039;0&#38;#039;) continue;			
		$pageArr = explode(&#38;quot;_&#38;quot;, $post_str);
		$post_id = $pageArr[1];
                if ( $post_id &#38;gt; 0 ) $postIDArr[] = $post_id; 					
            }
            if (is_array($postIDArr))
                if (in_array($postID, $postIDArr)) { $is_widget = true; dynamic_sidebar(&#38;quot;Sidebar Post - &#38;quot;.get_the_title($postID)); }
        }
    }
    ?&#38;gt;		
    
     &#38;lt;?php 	
    // Multi Category Widget
    if ( is_category() )  {
        
        $catID = get_query_var(&#38;#039;cat&#38;#039;);				
        $multi_widget = PREFIX.&#38;#039;_multi_widget_categories_hidden&#38;#039;;
        $count_multi_widget = get_option( $multi_widget );
        
        if( $count_multi_widget &#38;gt; 1 ) {
    
            for($i = 0; $i &#38;lt; $count_multi_widget; $i++)
            {
                $cat_str = get_option( PREFIX.&#38;#039;_multi_widget_categories_&#38;#039;. $i );
                if($cat_str == &#38;#039;0&#38;#039;) continue;			
		$catArr = explode(&#38;quot;_&#38;quot;, $cat_str);
		$cat_id = $catArr[1];
                if ( $cat_id &#38;gt; 0 ) $catIDArr[] = $cat_id; 					
            }
            if (is_array($catIDArr))
                if (in_array($catID, $catIDArr)) { $is_widget = true; dynamic_sidebar(&#38;quot;Sidebar Category - &#38;quot;.get_cat_name($catID)); }
        }
    }
    ?&#38;gt;	
    
    &#38;lt;?php if (!$is_widget) { ?&#38;gt;		
    
        &#38;lt;?php if ( !is_home() &#38;amp;&#38;amp; !is_page() &#38;amp;&#38;amp; !is_single() &#38;amp;&#38;amp; !is_category() ) dynamic_sidebar(&#38;#039;General Sidebar&#38;#039;); ?&#38;gt;	

        &#38;lt;?php if ( is_home() )     dynamic_sidebar(&#38;#039;Homepage Sidebar&#38;#039;); ?&#38;gt;	
        &#38;lt;?php if ( is_page() )     dynamic_sidebar(&#38;#039;Sidebar Page&#38;#039;); ?&#38;gt;	
        &#38;lt;?php if ( is_single() )   dynamic_sidebar(&#38;#039;Sidebar Single Post&#38;#039;); ?&#38;gt;	
        &#38;lt;?php if ( is_category() ) dynamic_sidebar(&#38;#039;Sidebar Category&#38;#039;); ?&#38;gt;	 
    
    &#38;lt;?php } ?&#38;gt;           
        
&#38;lt;/div&#38;gt;
    
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>vinvalentino on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2#post-23769</link>
			<pubDate>Thu, 27 Oct 2011 15:08:12 +0000</pubDate>
			<dc:creator>vinvalentino</dc:creator>
			<guid isPermaLink="false">23769@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Gosh, I hate to be yet another asking for the same thing, but do you think I could also get that? Or could you post the solution so you don't have to keep emailing people the file over and over?&#60;/p&#62;
&#60;p&#62;Love the themes, BTW.. have bought several of your themes here and on TF as well.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2#post-23520</link>
			<pubDate>Mon, 24 Oct 2011 19:15:53 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">23520@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi Mike,&#60;br /&#62;
file sent to your mail address.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>mdlorey on "Order pages on sidebar"</title>
			<link>http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1#post-23512</link>
			<pubDate>Mon, 24 Oct 2011 16:43:48 +0000</pubDate>
			<dc:creator>mdlorey</dc:creator>
			<guid isPermaLink="false">23512@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi Max,&#60;/p&#62;
&#60;p&#62;Could you send me the file as well please?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Mike
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>
