<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Abhijit Nadgouda&#8217;s List of WordPress Global Variables</title>
	<atom:link href="http://lorelle.wordpress.com/2006/11/24/abhijit-nadgoudas-list-of-wordpress-global-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://lorelle.wordpress.com/2006/11/24/abhijit-nadgoudas-list-of-wordpress-global-variables/</link>
	<description>Helping you learn more and do more with WordPress</description>
	<lastBuildDate>Tue, 21 May 2013 10:14:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Lorelle VanFossen</title>
		<link>http://lorelle.wordpress.com/2006/11/24/abhijit-nadgoudas-list-of-wordpress-global-variables/#comment-934238</link>
		<dc:creator><![CDATA[Lorelle VanFossen]]></dc:creator>
		<pubDate>Thu, 02 Dec 2010 17:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2006/11/24/abhijit-nadgoudas-list-of-wordpress-global-variables/#comment-934238</guid>
		<description><![CDATA[I recommend you define it as a constant such as:

&lt;code&gt;define(&#039;TEST&#039;, 2);&lt;/code&gt;

The code should be inserted into the header as php:

&lt;code&gt;&lt;?php echo TEST; ?&gt;&lt;/code&gt;
]]></description>
		<content:encoded><![CDATA[<p>I recommend you define it as a constant such as:</p>
<p><code>define('TEST', 2);</code></p>
<p>The code should be inserted into the header as php:</p>
<p><code>&lt;?php echo TEST; ?&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaseem Ansari</title>
		<link>http://lorelle.wordpress.com/2006/11/24/abhijit-nadgoudas-list-of-wordpress-global-variables/#comment-934140</link>
		<dc:creator><![CDATA[Vaseem Ansari]]></dc:creator>
		<pubDate>Thu, 02 Dec 2010 06:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2006/11/24/abhijit-nadgoudas-list-of-wordpress-global-variables/#comment-934140</guid>
		<description><![CDATA[i want to declare a variable in any file of wordpress and then i want to use its value on any page of wordpres, let me explain you what i want to do and what i did

step 1. i declared a variable in functions.php file like this
global $test;
$test = &#039;2&#039;;

step 2. Now i wrote this in header.php file
echo $test ; die;

But the value in variable is not showing in header, actually i want the value to be shown in footer,]]></description>
		<content:encoded><![CDATA[<p>i want to declare a variable in any file of wordpress and then i want to use its value on any page of wordpres, let me explain you what i want to do and what i did</p>
<p>step 1. i declared a variable in functions.php file like this<br />
global $test;<br />
$test = &#8217;2&#8242;;</p>
<p>step 2. Now i wrote this in header.php file<br />
echo $test ; die;</p>
<p>But the value in variable is not showing in header, actually i want the value to be shown in footer,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Love Letter to WordPress Plugin Authors &#171; Lorelle on WordPress</title>
		<link>http://lorelle.wordpress.com/2006/11/24/abhijit-nadgoudas-list-of-wordpress-global-variables/#comment-930119</link>
		<dc:creator><![CDATA[A Love Letter to WordPress Plugin Authors &#171; Lorelle on WordPress]]></dc:creator>
		<pubDate>Wed, 07 Jul 2010 04:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2006/11/24/abhijit-nadgoudas-list-of-wordpress-global-variables/#comment-930119</guid>
		<description><![CDATA[[...] Abhijit Nadgouda&#8217;s List of WordPress Global Variables [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Abhijit Nadgouda&#8217;s List of WordPress Global Variables [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: booyaa dot org&#187; Blog Archive &#187; Link rolling rolling rolling&#8230;</title>
		<link>http://lorelle.wordpress.com/2006/11/24/abhijit-nadgoudas-list-of-wordpress-global-variables/#comment-84850</link>
		<dc:creator><![CDATA[booyaa dot org&#187; Blog Archive &#187; Link rolling rolling rolling&#8230;]]></dc:creator>
		<pubDate>Sat, 25 Nov 2006 10:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2006/11/24/abhijit-nadgoudas-list-of-wordpress-global-variables/#comment-84850</guid>
		<description><![CDATA[[...] A definitive WordPress coding reference can be found on Lorelle on WordPress. There&#8217;s mention of a list of global WordPress variables by Abhjit Nadgouda, but to be honest I&#8217;ve read it, and found it dryer than a salt cracker. Still Abhjit has a nice web layout, worth the visit if only to see the Opera like pop-up web link previews. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] A definitive WordPress coding reference can be found on Lorelle on WordPress. There&#8217;s mention of a list of global WordPress variables by Abhjit Nadgouda, but to be honest I&#8217;ve read it, and found it dryer than a salt cracker. Still Abhjit has a nice web layout, worth the visit if only to see the Opera like pop-up web link previews. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria</title>
		<link>http://lorelle.wordpress.com/2006/11/24/abhijit-nadgoudas-list-of-wordpress-global-variables/#comment-84086</link>
		<dc:creator><![CDATA[Maria]]></dc:creator>
		<pubDate>Fri, 24 Nov 2006 17:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2006/11/24/abhijit-nadgoudas-list-of-wordpress-global-variables/#comment-84086</guid>
		<description><![CDATA[BEAUTIFUL!
You can&#039;t imagine how many times I&#039;ve wanted to know these variables in order to output custom pieces of information in my WordPress themes.
Abhijit: Thank you! thank you! thank you!]]></description>
		<content:encoded><![CDATA[<p>BEAUTIFUL!<br />
You can&#8217;t imagine how many times I&#8217;ve wanted to know these variables in order to output custom pieces of information in my WordPress themes.<br />
Abhijit: Thank you! thank you! thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijit Nadgouda</title>
		<link>http://lorelle.wordpress.com/2006/11/24/abhijit-nadgoudas-list-of-wordpress-global-variables/#comment-84002</link>
		<dc:creator><![CDATA[Abhijit Nadgouda]]></dc:creator>
		<pubDate>Fri, 24 Nov 2006 16:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2006/11/24/abhijit-nadgoudas-list-of-wordpress-global-variables/#comment-84002</guid>
		<description><![CDATA[Thanks for highlighting it Lorelle. The reason I set out to document the global variables was because I got confused while working on some projects. Though global variables are very convenient to work with, change in them can impact the entire application, and hence this effort so that users can knowingly use the them.]]></description>
		<content:encoded><![CDATA[<p>Thanks for highlighting it Lorelle. The reason I set out to document the global variables was because I got confused while working on some projects. Though global variables are very convenient to work with, change in them can impact the entire application, and hence this effort so that users can knowingly use the them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
