<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Localization of functions.php</title>
		<link>http://www.themolitor.com/forums/topic/localization-of-functionsphp</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Localization of functions.php</description>
		<language>en-US</language>
		<pubDate>Sat, 02 May 2026 11:31:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/localization-of-functionsphp" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Localization of functions.php"</title>
			<link>http://www.themolitor.com/forums/topic/localization-of-functionsphp#post-23457</link>
			<pubDate>Tue, 24 Sep 2013 08:49:30 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23457@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Thanks for posting a new thread :-)</p>
<p>The breadcrumbs are localized and listed in the .POT file on lines 106-132...</p>
<pre><code>#: ../functions.php:49
msgid &#34;Home&#34;
msgstr &#34;&#34;

#: ../functions.php:80
msgid &#34;Current Page&#34;
msgstr &#34;&#34;

#: ../functions.php:108
msgid &#34;Search Results&#34;
msgstr &#34;&#34;

#: ../functions.php:110
msgid &#34;Posts tagged &#039;&#34;
msgstr &#34;&#34;

#: ../functions.php:116
msgid &#34;Articles posted by&#34;
msgstr &#34;&#34;

#: ../functions.php:118
msgid &#34;Error 404&#34;
msgstr &#34;&#34;

#: ../functions.php:122
msgid &#34;Page&#34;
msgstr &#34;&#34;</code></pre>
<p>Regarding child theme development, it works a little differently. As mentioned on the codex...</p>
<blockquote><p>"Unlike style.css, the functions.php of a child theme does not override its counterpart from the parent. Instead, it is loaded in addition to the parent’s functions.php. (Specifically, it is loaded right before the parent’s file.)"</p></blockquote>
<p>More info about working with child themes is available here: <a href="http://codex.wordpress.org/Child_Themes" rel="nofollow">http://codex.wordpress.org/Child_Themes</a></p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>mblaa on "Localization of functions.php"</title>
			<link>http://www.themolitor.com/forums/topic/localization-of-functionsphp#post-23450</link>
			<pubDate>Mon, 23 Sep 2013 14:45:51 +0000</pubDate>
			<dc:creator>mblaa</dc:creator>
			<guid isPermaLink="false">23450@http://www.themolitor.com/forums/</guid>
			<description><p>What would be the best path to take to localize the breadcrumbs function as well as other functions? There are small bits of English in it we would like to replace. The theme seems to just go blank when trying to add a new functions.php to the child theme. It doesn't seem to work.
</p></description>
		</item>

	</channel>
</rss>
