<?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>WordPress &#8250; Support Topic: adding custom code</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: adding custom code</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 11:57:15 +0000</pubDate>

<item>
<title>mfields on "adding custom code"</title>
<link>http://wordpress.org/support/topic/266737#post-1061501</link>
<pubDate>Fri, 01 May 2009 01:49:53 +0000</pubDate>
<dc:creator>mfields</dc:creator>
<guid isPermaLink="false">1061501@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I got a 404 on that link. A simple solution would be to add the following code to you theme's functions.php file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;wp_head&#38;#39;, &#38;#39;print_my_script&#38;#39; );
function print_my_script() {
  if( is_page( 14 ) ) {
    print &#38;#39;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#38;#39;;
  }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;you will want to change 14 to the page ID of the page that needs the script included.
&#60;/p&#62;</description>
</item>
<item>
<title>akebe on "adding custom code"</title>
<link>http://wordpress.org/support/topic/266737#post-1061164</link>
<pubDate>Thu, 30 Apr 2009 18:31:35 +0000</pubDate>
<dc:creator>akebe</dc:creator>
<guid isPermaLink="false">1061164@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Our organization recently migrated to Word Press, and I am trying to re-integrate some javascript code that creates pop-up layers, based on the some script from Dynamic Drive (&#60;a href=&#34;http://www.dynamicdrive.com/dynamicindex4/imagetooltip.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.dynamicdrive.com/dynamicindex4/imagetooltip.htm&#60;/a&#62;). &#60;/p&#62;
&#60;p&#62;An example of working code exists from the archived site at &#60;a href=&#34;http://www.cultureplacehealth.org/nr/yimby/map.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.cultureplacehealth.org/nr/yimby/map.htm&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;My question is: how can I access the Head section of the template? Can you point me somewhere? I am new to your platform, and just need to fix one page. Also, is there a code editor that does not add &#60;br /&#62; and &#38;lt;p&#38;gt; tags? I'm having an awful lot of trouble cutting and pasting HTML code at this point.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
