<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums User Favorites: Davidw</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 26 May 2013 00:13:19 +0000</pubDate>

<item>
<title>lxwx on "A better way to use the new Menu in Wordpress 3.0 final version"</title>
<link>http://themeshaper.com/forums/topic/a-better-way-to-use-the-new-menu-in-wordpress-30-final-version#post-15375</link>
<pubDate>Sat, 04 Sep 2010 16:40:59 +0000</pubDate>
<dc:creator>lxwx</dc:creator>
<guid isPermaLink="false">15375@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I discovered my problem.  Thematic is blameless. :)  &#60;/p&#62;
&#60;p&#62;I was messing with $query to limit the categories appearing on the home page, like this:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;code&#62;&#60;br /&#62;
function child_filter_exclude_category ( $query ) {&#60;br /&#62;
    if ( $query-&#38;gt;is_feed &#124;&#124; $query-&#38;gt;is_home ) {&#60;br /&#62;
        $query-&#38;gt;set( 'cat', '3' ); // include only category 3 = News&#60;br /&#62;
    }&#60;br /&#62;
    return $query;&#60;br /&#62;
}&#60;br /&#62;
add_filter('pre_get_posts', 'child_filter_exclude_category');&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;That was the problem, and I found a better way... on this forum, of course.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeshaper.com/forums/topic/filtering-one-category-from-index-loop#post-14812&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/filtering-one-category-from-index-loop#post-14812&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;--Alex
&#60;/p&#62;</description>
</item>
<item>
<title>lxwx on "A better way to use the new Menu in Wordpress 3.0 final version"</title>
<link>http://themeshaper.com/forums/topic/a-better-way-to-use-the-new-menu-in-wordpress-30-final-version#post-15231</link>
<pubDate>Tue, 31 Aug 2010 04:15:18 +0000</pubDate>
<dc:creator>lxwx</dc:creator>
<guid isPermaLink="false">15231@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;OK, I'm experiencing some frustration getting this to work in a child theme built against Thematic 0.9.7.4 (latest stable dev release).&#60;/p&#62;
&#60;p&#62;Started with a &#34;clean slate&#34; child theme on a scratch site and sure enough, as Gene has mentioned elsewhere, only needed this in my functions.php to get Custom Menu working as hoped!&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
function child_access_menu() {&#60;br /&#62;
	$menu_sys = 'wp_nav_menu';&#60;br /&#62;
	return $menu_sys;&#60;br /&#62;
}&#60;br /&#62;
add_filter('thematic_menu_type', 'child_access_menu');&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But then I tried the same thing in my &#60;em&#62;original&#60;/em&#62; child theme, and no joy.  The main menu area remains empty.  When I activate stock Thematic 0.9.7.4 on this install, the Custom Menu widget renders correctly in the sidebar.  But when I switch back to my child theme, this is no longer true -- the widget is empty.  &#60;/p&#62;
&#60;p&#62;I've removed all other menu-related add_filter() and add_action() statements.  I've tried re-saving the Menu, and both reset buttons in Thematic Options.  Both themes say they &#34;support 1 menu&#34; in Appearance &#38;gt; Menus.  It still seems like something in the &#60;strong&#62;data&#60;/strong&#62; is messing this up.  &#60;/p&#62;
&#60;p&#62;Is there some trick I'm missing?  Mustn't the Custom Menu widget be working before there is any hope of getting the same menu to appear in div#access?&#60;/p&#62;
&#60;p&#62;Thanks to anyone with advice...&#60;/p&#62;
&#60;p&#62;--Alex
&#60;/p&#62;</description>
</item>
<item>
<title>Davidw on "Non-navigable menu items"</title>
<link>http://themeshaper.com/forums/topic/non-navigable-menu-items#post-15179</link>
<pubDate>Sat, 28 Aug 2010 21:37:36 +0000</pubDate>
<dc:creator>Davidw</dc:creator>
<guid isPermaLink="false">15179@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;This relates to a question asked in a Google groups: &#34;Is it possible to have a horizontal page menu display as a parent page, with drop down child pages when the parent page is not hyperlinked?&#34; See:&#60;br /&#62;
&#60;a href=&#34;http://groups.google.com/group/wordpress-austin/browse_thread/thread/f37341ba0e383412&#34; rel=&#34;nofollow&#34;&#62;http://groups.google.com/group/wordpress-austin/browse_thread/thread/f37341ba0e383412&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I want to have a parent page on my horizontal navigation that does not go anywhere - it just exposes the children pages which do have content. In other words, its published, but it doesn't do anything when you click on it. Possible?&#60;/p&#62;
&#60;p&#62;The person answering the question posted in Google groups suggests a way to do this using the Menus settings in wp-admin, but these don't work in Thematic. There seems to be a way to turn them on, but in doing so, you have to turn off Thematic's menu functions, which I don't want to do.
&#60;/p&#62;</description>
</item>
<item>
<title>squidz on "add_theme_support('menus')"</title>
<link>http://themeshaper.com/forums/topic/add_theme_supportmenus#post-15162</link>
<pubDate>Fri, 27 Aug 2010 22:29:34 +0000</pubDate>
<dc:creator>squidz</dc:creator>
<guid isPermaLink="false">15162@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Will do!! Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "add_theme_support('menus')"</title>
<link>http://themeshaper.com/forums/topic/add_theme_supportmenus#post-14925</link>
<pubDate>Mon, 23 Aug 2010 12:36:20 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">14925@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;squidz- my code definitely pre-dated this new announcement to not use add_theme_support.  your post made me curious and both your snippets of code work for me on the latest, stable thematic (709) WITHOUT add_theme_support('menus').  give it a shot.
&#60;/p&#62;</description>
</item>
<item>
<title>squidz on "add_theme_support('menus')"</title>
<link>http://themeshaper.com/forums/topic/add_theme_supportmenus#post-14913</link>
<pubDate>Sun, 22 Aug 2010 21:05:03 +0000</pubDate>
<dc:creator>squidz</dc:creator>
<guid isPermaLink="false">14913@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Chris - I'm new to Thematic and coming from designer-world. In experimenting with building a child theme for my own site, I'm interested in setting the main nav in a vertical fashion.&#60;/p&#62;
&#60;p&#62;I found a post that shows an easy snippet to try this. However, I've also found various links by Gene to your post here about not using add_theme_support('menus'), but calling register_nav_menu(s) instead. Another example by Helgatheviking used both.  &#60;/p&#62;
&#60;p&#62;So, being somewhat clueless here, I'm curious what the correct way to use this code from &#60;a href=&#34;(http://themeshaper.com/forums/topic/going-vertical-with-wp3-menus-enabled#post-13970)&#34;&#62;Tarpontech&#60;/a&#62; should be:&#60;/p&#62;
&#60;p&#62;function go_vertical( $args ) {&#60;br /&#62;
	$args[ 'menu_class' ] = 'sf-menu sf-vertical';&#60;br /&#62;
	return $args;&#60;br /&#62;
}&#60;br /&#62;
add_filter( 'thematic_nav_menu_args', 'go_vertical' );&#60;/p&#62;
&#60;p&#62;Using this in conjunction with Gene's:&#60;/p&#62;
&#60;p&#62;add_theme_support( 'menus' ); **** can register_nav_menu(s) directly replace this? ***&#60;/p&#62;
&#60;p&#62;function child_access_menu() {&#60;br /&#62;
	$menu_sys = 'wp_nav_menu';&#60;br /&#62;
	return $menu_sys;&#60;br /&#62;
}&#60;br /&#62;
add_filter('thematic_menu_type', 'child_access_menu');
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "A better way to use the new Menu in Wordpress 3.0 final version"</title>
<link>http://themeshaper.com/forums/topic/a-better-way-to-use-the-new-menu-in-wordpress-30-final-version#post-14868</link>
<pubDate>Fri, 20 Aug 2010 06:08:46 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">14868@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Heads up using add_theme_support in this way is not advised&#60;/p&#62;
&#60;p&#62;ref: &#60;a href=&#34;http://themeshaper.com/forums/topic/add_theme_supportmenus&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/add_theme_supportmenus&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;-Gene
&#60;/p&#62;</description>
</item>
<item>
<title>theBlogButler on "A better way to use the new Menu in Wordpress 3.0 final version"</title>
<link>http://themeshaper.com/forums/topic/a-better-way-to-use-the-new-menu-in-wordpress-30-final-version#post-14851</link>
<pubDate>Thu, 19 Aug 2010 19:48:02 +0000</pubDate>
<dc:creator>theBlogButler</dc:creator>
<guid isPermaLink="false">14851@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Well this is cool but the commune theme isn't using the 3.0 menu functionality.  I'm not good enough with PHP to punch the proper code into the 3.0 functionality.  :(
&#60;/p&#62;</description>
</item>
<item>
<title>theBlogButler on "A better way to use the new Menu in Wordpress 3.0 final version"</title>
<link>http://themeshaper.com/forums/topic/a-better-way-to-use-the-new-menu-in-wordpress-30-final-version#post-14850</link>
<pubDate>Thu, 19 Aug 2010 19:26:31 +0000</pubDate>
<dc:creator>theBlogButler</dc:creator>
<guid isPermaLink="false">14850@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'll say it - Helga rocks!  Thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "A better way to use the new Menu in Wordpress 3.0 final version"</title>
<link>http://themeshaper.com/forums/topic/a-better-way-to-use-the-new-menu-in-wordpress-30-final-version#post-14848</link>
<pubDate>Thu, 19 Aug 2010 18:37:22 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">14848@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;download and take a look at the code for the Commune Child theme.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cozmoslabs.com/2009/04/07/green-anyone-try-commune-thematic-child-theme/&#34; rel=&#34;nofollow&#34;&#62;http://www.cozmoslabs.com/2009/04/07/green-anyone-try-commune-thematic-child-theme/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;it has a category menu built in
&#60;/p&#62;</description>
</item>
<item>
<title>theBlogButler on "A better way to use the new Menu in Wordpress 3.0 final version"</title>
<link>http://themeshaper.com/forums/topic/a-better-way-to-use-the-new-menu-in-wordpress-30-final-version#post-14847</link>
<pubDate>Thu, 19 Aug 2010 18:28:54 +0000</pubDate>
<dc:creator>theBlogButler</dc:creator>
<guid isPermaLink="false">14847@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;How would I integrate a categories menu drop-down that is dynamic and not dependent upon pages?
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "add_theme_support('menus')"</title>
<link>http://themeshaper.com/forums/topic/add_theme_supportmenus#post-14844</link>
<pubDate>Thu, 19 Aug 2010 18:02:52 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">14844@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;do not use add_theme_support('menus') in your functions.php. I already removed it from the current SVN copy.&#60;/p&#62;
&#60;p&#62;Here's the answer from Andrew Nacin regarding the question if a theme needs this call in the functions.php:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
This is incorrect. add_theme_support('menus') is an internal process only. *It should never be directly called.* Instead, the theme should be calling register_nav_menu(s) which will trigger add_theme_support('menus') internally.&#60;/p&#62;
&#60;p&#62;Likewise, add_theme_support('widgets') is internal only. The theme should only be calling register_sidebar(s).
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "A better way to use the new Menu in Wordpress 3.0 final version"</title>
<link>http://themeshaper.com/forums/topic/a-better-way-to-use-the-new-menu-in-wordpress-30-final-version#post-13265</link>
<pubDate>Mon, 21 Jun 2010 16:58:21 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">13265@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;This is all I am using to integrate the new nav menu's for a singular menu on WP3 + Thematic 0.9.7&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_theme_support( &#38;#39;menus&#38;#39; );

function child_access_menu() {
	$menu_sys = &#38;#39;wp_nav_menu&#38;#39;;
	return $menu_sys;
}
add_filter(&#38;#39;thematic_menu_type&#38;#39;, &#38;#39;child_access_menu&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thats pretty simple right.  How simple the code is depends on how you are using the menu system with Thematic.
&#60;/p&#62;</description>
</item>
<item>
<title>theorib on "A better way to use the new Menu in Wordpress 3.0 final version"</title>
<link>http://themeshaper.com/forums/topic/a-better-way-to-use-the-new-menu-in-wordpress-30-final-version#post-13264</link>
<pubDate>Mon, 21 Jun 2010 16:42:16 +0000</pubDate>
<dc:creator>theorib</dc:creator>
<guid isPermaLink="false">13264@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks em hr, I'll check into that although it worked for me that way (weird)...&#60;/p&#62;
&#60;p&#62;I really didn't check if it breaks stuff in other version of WP @helgatheviking, but I'd say it does.&#60;/p&#62;
&#60;p&#62;Take a look at the last SVN version of Thematic, as far as I know Chris made it all easier for us to use those menus but I still didn't test it. take a look at the last post here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeshaper.com/forums/topic/wordpress-30-and-the-upcoming-thematic-release&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/wordpress-30-and-the-upcoming-thematic-release&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "A better way to use the new Menu in Wordpress 3.0 final version"</title>
<link>http://themeshaper.com/forums/topic/a-better-way-to-use-the-new-menu-in-wordpress-30-final-version#post-13263</link>
<pubDate>Mon, 21 Jun 2010 15:46:44 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">13263@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Heads up in the final WP 3.0 things changed:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_theme_support( &#38;#39;nav-menus&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;needs to be:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_theme_support( &#38;#39;menus&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to work properly.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "A better way to use the new Menu in Wordpress 3.0 final version"</title>
<link>http://themeshaper.com/forums/topic/a-better-way-to-use-the-new-menu-in-wordpress-30-final-version#post-13244</link>
<pubDate>Sat, 19 Jun 2010 18:18:58 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">13244@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Nice work.  I'm reading Justin's post to get my head wrapped around this.  &#60;/p&#62;
&#60;p&#62;also does this break everything in &#38;lt;wp3.0 ?  i have no menus at the moment and it doesn't seem to fall back to wp_list_pages.
&#60;/p&#62;</description>
</item>
<item>
<title>theorib on "A better way to use the new Menu in Wordpress 3.0 final version"</title>
<link>http://themeshaper.com/forums/topic/a-better-way-to-use-the-new-menu-in-wordpress-30-final-version#post-13219</link>
<pubDate>Fri, 18 Jun 2010 17:45:31 +0000</pubDate>
<dc:creator>theorib</dc:creator>
<guid isPermaLink="false">13219@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi all, &#60;/p&#62;
&#60;p&#62;I'm posting this for those of you who might be looking on how to implement the new navigation menus that come with Wordpress 3.0&#60;/p&#62;
&#60;p&#62;The technique Chris posted on Thematic4you didn't seem to be working with the final WP 3.0 version so I went ahead looking for solutions:&#60;br /&#62;
&#60;a href=&#34;http://programming.thematic4you.com/2010/03/how-to-test-wp_nav_menu-with-thematic/&#34; rel=&#34;nofollow&#34;&#62;http://programming.thematic4you.com/2010/03/how-to-test-wp_nav_menu-with-thematic/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;With the help of the WP Codex and a great post by Justin Tadlock (links bellow) I got the new menu to work with Thematic:&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_nav_menu&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_nav_menu&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus&#34; rel=&#34;nofollow&#34;&#62;http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not very good with PHP so if any of you have any suggestions to improve the code they are welcome!&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// We declare that our theme supports wp_nav_menu()
add_theme_support( &#38;#39;nav-menus&#38;#39; );

// We Register the a new menu for the theme called &#38;quot;Primary Menu&#38;quot;
function register_primary_menu() {
	register_nav_menu( &#38;#39;primary-menu&#38;#39;, __( &#38;#39;Primary Menu&#38;#39; ) );
}
add_action( &#38;#39;init&#38;#39;, &#38;#39;register_primary_menu&#38;#39; );

// We remove the standard Thematic menu
function remove_menu() {
	remove_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_access&#38;#39;,9);
}
add_action(&#38;#39;init&#38;#39;, &#38;#39;remove_menu&#38;#39;);

// We create the new wp_nav_menu called &#38;quot;Primary Menu&#38;quot; in our theme
function new_access() { ?&#38;gt;
	&#38;lt;div id=&#38;quot;access&#38;quot;&#38;gt;
		&#38;lt;div class=&#38;quot;skip-link&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;#content&#38;quot; title=&#38;quot;&#38;lt;?php _e(&#38;#39;Skip navigation to the content&#38;#39;, &#38;#39;thematic&#38;#39;); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Skip to content&#38;#39;, &#38;#39;thematic&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;!-- .skip-link --&#38;gt;

			&#38;lt;?php /* Our navigation menu.  If one isn&#38;#39;t filled out, wp_nav_menu falls back to wp_page_menu.  The menu assiged to the primary position is the one used.  If none is assigned, the menu with the lowest ID is used.  */ ?&#38;gt;
			&#38;lt;?php wp_nav_menu( array(
                          			&#38;#39;theme_location&#38;#39; =&#38;gt; &#38;#39;primary-menu&#38;#39;, // we define this as being the previously registered &#38;quot;Primary Menu&#38;quot;
                          			&#38;#39;menu_class&#38;#39; =&#38;gt; &#38;#39;sf-menu&#38;#39;, // we assign the sf-menu class to the menu ul so that superfish workds
                          			&#38;#39;container_class&#38;#39; =&#38;gt; &#38;#39;menu&#38;#39; // we assign the menu class to the menu container div so to keep it compatible with the Thematic menu styling
                          		));
			?&#38;gt;
	&#38;lt;/div&#38;gt;&#38;lt;!-- #access --&#38;gt;
&#38;lt;?php
}
add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;new_access&#38;#39;,9);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>andrea_r on "Should I move to Thematic from Thesis?"</title>
<link>http://themeshaper.com/forums/topic/should-i-move-to-thematic-from-thesis#post-11100</link>
<pubDate>Tue, 30 Mar 2010 12:15:35 +0000</pubDate>
<dc:creator>andrea_r</dc:creator>
<guid isPermaLink="false">11100@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;As far as I know, the Thesis guys are not interested in BuddyPress and have no plans on a BP version. I played with thesis once and found it counter-intuitive to what I knew from regular WP themes.&#60;/p&#62;
&#60;p&#62;The Buddymatic guy is Ron, and I'm his partner, ;) It's just Thematic with the BP parts - an excellent base to start from.&#60;/p&#62;
&#60;p&#62;The theme works with 3.0, and everyone is working hard on getting BuddyPress itself working properly in 3.0.
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "Should I move to Thematic from Thesis?"</title>
<link>http://themeshaper.com/forums/topic/should-i-move-to-thematic-from-thesis#post-10744</link>
<pubDate>Tue, 16 Mar 2010 01:36:41 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">10744@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi slobizman,&#60;/p&#62;
&#60;p&#62;I've never used Thesis so I can't give you a good comparison. I'm a Thematic fan, without a doubt. Thematic is free and our collective support is what makes it priceless. &#60;/p&#62;
&#60;p&#62;I can tell you this:&#60;/p&#62;
&#60;p&#62;1. WP 3.0 multi user is currently being tested with Thematic and will undoubtedly be supported in a coming release.&#60;br /&#62;
2. Enabling Thematic + WP 3.0 menu management will  be as easy as writing a simple function for your child theme.&#60;br /&#62;
3. &#60;a href=&#34;http://wordpress.org/extend/themes/buddymatic&#34;&#62;Buddymatic&#60;/a&#62; is a port of Thematic for BuddyPress and is currently being updated by a core committer to the WordPress + MU merge and is keeping  pace with the latest release versions of Thematic.&#60;/p&#62;
&#60;p&#62;All in all, my money is on Thematic and GPL frameworks over premium themes with proprietary support any day. Now is as good a time as any to start with Thematic.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Gene
&#60;/p&#62;</description>
</item>
<item>
<title>kgoodman on "Should I move to Thematic from Thesis?"</title>
<link>http://themeshaper.com/forums/topic/should-i-move-to-thematic-from-thesis#post-10732</link>
<pubDate>Mon, 15 Mar 2010 18:14:29 +0000</pubDate>
<dc:creator>kgoodman</dc:creator>
<guid isPermaLink="false">10732@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi -&#60;br /&#62;
I've no experience with Thesis but I love Thematic.&#60;/p&#62;
&#60;p&#62;The user community is great. I've pretty much found every answer I've needed already posted on this forum (might not be exactly the snippet of code I need, but what I need to get in the right direction.) &#60;/p&#62;
&#60;p&#62;Here's a great resource for you to start checking out some of the builtin hooks and filters you can use in customizing your theme. &#60;a href=&#34;http://themeshaper.com/thematic/guide/&#34;&#62;Thematic Customization Guid&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;There are some new FREE child themes (like Feature Site and Acamas). I would check them out as they might get you started off on your project really fast. I've customized Feature Site with my own child theme very easily. &#60;a href=&#34;http://themeshaper.com/category/thematic-child-themes/&#34;&#62;themeshaper.com&#60;/a&#62;. I actually paid for the theme before it was free, needless to say, still love it. ;-)&#60;/p&#62;
&#60;p&#62;I can't comment on how future integration will work with WP 3.0/Buddypress, hopefully someone else will answer that. &#60;/p&#62;
&#60;p&#62;As a newbie to PHP and wordpress, I found learning Wordpress and Thematic to be pretty straightforward. &#60;/p&#62;
&#60;p&#62;Best of luck to you and your son.&#60;br /&#62;
k.n.
&#60;/p&#62;</description>
</item>
<item>
<title>slobizman on "Should I move to Thematic from Thesis?"</title>
<link>http://themeshaper.com/forums/topic/should-i-move-to-thematic-from-thesis#post-10730</link>
<pubDate>Mon, 15 Mar 2010 17:08:15 +0000</pubDate>
<dc:creator>slobizman</dc:creator>
<guid isPermaLink="false">10730@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello everyone. I am a Thesis user with some questions to see if I should move over to Thematic.&#60;/p&#62;
&#60;p&#62;I have an existing site on Thesis, and I'm concerned about how it's going to let me integrate Buddypress, but that's not my main question.&#60;/p&#62;
&#60;p&#62;My big question is if I should instead of Thesis switch to Thematic for the site I am about to start this week.  My main concern is that I have a framework/theme that keeps up with the myriad of new features in WP 3.0 as soon as possible.  In addition to that, I want to know that I can add Buddypress at some point in the reasonably near future and not be held back by Thesis. Lots of people at Thesis are asking about BP integration, but no official answers are forthcoming.  And I wonder if Thesis will right away allow the use of the new WP 3.0 menus, for example, since they have their own set up.&#60;/p&#62;
&#60;p&#62;So, I've been looking around at all the various frameworks. I had thought that Thesis was the greatest thing for WP designers (and I do like it), but since looking around I'm seeing that this may not be the case.  I am trying to find that helps with what I said above, and is not so completely hard to learn after using Thesis.  I'm an intermediate level technical person, including in CSS and Thesis hooks.  I'm also going to work on this new project this week with my son, who is new at most of WP stuff, but I want him to get trained on something we'll stick with.&#60;/p&#62;
&#60;p&#62;So, would someone be so kind as to give me some advice regarding all this?  I hear this is a very good community, btw.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
