<?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 - Tag: child themes - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/child-themes</link>
		<description>Support Forum - Tag: child themes - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 05:11:37 +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://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/child-themes" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-101151</link>
			<pubDate>Wed, 13 Mar 2013 16:31:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101151@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think we are duplicating responses at this point so I'm going to close this topic and we'll just work on the issue in the other topic.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100965</link>
			<pubDate>Tue, 12 Mar 2013 19:44:44 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">100965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have all new versions too!&#60;/p&#62;
&#60;p&#62;I got the price showing with the other thread response for changing the config and removing a line but since then the price also shows in top right corner and much bigger than others!&#60;/p&#62;
&#60;p&#62;Here is a link..&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tosigns.com/product/business-card&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/product/business-card&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100934</link>
			<pubDate>Tue, 12 Mar 2013 18:12:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100934@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi turboper4mer,&#60;/p&#62;
&#60;p&#62;I just tested this one this morning with the latest version of Flashlight, WooCommerce and Wordpress: &#60;a href=&#34;http://www.kriesi.at/support/topic/woocommerce-single-product-page-missing-price-tag?replies=11#post-100919&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/woocommerce-single-product-page-missing-price-tag?replies=11#post-100919&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100762</link>
			<pubDate>Tue, 12 Mar 2013 06:09:52 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">100762@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;added to functions.php but no change..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100576</link>
			<pubDate>Mon, 11 Mar 2013 13:49:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">100576@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please try to add following code to the bottom of functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;woocommerce_before_add_to_cart_button&#38;#39;, &#38;#39;inoplugs_price_container&#38;#39;, 50 );

