<?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: how</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 19 Jun 2013 13:59:26 +0000</pubDate>

<item>
<title>Joe Little on "New Child Theme"</title>
<link>http://themeshaper.com/forums/topic/new-child-theme#post-8750</link>
<pubDate>Sat, 02 Jan 2010 19:35:57 +0000</pubDate>
<dc:creator>Joe Little</dc:creator>
<guid isPermaLink="false">8750@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Since I am not a an animation master I have found a Java application called &#34;Geosphere&#34;&#60;br /&#62;
 That I will develop into my code .I am now working on how to make it look better as the design is kinda crappy. It works great though!
&#60;/p&#62;</description>
</item>
<item>
<title>Joe Little on "New Child Theme"</title>
<link>http://themeshaper.com/forums/topic/new-child-theme#post-8748</link>
<pubDate>Sat, 02 Jan 2010 18:38:01 +0000</pubDate>
<dc:creator>Joe Little</dc:creator>
<guid isPermaLink="false">8748@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I would like to create a new child theme from scratch. I can not find even a premium theme that has what I am looking for.&#60;/p&#62;
&#60;p&#62;Any good advice is welcome but I have two questions.&#60;br /&#62;
1.Can I use heavy java? The concept is an interactive globe where you can click on the countries and find out more about the people we support in each country.&#60;/p&#62;
&#60;p&#62;I can't find a theme any where close to that for word press.&#60;/p&#62;
&#60;p&#62;2.I know the answer may be a little bias considering the forum, but will I be able to do this with my Thematic?&#60;/p&#62;
&#60;p&#62;I always use Thematic so I hate to even ask that. I would think using Thematic would make it easier.&#60;br /&#62;
My questions alone show my level experience to be novice at best but how will I ever learn if I don't just jump in there?&#60;br /&#62;
I want to create, not copy. So any help on where to go to learn more would be great.&#60;br /&#62;
Right now I get most my links from Smashing Magazine.&#60;/p&#62;
&#60;p&#62;Thank You for the help.
&#60;/p&#62;</description>
</item>
<item>
<title>dsn on "Adding a link to the dropdown submenu"</title>
<link>http://themeshaper.com/forums/topic/adding-a-link-to-the-dropdown-submenu#post-3854</link>
<pubDate>Wed, 13 May 2009 14:10:20 +0000</pubDate>
<dc:creator>dsn</dc:creator>
<guid isPermaLink="false">3854@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;That looks like a better solution, thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>Ian Stewart on "Adding a link to the dropdown submenu"</title>
<link>http://themeshaper.com/forums/topic/adding-a-link-to-the-dropdown-submenu#post-3853</link>
<pubDate>Wed, 13 May 2009 14:08:24 +0000</pubDate>
<dc:creator>Ian Stewart</dc:creator>
<guid isPermaLink="false">3853@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;You should check out the Page Links To Plugin. I don't recommend hacking the WordPress core.
&#60;/p&#62;</description>
</item>
<item>
<title>dsn on "Adding a link to the dropdown submenu"</title>
<link>http://themeshaper.com/forums/topic/adding-a-link-to-the-dropdown-submenu#post-3852</link>
<pubDate>Wed, 13 May 2009 14:06:18 +0000</pubDate>
<dc:creator>dsn</dc:creator>
<guid isPermaLink="false">3852@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;this is what I did to resolve it, I bet its not the recommended way but I'll post it anyways!&#60;/p&#62;
&#60;p&#62;1)noted my bookmark ID&#60;br /&#62;
1)went to wp-include/classes.php.&#60;br /&#62;
2)edited Walker_page class.&#60;br /&#62;
3)after line 1175($output .= *********)&#60;br /&#62;
4)added the following&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($page-&#38;gt;ID == &#38;#39;bookmarkID&#38;#39;)
		{
		$b = get_bookmark(&#38;#39;8&#38;#39;, ARRAY_A);
		$forum = &#38;#39;
&#38;lt;li&#38;gt;&#38;lt;a rel=&#38;quot;&#38;#39;
. $b[&#38;#39;link_rel&#38;#39;]
. &#38;#39;&#38;quot; href=&#38;quot;&#38;#39;
. $b[&#38;#39;link_url&#38;#39;]
. &#38;#39;&#38;quot; title=&#38;quot;&#38;#39;
. $b[&#38;#39;link_description&#38;#39;]
. &#38;#39;&#38;quot;&#38;gt;&#38;#39;
. $b[&#38;#39;$link_name&#38;#39;]
. &#38;#39;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;#39;;
		$output .= $forum;
		}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>dsn on "Adding a link to the dropdown submenu"</title>
<link>http://themeshaper.com/forums/topic/adding-a-link-to-the-dropdown-submenu#post-3841</link>
<pubDate>Tue, 12 May 2009 10:47:39 +0000</pubDate>
<dc:creator>dsn</dc:creator>
<guid isPermaLink="false">3841@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Im quit new to wordpress and thematic.&#60;/p&#62;
&#60;p&#62;I created a bookmark/link in wordpress admin panel. &#60;/p&#62;
&#60;p&#62;I found out with wp_list_bookmarks() I can retrieve my links. &#60;/p&#62;
&#60;p&#62;But can someone suggest a way to add this in dropdown submenu?&#60;/p&#62;
&#60;p&#62;For example I have a link &#34;contact&#34;. When you hover it a dropdown menu shows &#60;/p&#62;
&#60;p&#62;&#34;Send us an email&#34;&#60;br /&#62;
&#34;Forum&#34;&#60;/p&#62;
&#60;p&#62;When the visitor clicks Forum it should open a new window, and go to the linked page.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
