<?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: A few questions regarding the theme</title>
		<link>http://www.themolitor.com/forums/topic/a-few-questions-regarding-the-theme</link>
		<description>THE MOLITOR FORUMS &#187; Topic: A few questions regarding the theme</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 13:01:29 +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/a-few-questions-regarding-the-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "A few questions regarding the theme"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions-regarding-the-theme#post-33819</link>
			<pubDate>Wed, 08 Apr 2015 07:47:14 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33819@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I don't see the ability to change the language using the features of the script that ShareThis provides. As I mentioned above, this is a 3rd party tool, so let me know if you want me to provide instructions for removing it so that you can try a different WordPress plugin for sharing articles.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>4e4eninfo on "A few questions regarding the theme"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions-regarding-the-theme#post-33816</link>
			<pubDate>Wed, 08 Apr 2015 07:18:39 +0000</pubDate>
			<dc:creator>4e4eninfo</dc:creator>
			<guid isPermaLink="false">33816@http://www.themolitor.com/forums/</guid>
			<description><p>Russian
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "A few questions regarding the theme"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions-regarding-the-theme#post-33813</link>
			<pubDate>Wed, 08 Apr 2015 07:02:02 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33813@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>That's a JavaScript plugin (not the same as a WordPress plugin). It's a 3rd party service, which we do not have file access to. </p>
<p>I can check and see if they provide a translated version. What language are you translating to?</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>4e4eninfo on "A few questions regarding the theme"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions-regarding-the-theme#post-33808</link>
			<pubDate>Wed, 08 Apr 2015 04:31:57 +0000</pubDate>
			<dc:creator>4e4eninfo</dc:creator>
			<guid isPermaLink="false">33808@http://www.themolitor.com/forums/</guid>
			<description><p>Hello again.</p>
<p>please see this</p>
<p>12. <a href="https://i.imgur.com/Ur4Msc3.jpg" rel="nofollow">https://i.imgur.com/Ur4Msc3.jpg</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "A few questions regarding the theme"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions-regarding-the-theme#post-33793</link>
			<pubDate>Tue, 07 Apr 2015 08:20:08 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33793@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>9. Here's the PHP date manual for reference: <a href="http://php.net/manual/en/function.date.php" rel="nofollow">http://php.net/manual/en/function.date.php</a></p>
<p>11. I'll take care of that today :-)</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>4e4eninfo on "A few questions regarding the theme"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions-regarding-the-theme#post-33780</link>
			<pubDate>Sat, 04 Apr 2015 05:04:21 +0000</pubDate>
			<dc:creator>4e4eninfo</dc:creator>
			<guid isPermaLink="false">33780@http://www.themolitor.com/forums/</guid>
			<description><p>hello again.</p>
<p>9. &#60;?php echo date('l F jS, Y');?&#62;</p>
<p>how exactly to translate this so it shows the date in russian?</p>
<p>11. &#60;h3&#62;&#60;?php _e('Related Articles','themolitor');?&#62;&#60;/h3&#62;</p>
<p>could you please include this in the .pot file in the next update
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "A few questions regarding the theme"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions-regarding-the-theme#post-33564</link>
			<pubDate>Wed, 18 Mar 2015 13:12:54 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33564@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>9. The date is generated by PHP in header.php on line 139...</p>
<pre><code>&#60;?php echo date(&#039;l F jS, Y&#039;);?&#62;</code></pre>
<p>10. That text is generated by the browser, not the theme. The input field for that item is located in post-form.php on line 143...</p>
<pre><code>&#60;input type=&#34;file&#34; name=&#34;thumbnail&#34; id=&#34;thumbnail&#34;&#62;</code></pre>
<p>11. I must have forgotten to include that in the .POT file. It's located in single.php on line 98...</p>
<pre><code>&#60;h3&#62;&#60;?php _e(&#039;Related Articles&#039;,&#039;themolitor&#039;);?&#62;&#60;/h3&#62;</code></pre>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>4e4eninfo on "A few questions regarding the theme"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions-regarding-the-theme#post-33557</link>
			<pubDate>Wed, 18 Mar 2015 05:15:57 +0000</pubDate>
			<dc:creator>4e4eninfo</dc:creator>
			<guid isPermaLink="false">33557@http://www.themolitor.com/forums/</guid>
			<description><p>Hello.</p>
