<?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: WordPress 2.8</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sat, 25 May 2013 01:10:08 +0000</pubDate>

<item>
<title>Chris on "WordPress 2.8"</title>
<link>http://themeshaper.com/forums/topic/wordpress-28#post-4580</link>
<pubDate>Tue, 16 Jun 2009 22:05:43 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">4580@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;The issue with the Acamas options page was caused by a bug in 2.8. This one is already fixed in the nightly build of WP 2.8.1.&#60;/p&#62;
&#60;p&#62;I integrated a workaround into Acamas. The backend will now work with WP 2.8.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "WordPress 2.8"</title>
<link>http://themeshaper.com/forums/topic/wordpress-28#post-4560</link>
<pubDate>Mon, 15 Jun 2009 17:36:56 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">4560@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;.. decided to go for beer .. don't think that I'll need the aspirin :-)
&#60;/p&#62;</description>
</item>
<item>
<title>amygail on "WordPress 2.8"</title>
<link>http://themeshaper.com/forums/topic/wordpress-28#post-4559</link>
<pubDate>Mon, 15 Jun 2009 17:26:22 +0000</pubDate>
<dc:creator>amygail</dc:creator>
<guid isPermaLink="false">4559@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for the jQuery tip - that's going to save me a serious headache.&#60;/p&#62;
&#60;p&#62;I'd go for beer AND asprin......
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "WordPress 2.8"</title>
<link>http://themeshaper.com/forums/topic/wordpress-28#post-4555</link>
<pubDate>Mon, 15 Jun 2009 16:16:09 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">4555@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;.. do we have more jQuery? .. think so ..
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "WordPress 2.8"</title>
<link>http://themeshaper.com/forums/topic/wordpress-28#post-4554</link>
<pubDate>Mon, 15 Jun 2009 16:14:38 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">4554@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;jQuery? .. one problem occurs, if you swap the current version against a newer one. To prevent all kind of weird problems in wp-admin, you should use this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function override_jquery() {
     if ( is_admin() ) // using a newer version of jQuery will break stuff in WP admin
          return;
     wp_deregister_script(&#38;#39;jquery&#38;#39;);
     wp_register_script(&#38;#39;jquery&#38;#39;, &#38;#39;/path/to/your/version/of/jquery.js&#38;#39;);
}

add_action(&#38;#39;init&#38;#39;, &#38;#39;override_jquery&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Chris on "WordPress 2.8"</title>
<link>http://themeshaper.com/forums/topic/wordpress-28#post-4553</link>
<pubDate>Mon, 15 Jun 2009 14:23:29 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">4553@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;What was the next issue to be solved? .. was something 'bout jQuery .. do I need some more Aspirin or do I need a beer?? .. will decide later :-)
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "WordPress 2.8"</title>
<link>http://themeshaper.com/forums/topic/wordpress-28#post-4551</link>
<pubDate>Mon, 15 Jun 2009 13:53:17 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">4551@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Ok .. got it .. In 2.8 the creation of default taxonomies moved into a function (create_initial_taxonomies) that is run by the &#34;init&#34; action hook .. that's the thing that caused my headaches.&#60;/p&#62;
&#60;p&#62;Knowing this, it's pretty easy to provide a fix for the Acamas Option Page.
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "WordPress 2.8"</title>
<link>http://themeshaper.com/forums/topic/wordpress-28#post-4550</link>
<pubDate>Mon, 15 Jun 2009 13:48:55 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">4550@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;The get_categories() issue is pretty weird. Works in a regular theme file, works in the functions.php used as an action hooked to a regular theme file, but doesn't work at all as soon as I'm trying to get the data out of it ..
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "WordPress 2.8"</title>
<link>http://themeshaper.com/forums/topic/wordpress-28#post-4549</link>
<pubDate>Mon, 15 Jun 2009 12:38:34 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">4549@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Thematicians,&#60;/p&#62;
&#60;p&#62;sorry for not answering as promised but WordPress v2.8 is keeping me busy.&#60;/p&#62;
&#60;p&#62;It seems as if WP 2.8 has a couple of issues which I'm currently investigating.&#60;/p&#62;
&#60;p&#62;Please stay tuned and wait for further news.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>

</channel>
</rss>
