<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>WP Switch</title> <link>http://wpswitch.com</link> <description>Premium WordPress Themes and Design Blo</description> <lastBuildDate>Tue, 06 Jul 2010 20:37:17 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/wpswitch" /><feedburner:info uri="wpswitch" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>wpswitch</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>How to Add Custom Navigation Menus in WordPress 3.0 Themes</title><link>http://feedproxy.google.com/~r/wpswitch/~3/xEkKgk5iESc/</link> <comments>http://wpswitch.com/blog/tutorials/how-to-add-custom-navigation-menus-in-wordpress-3-0-themes/#comments</comments> <pubDate>Tue, 06 Jul 2010 20:37:17 +0000</pubDate> <dc:creator>Matt</dc:creator> <category><![CDATA[Tutorials]]></category> <category><![CDATA[How-To]]></category><guid isPermaLink="false">http://wpswitch.com/?p=3216</guid> <description><![CDATA[Now that WordPress 3.0 is out here is a quick tutorial on how to add custom navigation to your themes. The new custom navigation feature in WordPress 3.0 has to be my absolute favorite. This gives you the ability to add items like custom links, pages, and categories. The drag and drop interface makes it [...]Related posts:<ol><li><a
href='http://wpswitch.com/blog/wordpress/add-breadcrumbs-to-wordpress-without-a-plugin/' rel='bookmark' title='Permanent Link: Add Breadcrumbs to WordPress Without a Plugin'>Add Breadcrumbs to WordPress Without a Plugin</a></li><li><a
href='http://wpswitch.com/blog/wordpress/retreive-first-image-wordpress-post/' rel='bookmark' title='Permanent Link: Retreive First Image From WordPress Post'>Retreive First Image From WordPress Post</a></li><li><a
href='http://wpswitch.com/blog/wordpress/an-introduction-to-wordpress-custom-fields/' rel='bookmark' title='Permanent Link: An Introduction to WordPress Custom Fields'>An Introduction to WordPress Custom Fields</a></li></ol>]]></description> <content:encoded><![CDATA[<p>Now that WordPress 3.0 is out here is a quick tutorial on how to add custom navigation to your themes.</p><p>The new custom navigation feature in WordPress 3.0 has to be my absolute favorite. This gives you the ability to add items like custom links, pages, and categories. The drag and drop interface makes it extremely simple to use. This feature will not be available in older themes unless the theme author updates that theme. In this article, we will show you how you can enable and install custom navigation menus in your themes.<br
/> <span
id="more-3216"></span></p><p><strong>How to enable Custom Navigation Menus in WordPress 3.0</strong></p><p><strong>Step 1.</strong><br
/> Add the code below to your theme’s functions.php file:</p><pre class="brush: php;">
add_theme_support( 'menus' );
</pre><p><strong>Step 2:</strong><br
/> Once you have the code placed in your functions file, you can add it in your theme. You can add a menu anywhere you like to fit your designss need by pasting the code below:</p><pre class="brush: php;">
&lt;?php wp_nav_menu( array( 'sort_column' =&gt; 'menu_order', 'container_class' =&gt; 'menu-header' ) ); ?&gt;
</pre><p>The function that calls the custom menu is, <strong>wp_nav_menu</strong>. The  arguments in the code above code are <em>sort_column</em> and <em>container_class</em>.  The sort_column value tells WordPress to follow the order you pick in the options panel, and the container_class is the css styling class that you want for this specific menu.</p><p>Learn more about WordPress 3.0 custom menus:<br
/> <a
rel="nofollow" href="http://codex.wordpress.org/Function_Reference/wp_nav_menu" target="_blank">Function Reference/wp nav menu</a><br
/> <a
rel="nofollow" href="http://codex.wordpress.org/Appearance_Menus_SubPanel" target="_blank">Appearance Menus SubPanel</a></p><p>Related posts:<ol><li><a
href='http://wpswitch.com/blog/wordpress/add-breadcrumbs-to-wordpress-without-a-plugin/' rel='bookmark' title='Permanent Link: Add Breadcrumbs to WordPress Without a Plugin'>Add Breadcrumbs to WordPress Without a Plugin</a></li><li><a
href='http://wpswitch.com/blog/wordpress/retreive-first-image-wordpress-post/' rel='bookmark' title='Permanent Link: Retreive First Image From WordPress Post'>Retreive First Image From WordPress Post</a></li><li><a
href='http://wpswitch.com/blog/wordpress/an-introduction-to-wordpress-custom-fields/' rel='bookmark' title='Permanent Link: An Introduction to WordPress Custom Fields'>An Introduction to WordPress Custom Fields</a></li></ol></p><img src="http://feeds.feedburner.com/~r/wpswitch/~4/xEkKgk5iESc" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://wpswitch.com/blog/tutorials/how-to-add-custom-navigation-menus-in-wordpress-3-0-themes/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://wpswitch.com/blog/tutorials/how-to-add-custom-navigation-menus-in-wordpress-3-0-themes/</feedburner:origLink></item> <item><title>Sprout</title><link>http://feedproxy.google.com/~r/wpswitch/~3/B5VTbolbhdE/</link> <comments>http://wpswitch.com/blog/wordpress/sprout/#comments</comments> <pubDate>Thu, 24 Jun 2010 22:59:00 +0000</pubDate> <dc:creator>Jacob and Matt</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[WPSwitch Themes]]></category><guid isPermaLink="false">http://wpswitch.com/?p=3199</guid> <description><![CDATA[A WordPress theme by the dudes at WP Switch. Sprout is a clean and fresh WordPress theme that brings new growth in ways you never thought possible. Sprout has clean and valid code, is well commented, and easy to use. Sprout is the perfect solution for your website. This theme includes pages layouts for: Full [...]Related posts:<ol><li><a
href='http://wpswitch.com/blog/wordpress/hyperion-wordpress-theme/' rel='bookmark' title='Permanent Link: Hyperion WordPress Theme'>Hyperion WordPress Theme</a></li><li><a
href='http://wpswitch.com/blog/wordpress/morpheus-creative-wordpress-theme/' rel='bookmark' title='Permanent Link: Morpheus WordPress Theme'>Morpheus WordPress Theme</a></li><li><a
href='http://wpswitch.com/blog/wordpress/apollo-wordpress-theme/' rel='bookmark' title='Permanent Link: Apollo WordPress Theme'>Apollo WordPress Theme</a></li></ol>]]></description> <content:encoded><![CDATA[<p>A WordPress theme by the dudes at WP Switch. <a
href="http://themeforest.net/item/sprout-6-in-1-business-marketing-portfolio/109848">Sprout</a> is a clean and fresh WordPress theme that brings new growth in ways you never thought possible. <a
href="http://themeforest.net/item/sprout-6-in-1-business-marketing-portfolio/109848">Sprout</a> has clean and valid code, is well commented, and easy to use. <a
href="http://themeforest.net/item/sprout-6-in-1-business-marketing-portfolio/109848">Sprout</a> is the perfect solution for your website.<br
/> <span
id="more-3199"></span></p><p>This theme includes pages layouts for: Full width pages, multiple columns, blog page, blog single article page, portfolio, contact form and many home page styles.</p><p>The live preview will take you to the WordPress version. I have made the WP version home page template to be fully customize from the admin so you can basically mix and match items from the 3 different variations that are in the html template. I have included links to the html on certain items so you can see the different features and sliders.</p><p>Everything you see on the homepage is completely optional and controlled in the Sprout theme options. You can also use Sprout as a blog layout and have the homepage display your latest posts.</p><p><a
href="http://themeforest.net/item/sprout-6-in-1-business-marketing-portfolio/109848">Check out the features and full demos on ThemeForest.</a></p><p>Related posts:<ol><li><a
href='http://wpswitch.com/blog/wordpress/hyperion-wordpress-theme/' rel='bookmark' title='Permanent Link: Hyperion WordPress Theme'>Hyperion WordPress Theme</a></li><li><a
href='http://wpswitch.com/blog/wordpress/morpheus-creative-wordpress-theme/' rel='bookmark' title='Permanent Link: Morpheus WordPress Theme'>Morpheus WordPress Theme</a></li><li><a
href='http://wpswitch.com/blog/wordpress/apollo-wordpress-theme/' rel='bookmark' title='Permanent Link: Apollo WordPress Theme'>Apollo WordPress Theme</a></li></ol></p><img src="http://feeds.feedburner.com/~r/wpswitch/~4/B5VTbolbhdE" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://wpswitch.com/blog/wordpress/sprout/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://wpswitch.com/blog/wordpress/sprout/</feedburner:origLink></item> <item><title>Inspire</title><link>http://feedproxy.google.com/~r/wpswitch/~3/cuT-Yyf9nRo/</link> <comments>http://wpswitch.com/wordpress-themes/woo-themes/inspire/#comments</comments> <pubDate>Mon, 21 Jun 2010 22:47:19 +0000</pubDate> <dc:creator>Jacob and Matt</dc:creator> <category><![CDATA[Woo Themes]]></category><guid isPermaLink="false">http://wpswitch.com/?p=3194</guid> <description><![CDATA[The Inspire WordPress theme by Woo Themes is a highly functional theme that has a custom homepage with a featured area powered by jQuery, and lovely mini-featured area. This along with the included portfolio page template makes it perfect to use for your business to show off your work or products. Unique Features Featured Area [...]Related posts:<ol><li><a
href='http://wpswitch.com/wordpress-themes/woo-themes/cushy/' rel='bookmark' title='Permanent Link: Cushy'>Cushy</a></li><li><a
href='http://wpswitch.com/wordpress-themes/woo-themes/big-easy/' rel='bookmark' title='Permanent Link: Big Easy'>Big Easy</a></li><li><a
href='http://wpswitch.com/wordpress-themes/woo-themes/mortar/' rel='bookmark' title='Permanent Link: Mortar'>Mortar</a></li></ol>]]></description> <content:encoded><![CDATA[<p>The Inspire WordPress theme by Woo Themes is a highly functional theme that has a custom homepage with a featured area powered by jQuery, and lovely mini-featured area. This along with the included portfolio page template makes it perfect to use for your business to show off your work or products.<span
id="more-3194"></span></p><h3>Unique Features</h3><h4>Featured Area</h4><p>A custom home page featured area to showcase your work or products with style, all powered by jQuery.</p><h4>Custom Homepage</h4><p>Custom home page layout with Mini-features area, and option to insert any page above/below mini-features area.</p><h4>Portfolio Page Template</h4><p>An optional integrated portfolio section to show off your work, which utilizies jQuery prettyPhoto script for added effect.</p><h4>Custom Widgets</h4><p>Custom Woo Widgets for use in the sidebar and in the widgetized footer: Flickr, Ads Widget, Search, News, Tabs, Feedback, Blog Author Info and Twitter.</p><h4>Alternative Styles</h4><p>10 alternate background to choose from plus options to set your own background color, add background image and set link color. Also includes new Google Font replacement using Droid font!</p><p>Related posts:<ol><li><a
href='http://wpswitch.com/wordpress-themes/woo-themes/cushy/' rel='bookmark' title='Permanent Link: Cushy'>Cushy</a></li><li><a
href='http://wpswitch.com/wordpress-themes/woo-themes/big-easy/' rel='bookmark' title='Permanent Link: Big Easy'>Big Easy</a></li><li><a
href='http://wpswitch.com/wordpress-themes/woo-themes/mortar/' rel='bookmark' title='Permanent Link: Mortar'>Mortar</a></li></ol></p><img src="http://feeds.feedburner.com/~r/wpswitch/~4/cuT-Yyf9nRo" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://wpswitch.com/wordpress-themes/woo-themes/inspire/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://wpswitch.com/wordpress-themes/woo-themes/inspire/</feedburner:origLink></item> <item><title>How to Change Author Attribution for a WordPress Post</title><link>http://feedproxy.google.com/~r/wpswitch/~3/NAVNlz5klbA/</link> <comments>http://wpswitch.com/blog/wordpress/how-to-change-author-attribution-for-a-wordpress-post/#comments</comments> <pubDate>Thu, 17 Jun 2010 16:16:40 +0000</pubDate> <dc:creator>Matt</dc:creator> <category><![CDATA[Tutorials]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[w]]></category> <category><![CDATA[Wordpress How-To]]></category><guid isPermaLink="false">http://wpswitch.com/?p=3189</guid> <description><![CDATA[If you’d like to change which of the authors on your blog is given attribution for a specific post, this video will show you how. Video length: 30 seconds Overview: If you have more than one one author working on your blog you might find from time to time that you need to change the [...]Related posts:<ol><li><a
href='http://wpswitch.com/blog/wordpress/how-to-highlight-author-comments-in-wordpress/' rel='bookmark' title='Permanent Link: How to Highlight Author Comments in WordPress'>How to Highlight Author Comments in WordPress</a></li><li><a
href='http://wpswitch.com/blog/wordpress/retreive-first-image-wordpress-post/' rel='bookmark' title='Permanent Link: Retreive First Image From WordPress Post'>Retreive First Image From WordPress Post</a></li><li><a
href='http://wpswitch.com/wordpress-themes/obox-design/smoke-mirrors/' rel='bookmark' title='Permanent Link: Smoke &#038; Mirrors'>Smoke &#038; Mirrors</a></li></ol>]]></description> <content:encoded><![CDATA[<p>If you’d like to change which of the authors on your blog is given attribution for a specific post, this video will show you how.<span
id="more-3189"></span></p><p><strong>Video length:</strong> 30 seconds</p><p> <embed
src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" type="application/x-shockwave-flash" width="640" height="360" wmode="transparent" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=r2oUsmmo&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" title="Adding or changing author attribution to a post"></embed></p><p><strong>Overview:</strong></p><p>If you have more than one one author working on your blog you might find from time to time that you need to change the attribution or author of a post.</p><p>You can do that with the dropdown menu under the postauthor pane. Selecting the name of whoever you would like to credit for the post. When the post goes live, that is the author who will be credited.</p><p>Related posts:<ol><li><a
href='http://wpswitch.com/blog/wordpress/how-to-highlight-author-comments-in-wordpress/' rel='bookmark' title='Permanent Link: How to Highlight Author Comments in WordPress'>How to Highlight Author Comments in WordPress</a></li><li><a
href='http://wpswitch.com/blog/wordpress/retreive-first-image-wordpress-post/' rel='bookmark' title='Permanent Link: Retreive First Image From WordPress Post'>Retreive First Image From WordPress Post</a></li><li><a
href='http://wpswitch.com/wordpress-themes/obox-design/smoke-mirrors/' rel='bookmark' title='Permanent Link: Smoke &#038; Mirrors'>Smoke &#038; Mirrors</a></li></ol></p><img src="http://feeds.feedburner.com/~r/wpswitch/~4/NAVNlz5klbA" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://wpswitch.com/blog/wordpress/how-to-change-author-attribution-for-a-wordpress-post/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://wpswitch.com/blog/wordpress/how-to-change-author-attribution-for-a-wordpress-post/</feedburner:origLink></item> <item><title>Hyperion WordPress Theme</title><link>http://feedproxy.google.com/~r/wpswitch/~3/LGk_-N6bc70/</link> <comments>http://wpswitch.com/blog/wordpress/hyperion-wordpress-theme/#comments</comments> <pubDate>Wed, 17 Mar 2010 14:59:40 +0000</pubDate> <dc:creator>Jacob and Matt</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Digitonik Themes]]></category> <category><![CDATA[Theme Forest]]></category><guid isPermaLink="false">http://wpswitch.com/?p=3172</guid> <description><![CDATA[Hyperion is a clean and stylish WordPress Theme well suited for any business, portfolio, blogger, or anyone needing a beautiful website. Hyperion comes with 3 jquery slideshows, many page templates, 3 widget areas, over 80 theme options, 6 color styles, and 2 custom widgets for your Twitter feed and Flickr images. There is also 2 [...]Related posts:<ol><li><a
href='http://wpswitch.com/blog/wordpress/a-sneak-peak-at-hyperion/' rel='bookmark' title='Permanent Link: A Sneak Peak at Hyperion'>A Sneak Peak at Hyperion</a></li><li><a
href='http://wpswitch.com/blog/wordpress/morpheus-creative-wordpress-theme/' rel='bookmark' title='Permanent Link: Morpheus WordPress Theme'>Morpheus WordPress Theme</a></li><li><a
href='http://wpswitch.com/blog/wordpress/sprout/' rel='bookmark' title='Permanent Link: Sprout'>Sprout</a></li></ol>]]></description> <content:encoded><![CDATA[<p>Hyperion is a clean and stylish WordPress Theme well suited for any business, portfolio, blogger, or anyone needing a beautiful website.<span
id="more-3172"></span></p><p>Hyperion comes with 3 jquery slideshows, many page templates, 3 widget areas, over 80 theme options, 6 color styles, and 2 custom widgets for your Twitter feed and Flickr images.</p><p>There is also 2 variations of the home page. One meant for business and the other is a regular (but awesome) blog style.</p><h3>Business Home Page Style</h3><p>This style uses the custom &#8220;My Home&#8221; template page and is well suited for anyone needing a portfolio or business site.</p><p><a
href="http://themeforest.net/item/hyperion-6-in-1/92484"><img
src="http://wpswitch.com/wp-content/uploads/2010/03/business-hyperion.jpg" alt="" title="business-hyperion" width="614" height="1187" class="aligncenter size-full wp-image-3176" /></a></p><h3>Blog Style Home Page</h3><p>This works straight out of the box and is ready for your blog.</p><p><a
href="http://themeforest.net/item/hyperion-6-in-1/92484"><img
src="http://wpswitch.com/wp-content/uploads/2010/03/blog-hyperion.jpg" alt="" title="blog-hyperion" width="614" height="1495" class="aligncenter size-full wp-image-3179" /></a></p><h3><a
href="http://themeforest.net/item/hyperion-6-in-1/92484">Details at ThemeForest</a> &#8211; <a
href="http://themes.digitonik.com/hyperion/">Live Demo</a> &#8211; or <a
href="http://themeforest.net/item/hyperion-6-in-1/92484">Buy Now</a></h3><p>Related posts:<ol><li><a
href='http://wpswitch.com/blog/wordpress/a-sneak-peak-at-hyperion/' rel='bookmark' title='Permanent Link: A Sneak Peak at Hyperion'>A Sneak Peak at Hyperion</a></li><li><a
href='http://wpswitch.com/blog/wordpress/morpheus-creative-wordpress-theme/' rel='bookmark' title='Permanent Link: Morpheus WordPress Theme'>Morpheus WordPress Theme</a></li><li><a
href='http://wpswitch.com/blog/wordpress/sprout/' rel='bookmark' title='Permanent Link: Sprout'>Sprout</a></li></ol></p><img src="http://feeds.feedburner.com/~r/wpswitch/~4/LGk_-N6bc70" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://wpswitch.com/blog/wordpress/hyperion-wordpress-theme/feed/</wfw:commentRss> <slash:comments>5</slash:comments> <feedburner:origLink>http://wpswitch.com/blog/wordpress/hyperion-wordpress-theme/</feedburner:origLink></item> </channel> </rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk

Served from: wpswitch.com @ 2010-09-10 20:43:36 -->