<p>I have additional questions/problems:</p>
<p>9. <a href="https://i.imgur.com/Zhs0YDQ.jpg" rel="nofollow">https://i.imgur.com/Zhs0YDQ.jpg</a></p>
<p>10. <a href="https://i.imgur.com/Yh4j3Yb.jpg" rel="nofollow">https://i.imgur.com/Yh4j3Yb.jpg</a></p>
<p>11. <a href="https://i.imgur.com/I8Z0zgJ.jpg" rel="nofollow">https://i.imgur.com/I8Z0zgJ.jpg</a></p>
<p>thanks.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "A few questions regarding the theme"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions-regarding-the-theme#post-33423</link>
			<pubDate>Tue, 10 Mar 2015 09:09:18 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33423@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Ah, regarding the Related posts section, that is a bug. I'm going to submit an update for that, but heres the manual fix... open single.php and change the following on line 109 from this...</p>
<pre><code>&#039;posts_per_page&#039;=&#62;6,</code></pre>
<p>...to this...</p>
<pre><code>&#039;posts_per_page&#039;=&#62;3,</code></pre>
<p>Regarding the other item, removing/adding/changing elements of the theme template files is considered a customization.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>4e4eninfo on "A few questions regarding the theme"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions-regarding-the-theme#post-33417</link>
			<pubDate>Mon, 09 Mar 2015 17:36:53 +0000</pubDate>
			<dc:creator>4e4eninfo</dc:creator>
			<guid isPermaLink="false">33417@http://www.themolitor.com/forums/</guid>
			<description><p>what about these?</p>
<p><a href="https://i.imgur.com/IwsmCH6.jpg" rel="nofollow">https://i.imgur.com/IwsmCH6.jpg</a></p>
<p><a href="https://i.imgur.com/Q4jiDbF.jpg" rel="nofollow">https://i.imgur.com/Q4jiDbF.jpg</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "A few questions regarding the theme"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions-regarding-the-theme#post-33416</link>
			<pubDate>Mon, 09 Mar 2015 15:30:48 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33416@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Just to clarify, your request does not involve issues that need fixing, but rather they are a list of customization requests. Customization requests are not considered as part of standard support services (please see item #1 in the "PLEASE READ" section below).</p>
<p>Regarding translations, please review this existing thread: <a href="http://www.themolitor.com/forums/topic/localization-usage" rel="nofollow">http://www.themolitor.com/forums/topic/localization-usage</a></p>
<p>Hope that helps some.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>4e4eninfo on "A few questions regarding the theme"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions-regarding-the-theme#post-33415</link>
			<pubDate>Mon, 09 Mar 2015 14:10:30 +0000</pubDate>
			<dc:creator>4e4eninfo</dc:creator>
			<guid isPermaLink="false">33415@http://www.themolitor.com/forums/</guid>
			<description><p>Hello.</p>
<p>What that mean? Is it you who is the author of the theme? Uf yes then you have to know how to fix these things i asked. I don't to give extra money for this via <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a> or is it free of charge?. You have to provide this support, what i'm asking is how to change the font of the posts and have to translate this theme into other language.</p>
<p>And here is 2 more problems, please check.</p>
<p>7. take a look - <a href="https://i.imgur.com/IwsmCH6.jpg" rel="nofollow">https://i.imgur.com/IwsmCH6.jpg</a></p>
<p>8. take a look - <a href="https://i.imgur.com/Q4jiDbF.jpg" rel="nofollow">https://i.imgur.com/Q4jiDbF.jpg</a></p>
<p>thanks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "A few questions regarding the theme"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions-regarding-the-theme#post-33407</link>
			<pubDate>Mon, 09 Mar 2015 13:23:23 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33407@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Sorry, but this request goes a bit beyond the level of support I'm able to provide here in the forums. If it was something I knew off the top of my head I would gladly help, but if it requires a bit of research, testing and custom code then I have ask that you submit a request for customization services here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Hope you understand.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>4e4eninfo on "A few questions regarding the theme"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions-regarding-the-theme#post-33392</link>
			<pubDate>Sun, 08 Mar 2015 10:48:03 +0000</pubDate>
			<dc:creator>4e4eninfo</dc:creator>
			<guid isPermaLink="false">33392@http://www.themolitor.com/forums/</guid>
			<description><p>Hello Dear The Molitor</p>
<p>I have a few questions regarding the theme:</p>
<p>1. How to change the font of the all text to Arial or any other?</p>
<p>2. How to change the seize of the posts' headlines?</p>
<p>3. How to change the seize of the navigation menu? I want to make it bigger</p>
<p>4. How to change the color of the black line under the navigation menu?</p>
<p>5. How to remove shadow while mouse hover over a picture, on the home page?</p>
<p>6. I want to translate this theme into Russian. Exactly have i need to create .po, .mo files?</p>
<p>please explain the question step by step, since I'm not good at this coding staff.</p>
<p>thank you.
</p></description>
		</item>

	</channel>
</rss>
