<?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: Conditionally add stuff</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 19 May 2013 04:58:17 +0000</pubDate>

<item>
<title>Chris on "Conditionally add stuff"</title>
<link>http://themeshaper.com/forums/topic/conditionally-add-stuff-3#post-11128</link>
<pubDate>Wed, 31 Mar 2010 20:50:14 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">11128@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;this would be something like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function my_code() {
    if (!ispage()) {?&#38;gt;

&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
random js scripss
&#38;lt;/script&#38;gt;

&#38;lt;?php
    }
}
add_action(&#38;#39;wp_footer&#38;#39;,&#38;#39;may_code&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;More details 'bout conditional tags: &#60;a href=&#34;http://codex.wordpress.org/Conditional_Tags&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Conditional_Tags&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>Seijun on "Conditionally add stuff"</title>
<link>http://themeshaper.com/forums/topic/conditionally-add-stuff-3#post-11096</link>
<pubDate>Tue, 30 Mar 2010 05:10:27 +0000</pubDate>
<dc:creator>Seijun</dc:creator>
<guid isPermaLink="false">11096@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Say I have this added to my functions.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function my_code() {?&#38;gt;

&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
random js scripss
&#38;lt;/script&#38;gt;

&#38;lt;?php }
add_action(&#38;#39;wp_footer&#38;#39;,&#38;#39;may_code&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;How do I tell this to NOT appear for pages?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