function inoplugs_price_container()
{
		global $woocommerce, $product, $post;
		if ( (!empty($product-&#38;gt;min_variation_price) &#38;amp;&#38;amp; $product-&#38;gt;min_variation_price == $product-&#38;gt;max_variation_price) &#124;&#124; empty($product-&#38;gt;min_variation_price) )
		{
			echo &#38;quot;&#38;lt;div class=&#38;#39;price_container&#38;#39;&#38;gt;&#38;quot;;
			woocommerce_template_single_price($post, $product);
			echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
		}
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100517</link>
			<pubDate>Mon, 11 Mar 2013 06:11:07 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">100517@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://tosigns.com/product/business-card&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/product/business-card&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100112</link>
			<pubDate>Thu, 07 Mar 2013 20:33:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Do you have an example we can take a look at? Just from the description of not showing I don't really know what it might be.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99982</link>
			<pubDate>Thu, 07 Mar 2013 07:40:06 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">99982@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I cannot get the simple product price to show in product page, variable product prices show,,,HELP this is making me crazy!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99934</link>
			<pubDate>Thu, 07 Mar 2013 01:01:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99934@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, the 2.2.1 update is for the WooCommerce update.&#60;/p&#62;
&#60;p&#62;You can read about child themes here: &#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;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99933</link>
			<pubDate>Thu, 07 Mar 2013 00:53:09 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">99933@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;you mention CHILD THEMES..can you share more information on that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99932</link>
			<pubDate>Thu, 07 Mar 2013 00:51:17 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">99932@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The upgrade information for 2.0 which WooCommerce sent out today..I guess the 2.2.1 is the update version for flashlight?&#60;/p&#62;
&#60;p&#62;I'll upgrade later tonight and post the result.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99833</link>
			<pubDate>Wed, 06 Mar 2013 16:42:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99833@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi turboper4mer,&#60;/p&#62;
&#60;p&#62;You'll also need to update WooCommerce as the 2.2.1 update was to also address the major changes in the plugin. This requires a database update so you may want to make a backup using &#60;a href=&#34;http://wordpress.org/extend/plugins/backupwordpress/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/backupwordpress/&#60;/a&#62; .&#60;/p&#62;
&#60;p&#62;Disable any active plugins aside from WooCommerce as well since it has been causing conflicts with plugins after its update.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99733</link>
			<pubDate>Wed, 06 Mar 2013 04:58:35 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">99733@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Did the upgrade and now all sample products come up as fatal error!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tosigns.com/product-category/printing/business-cards&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/product-category/printing/business-cards&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98844</link>
			<pubDate>Thu, 28 Feb 2013 11:56:13 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98844@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HI,&#60;/p&#62;
&#60;p&#62;You will need to update using FTP. So please unzip the file locally on your home computer. You will need to install ftp software and filezilla is something i recommend &#60;a href=&#34;http://filezilla-project.org/download.php?type=client&#34; rel=&#34;nofollow&#34;&#62;http://filezilla-project.org/download.php?type=client&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Then you will need to get your ftp login/password from your host (which is different than your wordpress or host login/pw) &#60;/p&#62;
&#60;p&#62;Then find your theme folder located in /wp-content/themes/  if you customized any of your template files you will need to back them up because the update will overwrite every theme file including your custom.css  . That is the reason we recommend the use of child themes.&#60;/p&#62;
&#60;p&#62;If you made changes to your theme files I made a video how I go about making changes for a different theme (but the process is the same for all of them)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://docs.google.com/file/d/0B8hqGBMSfHtKRkJlN0pyNVNDSkk/edit&#34; rel=&#34;nofollow&#34;&#62;https://docs.google.com/file/d/0B8hqGBMSfHtKRkJlN0pyNVNDSkk/edit&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98819</link>
			<pubDate>Thu, 28 Feb 2013 08:28:44 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">98819@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried updating and came up with this:&#60;/p&#62;
&#60;p&#62;Unpacking the package…&#60;/p&#62;
&#60;p&#62;Installing the theme…&#60;/p&#62;
&#60;p&#62;Destination folder already exists. /home/content/12/9827312/html/wp-content/themes/flashlight/&#60;/p&#62;
&#60;p&#62;Theme install failed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98815</link>
			<pubDate>Thu, 28 Feb 2013 08:13:25 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">98815@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I will update the version but why are my prices not showing&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tosigns.com/product/plastic-card&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/product/plastic-card&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98808</link>
			<pubDate>Thu, 28 Feb 2013 07:59:02 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">98808@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://tosigns.com/company/gallery&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/company/gallery&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98393</link>
			<pubDate>Mon, 25 Feb 2013 16:06:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98393@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi turboper4mer,&#60;/p&#62;
&#60;p&#62;The image gallery attachment should work for images on pages as well as posts/portfolio/products. Perhaps try disabling any active plugins (except woocommerce) in case something is causing a conflict that is only showing on the individual pages.&#60;/p&#62;
&#60;p&#62;If you can provide a link to a page, we can take a look live and inspect the site to see if we can see any errors that way as well.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98321</link>
			<pubDate>Mon, 25 Feb 2013 03:56:58 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">98321@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just solved the alphabetical order issue!&#60;/p&#62;
&#60;p&#62;Additional Question:&#60;/p&#62;
&#60;p&#62;I have a page GALLERY and I uploaded 5 or 6 images and set it to all choices available one at a time and nothing make the images show! Is the image gallery option not for regular pages?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98315</link>
			<pubDate>Mon, 25 Feb 2013 03:25:44 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">98315@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My MENU shows the products alphabetical but they display with no order and random, see here &#38;gt;&#38;gt;   &#60;a href=&#34;http://tosigns.com/product-category/printing&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/product-category/printing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1. How can we make the products display in an alphabetical order?&#60;br /&#62;
2. If I selected an image for a product and setup the product and then COPY TO NEW DRAFT and setup another product using the same information I cannot change the image to another image, if I delete the images from one product the other product images are deleted too, and is there any way to have a featured image and small additional product images which can be viewed if clicked upon?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matsaukeo on "Child themes / Best practice for updating"</title>
			<link>http://www.kriesi.at/support/topic/child-themes-best-practice-for-updating#post-80228</link>
			<pubDate>Thu, 18 Oct 2012 11:28:18 +0000</pubDate>
			<dc:creator>matsaukeo</dc:creator>
			<guid isPermaLink="false">80228@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the reply, I'm starting to get an idea now of how to edit this without messing with the original files. I have a couple of specfic questions so I'll ask those seperately after searching the forum
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Child themes / Best practice for updating"</title>
			<link>http://www.kriesi.at/support/topic/child-themes-best-practice-for-updating#post-80123</link>
			<pubDate>Wed, 17 Oct 2012 19:12:35 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">80123@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi matsaukeo,&#60;/p&#62;
&#60;p&#62;Since you want to play mainly with the CSS, I suggest simply using the custom.css located in /angular/css/. This file is meant to be used for customizations so when Kriesi updates he leaves it alone. &#60;/p&#62;
&#60;p&#62;Also, when Kriesi updates he includes a version log so you know which files were updated. In case you do edit the HTML/PHP then you check this log to see the file was one of the ones updated.&#60;/p&#62;
&#60;p&#62;Let us know if you have any questions.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matsaukeo on "Child themes / Best practice for updating"</title>
			<link>http://www.kriesi.at/support/topic/child-themes-best-practice-for-updating#post-80081</link>
			<pubDate>Wed, 17 Oct 2012 13:55:38 +0000</pubDate>
			<dc:creator>matsaukeo</dc:creator>
			<guid isPermaLink="false">80081@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi There,&#60;/p&#62;
&#60;p&#62;I've recently bought the Angular theme - looks good and looking forward to getting going with it!&#60;/p&#62;
&#60;p&#62;I know that I'll want to be making changes to personalise it. What would be the best way of doing this? Should I be creating a child theme in case you update the main theme? Any tips would help, I'll be mainly playing around with the CSS rather than the HTML
&#60;/p&#62;</description>
		</item>
		<item>
			<title>skane on "How to child theme skin files"</title>
			<link>http://www.kriesi.at/support/topic/how-to-child-theme-skin-files#post-19864</link>
			<pubDate>Wed, 25 May 2011 17:53:57 +0000</pubDate>
			<dc:creator>skane</dc:creator>
			<guid isPermaLink="false">19864@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Not at all. So many people here are helping each other, it just seems like the thing to do.&#60;/p&#62;
&#60;p&#62;I consider my suggestion above a hack, since I haven't seen it described in Codex. It's working well for me with the Newscast theme. &#60;/p&#62;
&#60;p&#62;However, in an ideal world, I think the Child style.css file should be able to handle everything using &#60;em&#62;@import url(style1.css);&#60;/em&#62; placed after the @import url(style.css). For example, it seems logical in a cascading world where the Child style.css should control everything that it would: 1.  import and execute style.css,  then 2. any mods to style.css, and then 3. import and execute style1.css, and then 4. any mods placed after that. However, the original header.php is executing style1.css (again?*) AFTER it processes the Child.  *once during @import in the child and again because of the header &#38;lt;link&#38;gt; stmt.&#60;/p&#62;
&#60;p&#62;Maybe the Wordpress developers have something to say about this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to child theme skin files"</title>
			<link>http://www.kriesi.at/support/topic/how-to-child-theme-skin-files#post-19798</link>
			<pubDate>Wed, 25 May 2011 05:14:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19798@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the hint skane :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>skane on "How to child theme skin files"</title>
			<link>http://www.kriesi.at/support/topic/how-to-child-theme-skin-files#post-19794</link>
			<pubDate>Wed, 25 May 2011 04:09:55 +0000</pubDate>
			<dc:creator>skane</dc:creator>
			<guid isPermaLink="false">19794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Exactly how to make mods to Child Theme Skin files hasn't been exactly clear in codex and elsewhere.  Hopefully this will help:&#60;/p&#62;
&#60;p&#62;1. Copy header.php to the Child folder&#60;br /&#62;
2. Create a css file to hold your skin mods. e.g. For style1.css call it something like style1M.css&#60;br /&#62;
3. Insert the style1M.css &#38;lt;link&#38;gt; statement in the header, immediately after the style1.css &#38;lt;link&#38;gt; statement (around line 36)&#60;/p&#62;
&#60;p&#62;That should do it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to child theme skin files"</title>
			<link>http://www.kriesi.at/support/topic/how-to-child-theme-skin-files#post-14255</link>
			<pubDate>Wed, 09 Mar 2011 06:20:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">14255@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
as far as I know you don't need to use exactly the same structure but you must set a reference (@include, etc. in your child theme stylesheet). Have a look at this page: &#60;a href=&#34;http://codex.wordpress.org/Child_Themes#Example_of_a_basic_Child_Theme&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Child_Themes#Example_of_a_basic_Child_Theme&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lstipp on "How to child theme skin files"</title>
			<link>http://www.kriesi.at/support/topic/how-to-child-theme-skin-files#post-14203</link>
			<pubDate>Tue, 08 Mar 2011 17:39:54 +0000</pubDate>
			<dc:creator>lstipp</dc:creator>
			<guid isPermaLink="false">14203@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
I am successfully using child theming to make my modifications to the Display theme. However, if I want to have my own copy of style2.css, so my changes don't change the original, I have two questions:&#60;/p&#62;
&#60;p&#62;1. does my child style2.css file have to be in a similar directory structure inside my child theme folder, or can it just be in the same child theme directory as my version of style.css?&#60;/p&#62;
&#60;p&#62;2. Does my style2.css need to IMPORT the original style2.css?&#60;/p&#62;
&#60;p&#62;Hope I'm making sense. Let me know if you need clarification.&#60;br /&#62;
Thanks!&#60;br /&#62;
Lori
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
