<?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/"
	
	>
<channel>
	<title>
	Comments on: How You Can Use WordPress Functions to Run a Smarter Blog	</title>
	<atom:link href="https://pearsonified.com/custom-functions-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://pearsonified.com/custom-functions-wordpress/</link>
	<description>Best damn website on the planet since 2005</description>
	<lastBuildDate>Sun, 30 Sep 2018 13:10:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>
		By: Marii		</title>
		<link>https://pearsonified.com/custom-functions-wordpress/#comment-1341811</link>

		<dc:creator><![CDATA[Marii]]></dc:creator>
		<pubDate>Sat, 18 Apr 2015 00:33:24 +0000</pubDate>
		<guid isPermaLink="false">https://pearsonified.com/?p=294#comment-1341811</guid>

					<description><![CDATA[I am not very familiar with PHP but I did manage to understand important things from this article. Very good written, thank you.]]></description>
			<content:encoded><![CDATA[<p>I am not very familiar with PHP but I did manage to understand important things from this article. Very good written, thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Deepa Govind		</title>
		<link>https://pearsonified.com/custom-functions-wordpress/#comment-192192</link>

		<dc:creator><![CDATA[Deepa Govind]]></dc:creator>
		<pubDate>Thu, 10 Apr 2014 09:21:56 +0000</pubDate>
		<guid isPermaLink="false">https://pearsonified.com/?p=294#comment-192192</guid>

					<description><![CDATA[Very simple, clean, and more focus on the logic of custom-functions (creating, including, and accessing them). Thanks a bunch

I have one doubt.
You mention :include_once (TEMPLATEPATH . &#039;/user-functions.php&#039;);in the core function.php

I get it, both theme-function.php and theme-userfunction.php are placed in the same folder.

Now that i have a child-theme-folder (with style.css/header.php).. and i upload my userfunction.php to my child theme folder, how do i make the same call to call the custom-user functions? 

include_once (TEMPLATEPATH . &#039;/user-functions.php&#039;); ??
Coz, Templatepath, would then call the path of the parent theme

Looking forward to your response
PS: I am using NewsGrandTheme as parent theme]]></description>
			<content:encoded><![CDATA[<p>Very simple, clean, and more focus on the logic of custom-functions (creating, including, and accessing them). Thanks a bunch</p>
<p>I have one doubt.<br />
You mention :include_once (TEMPLATEPATH . &#8216;/user-functions.php&#8217;);in the core function.php</p>
<p>I get it, both theme-function.php and theme-userfunction.php are placed in the same folder.</p>
<p>Now that i have a child-theme-folder (with style.css/header.php).. and i upload my userfunction.php to my child theme folder, how do i make the same call to call the custom-user functions? </p>
<p>include_once (TEMPLATEPATH . &#8216;/user-functions.php&#8217;); ??<br />
Coz, Templatepath, would then call the path of the parent theme</p>
<p>Looking forward to your response<br />
PS: I am using NewsGrandTheme as parent theme</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Robert Knapp		</title>
		<link>https://pearsonified.com/custom-functions-wordpress/#comment-192059</link>

		<dc:creator><![CDATA[Robert Knapp]]></dc:creator>
		<pubDate>Thu, 13 Feb 2014 22:21:48 +0000</pubDate>
		<guid isPermaLink="false">https://pearsonified.com/?p=294#comment-192059</guid>

					<description><![CDATA[Very helpful Thank you.]]></description>
			<content:encoded><![CDATA[<p>Very helpful Thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Johann		</title>
		<link>https://pearsonified.com/custom-functions-wordpress/#comment-187178</link>

		<dc:creator><![CDATA[Johann]]></dc:creator>
		<pubDate>Wed, 02 Jan 2013 00:06:02 +0000</pubDate>
		<guid isPermaLink="false">https://pearsonified.com/?p=294#comment-187178</guid>

					<description><![CDATA[Thank you. I was able to follow the instructions and make the day OK.]]></description>
			<content:encoded><![CDATA[<p>Thank you. I was able to follow the instructions and make the day OK.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Frost		</title>
		<link>https://pearsonified.com/custom-functions-wordpress/#comment-186697</link>

		<dc:creator><![CDATA[Frost]]></dc:creator>
		<pubDate>Sun, 05 Aug 2012 20:24:19 +0000</pubDate>
		<guid isPermaLink="false">https://pearsonified.com/?p=294#comment-186697</guid>

					<description><![CDATA[I wonder why did you even write this article. User-defined function is one of the most important when creating CMS or writing a Wordpress theme framework or simple a theme.

You can&#039;t go anywhere without using user-defined function.]]></description>
			<content:encoded><![CDATA[<p>I wonder why did you even write this article. User-defined function is one of the most important when creating CMS or writing a WordPress theme framework or simple a theme.</p>
<p>You can&#8217;t go anywhere without using user-defined function.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shah		</title>
		<link>https://pearsonified.com/custom-functions-wordpress/#comment-186496</link>

		<dc:creator><![CDATA[Shah]]></dc:creator>
		<pubDate>Mon, 21 May 2012 12:00:04 +0000</pubDate>
		<guid isPermaLink="false">https://pearsonified.com/?p=294#comment-186496</guid>

					<description><![CDATA[Hi Chris, just wanna ask you ... what if i have too many functions to add , my functions.php will be swarming with &#039;crazy&#039; texts . How can i break it to multiple files like &#039;functions.php&#039; , &#039;functions-primary.php&#039; . i did try but got a bunch of php errors . Some hints would be appreciated . Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi Chris, just wanna ask you &#8230; what if i have too many functions to add , my functions.php will be swarming with &#8216;crazy&#8217; texts . How can i break it to multiple files like &#8216;functions.php&#8217; , &#8216;functions-primary.php&#8217; . i did try but got a bunch of php errors . Some hints would be appreciated . Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Calvin		</title>
		<link>https://pearsonified.com/custom-functions-wordpress/#comment-186411</link>

		<dc:creator><![CDATA[Calvin]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 08:54:16 +0000</pubDate>
		<guid isPermaLink="false">https://pearsonified.com/?p=294#comment-186411</guid>

					<description><![CDATA[Great post! I&#039;ve only just switched from Blogger to WordPress due to it&#039;s better ability to handle mathematics symbols and equations. Tho not quite techie myself I think you&#039;ve explained it quite well. Thanks a lot!]]></description>
			<content:encoded><![CDATA[<p>Great post! I&#8217;ve only just switched from Blogger to WordPress due to it&#8217;s better ability to handle mathematics symbols and equations. Tho not quite techie myself I think you&#8217;ve explained it quite well. Thanks a lot!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Using Facebook Comments with Wordpress Â» Alpha Kilo Hotel		</title>
		<link>https://pearsonified.com/custom-functions-wordpress/#comment-185803</link>

		<dc:creator><![CDATA[Using Facebook Comments with Wordpress Â» Alpha Kilo Hotel]]></dc:creator>
		<pubDate>Thu, 29 Dec 2011 02:34:19 +0000</pubDate>
		<guid isPermaLink="false">https://pearsonified.com/?p=294#comment-185803</guid>

					<description><![CDATA[[...] that you could probably do this same thing with any WordPress theme, but you&#039;d first have include a custom PHP file with this function inside [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] that you could probably do this same thing with any WordPress theme, but you&#039;d first have include a custom PHP file with this function inside [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joel		</title>
		<link>https://pearsonified.com/custom-functions-wordpress/#comment-185631</link>

		<dc:creator><![CDATA[Joel]]></dc:creator>
		<pubDate>Thu, 08 Dec 2011 15:48:13 +0000</pubDate>
		<guid isPermaLink="false">https://pearsonified.com/?p=294#comment-185631</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://pearsonified.com/custom-functions-wordpress/#comment-185630&quot;&gt;Chris Pearson&lt;/a&gt;.

Thanks Chris! It looks like both Content Filter and Shortcodes would do the trick.
Cheers.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://pearsonified.com/custom-functions-wordpress/#comment-185630">Chris Pearson</a>.</p>
<p>Thanks Chris! It looks like both Content Filter and Shortcodes would do the trick.<br />
Cheers.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris Pearson		</title>
		<link>https://pearsonified.com/custom-functions-wordpress/#comment-185630</link>

		<dc:creator><![CDATA[Chris Pearson]]></dc:creator>
		<pubDate>Thu, 08 Dec 2011 15:36:55 +0000</pubDate>
		<guid isPermaLink="false">https://pearsonified.com/?p=294#comment-185630</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://pearsonified.com/custom-functions-wordpress/#comment-185625&quot;&gt;Joel&lt;/a&gt;.

Joel, to make your function run in the text (aka. the content), you&#039;ll need to use the &lt;strong&gt;content filter&lt;/strong&gt;.

When you use a filter, your function must &lt;strong&gt;return output&lt;/strong&gt; rather than echoing it.

Here&#039;s a reference page on the &lt;a href=&quot;http://codex.wordpress.org/Plugin_API/Filter_Reference/the_content&quot; rel=&quot;nofollow&quot;&gt;content filter in the WordPress codex&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://pearsonified.com/custom-functions-wordpress/#comment-185625">Joel</a>.</p>
<p>Joel, to make your function run in the text (aka. the content), you&#8217;ll need to use the <strong>content filter</strong>.</p>
<p>When you use a filter, your function must <strong>return output</strong> rather than echoing it.</p>
<p>Here&#8217;s a reference page on the <a href="http://codex.wordpress.org/Plugin_API/Filter_Reference/the_content" rel="nofollow">content filter in the WordPress codex</a>.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
