<?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 Tag: Child Themes</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Tue, 07 Feb 2012 22:38:35 +0000</pubDate>

<item>
<title>helgatheviking on "Is there a market for child themes?"</title>
<link>http://themeshaper.com/forums/topic/is-there-a-market-for-child-themes#post-23040</link>
<pubDate>Sun, 11 Sep 2011 01:52:53 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23040@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i'd agree that most child themes are meant to be individualized solutions, but i'd agree that autofocus proves there is some market.  i think autofocus is popular b/c it provides some neat functionality and looks really cool... which is sort of what makes any theme marketable, imo.  child themes are just not as well known and a lot of people don't even know they exist so that does diminish the market.
&#60;/p&#62;</description>
</item>
<item>
<title>joperron on "Is there a market for child themes?"</title>
<link>http://themeshaper.com/forums/topic/is-there-a-market-for-child-themes#post-23039</link>
<pubDate>Sun, 11 Sep 2011 00:04:48 +0000</pubDate>
<dc:creator>joperron</dc:creator>
<guid isPermaLink="false">23039@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i think most people develop custom solutions using Thematic, not build themes to sell to the masses, at least that is my case. I know Allan Cole sells a child theme that is quite popular (Autofocus), maybe you can ask him?
&#60;/p&#62;</description>
</item>
<item>
<title>Jamie Mitchell on "Is there a market for child themes?"</title>
<link>http://themeshaper.com/forums/topic/is-there-a-market-for-child-themes#post-23038</link>
<pubDate>Sat, 10 Sep 2011 23:54:57 +0000</pubDate>
<dc:creator>Jamie Mitchell</dc:creator>
<guid isPermaLink="false">23038@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;no opinions or comments...anyone?
&#60;/p&#62;</description>
</item>
<item>
<title>Jamie Mitchell on "Is there a market for child themes?"</title>
<link>http://themeshaper.com/forums/topic/is-there-a-market-for-child-themes#post-23010</link>
<pubDate>Wed, 07 Sep 2011 23:28:55 +0000</pubDate>
<dc:creator>Jamie Mitchell</dc:creator>
<guid isPermaLink="false">23010@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;hey guys&#60;/p&#62;
&#60;p&#62;i know this is not really a support question&#60;/p&#62;
&#60;p&#62;i could use some opinions in regards to thematic child themes, and if you think there is a market for them as either free or premium themes.&#60;/p&#62;
&#60;p&#62;figured i should get some input of fellow thematic uses before i invest in lots of time  and energy.&#60;/p&#62;
&#60;p&#62;hope some of you can offer your opinions
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Beginner: Position Author Avatar in Post (Child Theme)"</title>
<link>http://themeshaper.com/forums/topic/beginner-position-author-avatar-in-post-child-theme#post-21609</link>
<pubDate>Thu, 02 Jun 2011 15:21:00 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">21609@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you're welcome.  also, since you are 'returning' a value when using filters you don't want to simultaneously use 'echo'.  echo spits it out as soon as it encounters what you are echoing... so it might be your avatar code is not being outputted in the right place.  &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function child_postheader($postheader){
   $postheader = get_avatar( get_the_author_email(), &#38;#39;37&#38;#39; ) . $postheader;
   return $postheader;
}
add_filter(&#38;#39;thematic_postheader&#38;#39;, &#38;#39;child_postheader&#38;#39; );&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>greifj on "Beginner: Position Author Avatar in Post (Child Theme)"</title>
<link>http://themeshaper.com/forums/topic/beginner-position-author-avatar-in-post-child-theme#post-21608</link>
<pubDate>Thu, 02 Jun 2011 14:21:28 +0000</pubDate>
<dc:creator>greifj</dc:creator>
<guid isPermaLink="false">21608@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Apologies...using your help, Helga, I've figured it out.&#60;/p&#62;
&#60;p&#62;Combining your function with my new-found knowledge of the css property 'clear'...&#60;br /&#62;
I got it sorted.&#60;/p&#62;
&#60;p&#62;Thank you, Helga!
&#60;/p&#62;</description>
</item>
<item>
<title>greifj on "Beginner: Position Author Avatar in Post (Child Theme)"</title>
<link>http://themeshaper.com/forums/topic/beginner-position-author-avatar-in-post-child-theme#post-21607</link>
<pubDate>Thu, 02 Jun 2011 13:43:52 +0000</pubDate>
<dc:creator>greifj</dc:creator>
<guid isPermaLink="false">21607@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;So...to update...&#60;br /&#62;
I've got the image appearing, but can't get it to line up to the left of the post title.&#60;/p&#62;
&#60;p&#62;As you can see here, it's still above...&#60;br /&#62;
&#60;a href=&#34;http://mediumbird.com/&#34; rel=&#34;nofollow&#34;&#62;http://mediumbird.com/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>greifj on "Beginner: Position Author Avatar in Post (Child Theme)"</title>
<link>http://themeshaper.com/forums/topic/beginner-position-author-avatar-in-post-child-theme#post-21606</link>
<pubDate>Thu, 02 Jun 2011 13:19:22 +0000</pubDate>
<dc:creator>greifj</dc:creator>
<guid isPermaLink="false">21606@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey, thank you, Helga!&#60;br /&#62;
How did I know it would be you that would respond?  :)&#60;br /&#62;
You are everywhere.&#60;/p&#62;
&#60;p&#62;I am struggling to figure out the correct format to use when replacing 'avatar' with my avatar code:&#60;br /&#62;
&#38;lt;?php echo get_avatar( get_the_author_email(), '37' ); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Any suggestions?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Beginner: Position Author Avatar in Post (Child Theme)"</title>
<link>http://themeshaper.com/forums/topic/beginner-position-author-avatar-in-post-child-theme#post-21601</link>
<pubDate>Thu, 02 Jun 2011 04:55:26 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">21601@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i think you could filter the postheader&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function child_postheader($postheader){
   $postheader = &#38;#39;avatar&#38;#39; . $postheader;
   return $postheader;
}
add_filter(&#38;#39;thematic_postheader&#38;#39;, &#38;#39;child_postheader&#38;#39; );&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>greifj on "Beginner: Position Author Avatar in Post (Child Theme)"</title>
<link>http://themeshaper.com/forums/topic/beginner-position-author-avatar-in-post-child-theme#post-21598</link>
<pubDate>Thu, 02 Jun 2011 01:12:51 +0000</pubDate>
<dc:creator>greifj</dc:creator>
<guid isPermaLink="false">21598@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm a designer, trying to branch into Child Themes, so bear with me...&#60;/p&#62;
&#60;p&#62;I'd like to add an Author Avatar to each post, and position it to the left of the Post Title.  I've got the Avatar covered...I just don't know where to find the code to drop it into the Post in the right place.&#60;/p&#62;
&#60;p&#62;How would one modify the layout of an individual post using a Child Theme?&#60;/p&#62;
&#60;p&#62;Appreciate your time.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Customizing Thematic's Index Loop"</title>
<link>http://themeshaper.com/forums/topic/customizing-thematics-index-loop#post-21339</link>
<pubDate>Tue, 17 May 2011 17:26:25 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">21339@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;can you post the solution in case someone else has the same issue
&#60;/p&#62;</description>
</item>
<item>
<title>rafaeltrabasso on "Customizing Thematic's Index Loop"</title>
<link>http://themeshaper.com/forums/topic/customizing-thematics-index-loop#post-21337</link>
<pubDate>Tue, 17 May 2011 16:45:47 +0000</pubDate>
<dc:creator>rafaeltrabasso</dc:creator>
<guid isPermaLink="false">21337@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;well I solved this by myself.
&#60;/p&#62;</description>
</item>
<item>
<title>rafaeltrabasso on "Customizing Thematic's Index Loop"</title>
<link>http://themeshaper.com/forums/topic/customizing-thematics-index-loop#post-21270</link>
<pubDate>Thu, 12 May 2011 20:04:59 +0000</pubDate>
<dc:creator>rafaeltrabasso</dc:creator>
<guid isPermaLink="false">21270@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello, I'm starting to understand about Child Themes and I'm really excited about the possibilities. But I'm having trouble working out something that I suspect that is really simple.&#60;br /&#62;
I would like to change the HTML structure of the posts that are displayed in the index loop. Change &#38;lt;div&#38;gt; orders, float stuff to the left, stuff like that.&#60;br /&#62;
But I can't think in a good way to do this without losing the Thematic funcionality (like those really useful post classes).&#60;br /&#62;
Plus there is another problem, I'm using Post Formats so each format would have it's own specific HTML.&#60;br /&#62;
Does anybody have a clue? Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>kwight on "Run two child themes from one install of Thematic?"</title>
<link>http://themeshaper.com/forums/topic/run-two-child-themes-from-one-install-of-thematic#post-20839</link>
<pubDate>Tue, 26 Apr 2011 05:05:07 +0000</pubDate>
<dc:creator>kwight</dc:creator>
<guid isPermaLink="false">20839@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hmm, cool. I have never worked with multisite; I was just going on DNS knowledge, so I think I was premature.
&#60;/p&#62;</description>
</item>
<item>
<title>middlesister on "Run two child themes from one install of Thematic?"</title>
<link>http://themeshaper.com/forums/topic/run-two-child-themes-from-one-install-of-thematic#post-20820</link>
<pubDate>Mon, 25 Apr 2011 10:15:42 +0000</pubDate>
<dc:creator>middlesister</dc:creator>
<guid isPermaLink="false">20820@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Well I don't know how it works when you have set separate domains for your multisite, but in my local testsite using subdomains it is actually possible to do. Meaning, one subdomain site is using one childtheme and the second subdomain site is using another childtheme - and only one thematic theme is installed. &#60;/p&#62;
&#60;p&#62;You need to network enable the child themes in the Network Admin, and then they become available to activate in the separate sites' admin panels. I didn't network enable the thematic parent theme, but it seems to work anyway. &#60;/p&#62;
&#60;p&#62;I guess you are using some plugin for the separate domain mapping? As long as both the child themes and the different sites are part of the same multisite install I think it would work.
&#60;/p&#62;</description>
</item>
<item>
<title>posword on "Run two child themes from one install of Thematic?"</title>
<link>http://themeshaper.com/forums/topic/run-two-child-themes-from-one-install-of-thematic#post-20814</link>
<pubDate>Mon, 25 Apr 2011 00:54:33 +0000</pubDate>
<dc:creator>posword</dc:creator>
<guid isPermaLink="false">20814@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks everyone. It appears the answer is &#34;No&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>kwight on "Run two child themes from one install of Thematic?"</title>
<link>http://themeshaper.com/forums/topic/run-two-child-themes-from-one-install-of-thematic#post-20803</link>
<pubDate>Sun, 24 Apr 2011 04:34:09 +0000</pubDate>
<dc:creator>kwight</dc:creator>
<guid isPermaLink="false">20803@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I don't think so. I believe child themes rely on a relative path based on the &#34;Template:&#34; line in style.css; separate domain names would require an absolute path. More info here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Child_Themes&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Child_Themes&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>posword on "Run two child themes from one install of Thematic?"</title>
<link>http://themeshaper.com/forums/topic/run-two-child-themes-from-one-install-of-thematic#post-20789</link>
<pubDate>Sat, 23 Apr 2011 02:55:31 +0000</pubDate>
<dc:creator>posword</dc:creator>
<guid isPermaLink="false">20789@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I should have explained it better. I have a hosted multisite account on which I currently have two sites with separate domain names. Can I reference the thematic on the first site from the second site CSS template statement?
&#60;/p&#62;</description>
</item>
<item>
<title>kwight on "Run two child themes from one install of Thematic?"</title>
<link>http://themeshaper.com/forums/topic/run-two-child-themes-from-one-install-of-thematic#post-20784</link>
<pubDate>Fri, 22 Apr 2011 22:34:47 +0000</pubDate>
<dc:creator>kwight</dc:creator>
<guid isPermaLink="false">20784@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Only one install of Thematic is required for any number of child themes on a site... does this answer your question?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Run two child themes from one install of Thematic?"</title>
<link>http://themeshaper.com/forums/topic/run-two-child-themes-from-one-install-of-thematic#post-20765</link>
<pubDate>Fri, 22 Apr 2011 14:10:13 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">20765@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;hi peter-  do you mean on the same domain?  i'm not sure how you'd run 2 themes simultaneously anyway w/o separate WP installs.
&#60;/p&#62;</description>
</item>
<item>
<title>posword on "Run two child themes from one install of Thematic?"</title>
<link>http://themeshaper.com/forums/topic/run-two-child-themes-from-one-install-of-thematic#post-20756</link>
<pubDate>Fri, 22 Apr 2011 06:48:15 +0000</pubDate>
<dc:creator>posword</dc:creator>
<guid isPermaLink="false">20756@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Has anyone tried to run two child themes from one install of Thematic?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "How can i bundle thematic with the child theme as one?"</title>
<link>http://themeshaper.com/forums/topic/how-can-i-bundle-thematic-with-the-child-theme-as-one#post-20024</link>
<pubDate>Sun, 27 Mar 2011 23:36:38 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">20024@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;jamie- yeah it isn't cheap. and i can't figure out what you can do w/ thesis that you can't do w/ thematic.  though it does come w/ an extensive (to me overly so) options panel.  i'd say it is more designed for someone who wants to customize their site w/o touching code.  whatevs.  i currently find it easier to do stuff in my functions.php and prefer to offer customized options instead of a the whole cow.  but it was just an observation on a possible way to bundle thematic in.  w/o downloading the themeforest theme, what is the basic approach they are taking?  &#60;/p&#62;
&#60;p&#62;so not a fan of genesis?  why not?  just curious.  dont know anything about it.  i've looked at Hybrid and there are definitely bits that i think would work well in thematic (like breadcrumbs, and their 404 and search widgets would be more useful that the page top,bottom, insert widgets, that i typically unregister on almost every project)
&#60;/p&#62;</description>
</item>
<item>
<title>Jamie Mitchell on "How can i bundle thematic with the child theme as one?"</title>
<link>http://themeshaper.com/forums/topic/how-can-i-bundle-thematic-with-the-child-theme-as-one#post-20022</link>
<pubDate>Sun, 27 Mar 2011 22:40:39 +0000</pubDate>
<dc:creator>Jamie Mitchell</dc:creator>
<guid isPermaLink="false">20022@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Johny...yeh that theme is exactly what i was thinking of....i think thematic will still keep going, i don't see why not, there are too many people involved and it's too important to those who use it...if not then there are heaps of other frameworks any ways these days like justin tadlock's.&#60;/p&#62;
&#60;p&#62;helga....thanks i just took a look...$164 for thesis! i bought the genesis framework the other week, and that was a big rip-off...
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "How can i bundle thematic with the child theme as one?"</title>
<link>http://themeshaper.com/forums/topic/how-can-i-bundle-thematic-with-the-child-theme-as-one#post-20018</link>
<pubDate>Sun, 27 Mar 2011 16:00:18 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">20018@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;actually jonny you reminded me (in some weird un-related way) of how Thesis handles this situation.  basically thesis has a /custom folder inside it.  on upgrades thesis doesn't override this folder.
&#60;/p&#62;</description>
</item>
<item>
<title>Jonny Janiero on "How can i bundle thematic with the child theme as one?"</title>
<link>http://themeshaper.com/forums/topic/how-can-i-bundle-thematic-with-the-child-theme-as-one#post-20017</link>
<pubDate>Sun, 27 Mar 2011 15:47:32 +0000</pubDate>
<dc:creator>Jonny Janiero</dc:creator>
<guid isPermaLink="false">20017@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@joperron - i agree, its best to use it as a selling point. if however, thematics future is stable. i'm really undecided on that at the moment.&#60;/p&#62;
&#60;p&#62;someone did it here. downloaded once to take a look&#60;br /&#62;
&#60;a href=&#34;http://themeforest.net/item/lucid-business-blog-portfolio-wordpress-theme/120682&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/item/lucid-business-blog-portfolio-wordpress-theme/120682&#60;/a&#62;&#60;br /&#62;
dont know how it will handle future updates, but its basically created using thematic standalone
&#60;/p&#62;</description>
</item>
<item>
<title>joperron on "How can i bundle thematic with the child theme as one?"</title>
<link>http://themeshaper.com/forums/topic/how-can-i-bundle-thematic-with-the-child-theme-as-one#post-19965</link>
<pubDate>Wed, 23 Mar 2011 21:22:23 +0000</pubDate>
<dc:creator>joperron</dc:creator>
<guid isPermaLink="false">19965@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Strange you would want to hide it, I use Thematic as a selling point to clients.
&#60;/p&#62;</description>
</item>
<item>
<title>marbie on "How can i bundle thematic with the child theme as one?"</title>
<link>http://themeshaper.com/forums/topic/how-can-i-bundle-thematic-with-the-child-theme-as-one#post-19959</link>
<pubDate>Wed, 23 Mar 2011 19:35:52 +0000</pubDate>
<dc:creator>marbie</dc:creator>
<guid isPermaLink="false">19959@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I thought about merging my child themes with thematic on client sites. I decided against it because updates of either one of the themes would be a problem.&#60;br /&#62;
As I don´t activate the thematic theme my clients only see the child theme, and even the ones that know about the two themes don´t seem to mind.
&#60;/p&#62;</description>
</item>
<item>
<title>Jamie Mitchell on "How can i bundle thematic with the child theme as one?"</title>
<link>http://themeshaper.com/forums/topic/how-can-i-bundle-thematic-with-the-child-theme-as-one#post-19941</link>
<pubDate>Wed, 23 Mar 2011 13:37:57 +0000</pubDate>
<dc:creator>Jamie Mitchell</dc:creator>
<guid isPermaLink="false">19941@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;thanks for theme link, but yeh that is just thematic added to the main folder, nothing more...&#60;/p&#62;
&#60;p&#62;i know there is a way to incorporate the child-theme and thematic as if they where one theme.
&#60;/p&#62;</description>
</item>
<item>
<title>d_rec on "How can i bundle thematic with the child theme as one?"</title>
<link>http://themeshaper.com/forums/topic/how-can-i-bundle-thematic-with-the-child-theme-as-one#post-19900</link>
<pubDate>Tue, 22 Mar 2011 11:09:48 +0000</pubDate>
<dc:creator>d_rec</dc:creator>
<guid isPermaLink="false">19900@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'd suggest having a look at how others are bundling their child themes and Thematic. Jonny Janiero's Arrival theme is first I can think of top of my head; &#60;a href=&#34;http://blog.virtualpudding.com/web/arrival-free-child-theme-for-thematic/&#34; rel=&#34;nofollow&#34;&#62;http://blog.virtualpudding.com/web/arrival-free-child-theme-for-thematic/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Jamie Mitchell on "How can i bundle thematic with the child theme as one?"</title>
<link>http://themeshaper.com/forums/topic/how-can-i-bundle-thematic-with-the-child-theme-as-one#post-19893</link>
<pubDate>Tue, 22 Mar 2011 05:31:58 +0000</pubDate>
<dc:creator>Jamie Mitchell</dc:creator>
<guid isPermaLink="false">19893@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;hey everyone...&#60;/p&#62;
&#60;p&#62;ok, say i create a child theme for a client or whoever, and i don't want to have them upload 2 themes and explain what a child theme is etc.&#60;/p&#62;
&#60;p&#62;so what i want to do is develop my child theme, and then integrate it with thematic. so only one theme needs uploading and the thematic files are still separate.&#60;/p&#62;
&#60;p&#62;i have heard of somebody doing this, this is what i read&#60;/p&#62;
&#60;p&#62;&#34;the Thematic functions.php file was just altered by 1 line to include the Child Theme files – oh and the style.css of course&#34;&#60;/p&#62;
&#60;p&#62;any ideas on his one...
&#60;/p&#62;</description>
</item>

</channel>
</rss>

