<?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: how to reference images in child theme html</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sat, 25 May 2013 06:46:46 +0000</pubDate>

<item>
<title>fedude on "how to reference images in child theme html"</title>
<link>http://themeshaper.com/forums/topic/how-to-reference-images-in-child-theme-html#post-8641</link>
<pubDate>Sun, 27 Dec 2009 15:39:26 +0000</pubDate>
<dc:creator>fedude</dc:creator>
<guid isPermaLink="false">8641@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks Chris.   When I see it in print it makes sense.  I'm embarrassed to say how long I spent on this....&#60;/p&#62;
&#60;p&#62;Working on my first child theme.  I'm getting there.  I just stumbled upon dwenaus's structure diagram.  All I can say is WOW.  This is like the Rosetta Stone.  You should package this in the sample child theme you include with thematic. &#60;/p&#62;
&#60;p&#62;Now if I can only make some progress with the menu....
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "how to reference images in child theme html"</title>
<link>http://themeshaper.com/forums/topic/how-to-reference-images-in-child-theme-html#post-8638</link>
<pubDate>Sun, 27 Dec 2009 10:05:36 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">8638@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;your code should be:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;logo&#38;quot;&#38;gt;&#38;lt;a&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt;&#38;lt;img src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;url&#38;#39;); ?&#38;gt;/wp-content/themes/yourchildtheme/images/layout/LCC_Logo.jpg&#38;quot; alt=&#38;quot;course&#38;quot; border=&#38;quot;0&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change &#60;code&#62;yourchildtheme&#60;/code&#62; to the directory name of your child theme.&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>fedude on "how to reference images in child theme html"</title>
<link>http://themeshaper.com/forums/topic/how-to-reference-images-in-child-theme-html#post-8629</link>
<pubDate>Sat, 26 Dec 2009 16:28:00 +0000</pubDate>
<dc:creator>fedude</dc:creator>
<guid isPermaLink="false">8629@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I've developed a half-dozen wordpress websites but this is my first foray into thematic.  It's tough to get your hands around the whole concept, but I'm fighting my way through it.&#60;/p&#62;
&#60;p&#62;But I'm stumped on something simple.&#60;/p&#62;
&#60;p&#62;I've added a header function and I reference an image in the html.  But the image never shows up in the rendered page.  I can reference the images fine from the CSS, but apparently not from the HTML I inserted in the header (which shows up fine in the source, it's just not finding the image).&#60;/p&#62;
&#60;p&#62;Here is my html:&#60;br /&#62;
&#60;code&#62;&#38;lt;div class=&#38;quot;logo&#38;quot;&#38;gt;&#38;lt;a&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt;&#38;lt;img src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;url&#38;#39;); ?&#38;gt;/images/layout/LCC_Logo.jpg&#38;quot; alt=&#38;quot;course&#38;quot; border=&#38;quot;0&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Here is my CSS which accesses images fine:&#60;br /&#62;
&#60;code&#62;background-image:url(images/layout/searchBg.jpg);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I'm determined to work my way through the learning curve.  Thematic look pretty powerful if I can just get by a few stumbling blocks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
