<?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 Topic: WP + Thematic best approach</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Tue, 18 Jun 2013 21:31:27 +0000</pubDate>

<item>
<title>flick on "WP + Thematic best approach"</title>
<link>http://themeshaper.com/forums/topic/wp-thematic-best-approach#post-9470</link>
<pubDate>Wed, 03 Feb 2010 22:41:48 +0000</pubDate>
<dc:creator>flick</dc:creator>
<guid isPermaLink="false">9470@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm intrigued by this as I haven't quite fully grasped how to create new page templates for Thematic as yet...
&#60;/p&#62;</description>
</item>
<item>
<title>ap0019er on "WP + Thematic best approach"</title>
<link>http://themeshaper.com/forums/topic/wp-thematic-best-approach#post-9455</link>
<pubDate>Wed, 03 Feb 2010 09:12:31 +0000</pubDate>
<dc:creator>ap0019er</dc:creator>
<guid isPermaLink="false">9455@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm actually looking for a way to think about creating a theme based on thematic. How should I approach problems like this one, and still maintain upgrade compatibility.
&#60;/p&#62;</description>
</item>
<item>
<title>ap0019er on "WP + Thematic best approach"</title>
<link>http://themeshaper.com/forums/topic/wp-thematic-best-approach#post-9439</link>
<pubDate>Tue, 02 Feb 2010 22:21:56 +0000</pubDate>
<dc:creator>ap0019er</dc:creator>
<guid isPermaLink="false">9439@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;In the project-page.php template I add this part (to add the menu). In the subsection-page.php I add something similar that works with the page parent (since I need to get the siblings of the project to create the menu in the subpages).&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
	$pages = get_pages(&#38;#39;child_of=&#38;#39;.$post-&#38;gt;ID.&#38;#39;&#38;#38;sort_order=ASC&#38;#39;);
	if ($pages)
	{
	    echo &#38;#39;&#38;lt;ul id=&#38;quot;proj-nav&#38;quot;&#38;gt;&#38;#39;;
	    $fist_section_name = __(strval(get_post_meta($post-&#38;gt;ID, &#38;#39;first_section&#38;#39;, true)));
	    echo &#38;#39;&#38;lt;li&#38;gt;&#38;#39;.$fist_section_name.&#38;#39;&#38;lt;/li&#38;gt;&#38;#39;;
    	foreach($pages as $page)
    	{
    	?&#38;gt;
            &#38;lt;li&#38;gt;&#38;lt;?php if ($page-&#38;gt;ID == $post-&#38;gt;ID): ?&#38;gt;
                    &#38;lt;?php echo $page-&#38;gt;post_title ?&#38;gt;
                &#38;lt;?php else: ?&#38;gt;
                    &#38;lt;a href=&#38;quot;&#38;lt;?php echo get_page_link($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;?php endif; ?&#38;gt;
            &#38;lt;/li&#38;gt;
    	&#38;lt;?php
    	}
    	echo &#38;quot;&#38;lt;/ul&#38;gt;&#38;quot;;
	}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In every other respect, the custom templates look like the original page.php.
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "WP + Thematic best approach"</title>
<link>http://themeshaper.com/forums/topic/wp-thematic-best-approach#post-9436</link>
<pubDate>Tue, 02 Feb 2010 21:55:21 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">9436@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;if you could provide the code, I'm sure that this could be done using the functions.php.&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>ap0019er on "WP + Thematic best approach"</title>
<link>http://themeshaper.com/forums/topic/wp-thematic-best-approach#post-9434</link>
<pubDate>Tue, 02 Feb 2010 21:50:37 +0000</pubDate>
<dc:creator>ap0019er</dc:creator>
<guid isPermaLink="false">9434@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I started playing with Thematic a couple of day ago. Looks like a great tool.&#60;/p&#62;
&#60;p&#62;I’m not sure however about how to approach my Wordpress implementation, while maintaining compatibility with future Thematic updates.&#60;br /&#62;
I need to create a hierarchal Page (cannot use categories since I need some custom fields there) based navigation which is essential composed of 3 layers: Top of the hierarchy – Domain pages (the navigation menu is composed of these), second level – Projects, third level – Project subsections. The project pages and project subsections pages require to contain a Subsection navigation within that project.&#60;/p&#62;
&#60;p&#62;Now, in order to accomplish this I created two custom page templates for each type of page (project and subsection) and put them in the child theme directory. Within them I added the php code required to create the project navigation.&#60;/p&#62;
&#60;p&#62;Is this right? Won’t this kinda destroy the idea of upgrade compatibility (if the page.php file – on which the custom templates are based – changes in thematic future upgrades)? Should I have done this differently? (maybe using the child theme function.php file – dunno how however).
&#60;/p&#62;</description>
</item>

</channel>
</rss>
