<?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: div id vs. class</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Fri, 24 May 2013 05:28:31 +0000</pubDate>

<item>
<title>toma on "div id vs. class"</title>
<link>http://themeshaper.com/forums/topic/div-id-vs-class#post-3949</link>
<pubDate>Mon, 18 May 2009 21:06:18 +0000</pubDate>
<dc:creator>toma</dc:creator>
<guid isPermaLink="false">3949@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;brilliant!&#60;br /&#62;
thanks a lot Chris&#60;br /&#62;
cheers
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "div id vs. class"</title>
<link>http://themeshaper.com/forums/topic/div-id-vs-class#post-3948</link>
<pubDate>Mon, 18 May 2009 20:47:39 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">3948@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;try this one in your child theme's functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function change_menu($menu) {
	$menu = str_replace(&#38;#39;&#38;lt;div class=&#38;quot;&#38;#39;, &#38;#39;&#38;lt;div id=&#38;quot;&#38;#39;, $menu);
	return $menu;
}
add_filter(&#38;#39;wp_page_menu&#38;#39;, &#38;#39;change_menu&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>toma on "div id vs. class"</title>
<link>http://themeshaper.com/forums/topic/div-id-vs-class#post-3946</link>
<pubDate>Mon, 18 May 2009 19:59:17 +0000</pubDate>
<dc:creator>toma</dc:creator>
<guid isPermaLink="false">3946@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;br /&#62;
I have been playing around with a child theme called BLAMatic.&#60;br /&#62;
It looks really good but seems to have a few issues.&#60;/p&#62;
&#60;p&#62;One of these issues is the way the nav is layed out.&#60;br /&#62;
By trying my luck with firebug, I finally found what I wanted to edit, but I have no idea how to edit it :/&#60;/p&#62;
&#60;p&#62;My HTML looks like that :&#60;br /&#62;
&#38;lt;div id=&#34;header&#34;&#38;gt;&#60;br /&#62;
     &#38;lt;div id=&#34;branding&#34;&#38;gt;&#60;br /&#62;
     &#38;lt;div id=&#34;access&#34;&#38;gt;&#60;br /&#62;
             &#38;lt;div class=&#34;skip-link&#34;&#38;gt;&#60;br /&#62;
             &#38;lt;div class=&#34;menu&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;And It seems that it should look like that :&#60;br /&#62;
&#38;lt;div id=&#34;header&#34;&#38;gt;&#60;br /&#62;
     &#38;lt;div id=&#34;branding&#34;&#38;gt;&#60;br /&#62;
     &#38;lt;div id=&#34;access&#34;&#38;gt;&#60;br /&#62;
             &#38;lt;div class=&#34;skip-link&#34;&#38;gt;&#60;br /&#62;
             &#38;lt;div id=&#34;menu&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;Notice that for the &#34;menu&#34;, I have &#38;lt;div id instead of &#38;lt;div class&#60;/p&#62;
&#60;p&#62;In which file would I be able to make that change permanently please?&#60;br /&#62;
I hope the question is not too dumb...&#60;/p&#62;
&#60;p&#62;Thanks for your help
&#60;/p&#62;</description>
</item>

</channel>
</rss>
