<?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; User Favorites: awilson3rd</title>
		<link>http://www.themolitor.com/forums/profile/</link>
		<description>THE MOLITOR FORUMS &#187; User Favorites: awilson3rd</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 08:10:19 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "FAQ - Link markers on map to category pages"</title>
			<link>http://www.themolitor.com/forums/topic/tip-from-user-markers-on-map-linked-to-categories#post-28396</link>
			<pubDate>Mon, 07 Apr 2014 09:30:54 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">28396@http://www.themolitor.com/forums/</guid>
			<description><p>v 2.2.0 has the following new features...</p>
<p>* Added custom link option for posts on map - new option on post edit page.<br />
* Added category option for home map - new option on Customize page.</p>
<p>This will allow you to use pins on the home page to represent categories by linking the pin to a category page instead of a post page. You can create a separate category like "category pins" and select that as the category to display on the home page. This way when visitors visit the site, they will only see category pins on the map.</p>
<p>Of course this isn't the only use for customizing map pin links. Enjoy!</p>
<p>The latest version of The Navigator is available on your downloads page on ThemeForest.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Link markers on map to category pages"</title>
			<link>http://www.themolitor.com/forums/topic/tip-from-user-markers-on-map-linked-to-categories#post-28300</link>
			<pubDate>Thu, 03 Apr 2014 12:07:48 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">28300@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Just want to give a heads up!</p>
<p>I'm planning on releasing an update soon (next week or so) that adds a custom link option for posts/pins. This will allow you to copy/paste the category pages as the link for the pin, which will override the link to the individual post page.</p>
<p>I'm also playing with the idea of adding an option to select a category of posts to display on the home page so that users could use the main map as a category map listing.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>chrisb on "FAQ - Link markers on map to category pages"</title>
			<link>http://www.themolitor.com/forums/topic/tip-from-user-markers-on-map-linked-to-categories#post-28277</link>
			<pubDate>Thu, 03 Apr 2014 07:42:13 +0000</pubDate>
			<dc:creator>chrisb</dc:creator>
			<guid isPermaLink="false">28277@http://www.themolitor.com/forums/</guid>
			<description><p>hello all,<br />
trying to follow this tip but i'm kindda lost :</p>
<p>i have my category and subcategories menu like this : WesternAfrica/Country/hotel or restaurant / then different posts related to these subcategories</p>
<p>what should i redirect or which kind of pages should i setup to have first a map of the country with all its posts ==&#62; linked to WesternAfrica/Country<br />
then a page with the map of the country with all related to only one subcategory ==&#62; WesternAfrica/Country/hotel<br />
thansk in advance.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Different zoom for each category (user edit)"</title>
			<link>http://www.themolitor.com/forums/topic/different-zoom-for-each-category-1#post-27671</link>
			<pubDate>Tue, 11 Mar 2014 10:34:03 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">27671@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try this instead...</p>
<pre><code>if (is_category(&#039;2&#039;)) {$mainZoom = &#039;6&#039;;}  //Entertainment
elseif (is_category(3)) {$mainZoom = &#039;15&#039;;} //Hotel
elseif (is_category(15)) {$mainZoom = &#039;9&#039;;} //Park
else {$mainZoom = get_theme_mod(&#039;themolitor_customizer_cat_zoom&#039;);}</code></pre>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Sam on "FAQ - Different zoom for each category (user edit)"</title>
			<link>http://www.themolitor.com/forums/topic/different-zoom-for-each-category-1#post-27662</link>
			<pubDate>Tue, 11 Mar 2014 00:11:07 +0000</pubDate>
			<dc:creator>Sam</dc:creator>
			<guid isPermaLink="false">27662@http://www.themolitor.com/forums/</guid>
			<description><p>Dose it work for more than category and dose it over write the option on theme-option?</p>
<p>if ( is_category('2') ) { $mainZoom = '6'; } else {$mainZoom = get_theme_mod('themolitor_customizer_cat_zoom');}; //Entertainment<br />
if ( is_category(3) ) { $mainZoom = '15'; } else {$mainZoom = get_theme_mod('themolitor_customizer_cat_zoom');}; //Hotel<br />
if ( is_category(15) ) { $mainZoom = '9'; } else {$mainZoom = get_theme_mod('themolitor_customizer_cat_zoom');}; //Park
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Different zoom for each category (user edit)"</title>
			<link>http://www.themolitor.com/forums/topic/different-zoom-for-each-category-1#post-27649</link>
			<pubDate>Mon, 10 Mar 2014 12:08:28 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">27649@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>That was the old method for setting the default value for <code>$mainZoom</code>, which is now controlled from the theme-options.php template file. Try changing line 2 from this...</p>
<pre><code>$mainZoom = get_theme_mod(&#039;themolitor_customizer_cat_zoom&#039;);</code></pre>
<p>...to this...</p>
<pre><code>if ( is_category(&#039;ID&#039;) ) { $mainZoom = &#039;6&#039;; } else {$mainZoom = get_theme_mod(&#039;themolitor_customizer_cat_zoom&#039;);};</code></pre>
<p>Hope that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Sam on "FAQ - Different zoom for each category (user edit)"</title>
			<link>http://www.themolitor.com/forums/topic/different-zoom-for-each-category-1#post-27630</link>
			<pubDate>Mon, 10 Mar 2014 04:29:06 +0000</pubDate>
			<dc:creator>Sam</dc:creator>
			<guid isPermaLink="false">27630@http://www.themolitor.com/forums/</guid>
			<description><p>i can't find the<br />
<code>if(!$mainZoom){$mainZoom = &#34;12&#34;;}</code><br />
in script_list.php<br />
thanks
</p></description>
		</item>
		<item>
			<title>MoesiOli on "FAQ - Different zoom for each category (user edit)"</title>
			<link>http://www.themolitor.com/forums/topic/different-zoom-for-each-category-1#post-26865</link>
			<pubDate>Sat, 01 Feb 2014 00:30:01 +0000</pubDate>
			<dc:creator>MoesiOli</dc:creator>
			<guid isPermaLink="false">26865@http://www.themolitor.com/forums/</guid>
			<description><p>With Version 2.0.2 it nearly the same:<br />
in script_list.php on line 2<br />
After<br />
<pre><code>$mainZoom = get_theme_mod(&#039;themolitor_customizer_cat_zoom&#039;);</code></pre>
<p>Add<br />
<pre><code>if ( is_category(ID) ) { $mainZoom = &#039;6&#039;; }; //Name</code></pre></description>
		</item>
		<item>
			<title>kellter on "FAQ - Different zoom for each category (user edit)"</title>
			<link>http://www.themolitor.com/forums/topic/different-zoom-for-each-category-1#post-26413</link>
			<pubDate>Wed, 15 Jan 2014 15:12:45 +0000</pubDate>
			<dc:creator>kellter</dc:creator>
			<guid isPermaLink="false">26413@http://www.themolitor.com/forums/</guid>
			<description><p>Looking for fix for latest version also.
</p></description>
		</item>
		<item>
			<title>awilson3rd on "FAQ - Link markers on map to category pages"</title>
			<link>http://www.themolitor.com/forums/topic/tip-from-user-markers-on-map-linked-to-categories#post-26204</link>
			<pubDate>Wed, 08 Jan 2014 11:24:47 +0000</pubDate>
			<dc:creator>awilson3rd</dc:creator>
			<guid isPermaLink="false">26204@http://www.themolitor.com/forums/</guid>
			<description><p>Any ideas?</p>
<p>Thanks </p>
<p>Andrew
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Pins on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/pins-on-homepage#post-26078</link>
			<pubDate>Fri, 03 Jan 2014 11:01:56 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26078@http://www.themolitor.com/forums/</guid>
			<description><p>;-)
</p></description>
		</item>
		<item>
			<title>awilson3rd on "Pins on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/pins-on-homepage#post-26074</link>
			<pubDate>Fri, 03 Jan 2014 10:22:54 +0000</pubDate>
			<dc:creator>awilson3rd</dc:creator>
			<guid isPermaLink="false">26074@http://www.themolitor.com/forums/</guid>
			<description><p>Hello Chris, </p>
<p>Thanks for clarifying. </p>
<p>Andrew
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Pins on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/pins-on-homepage#post-26069</link>
			<pubDate>Fri, 03 Jan 2014 09:37:21 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26069@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>That's not how the HTML structure is organized.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>awilson3rd on "FAQ - Link markers on map to category pages"</title>
			<link>http://www.themolitor.com/forums/topic/tip-from-user-markers-on-map-linked-to-categories#post-26061</link>
			<pubDate>Fri, 03 Jan 2014 07:19:12 +0000</pubDate>
			<dc:creator>awilson3rd</dc:creator>
			<guid isPermaLink="false">26061@http://www.themolitor.com/forums/</guid>
			<description><p>Hello, </p>
<p>An update to the above. This is going to sound confusing:-)</p>
<p>I have state and city map links (categories), for example:</p>
<p>/new-york-state/new-york-city/</p>
<p>So, the only way I could work out how to get 1 pin on the top level map (homepage) for a 'state' was to create a post called 'new york' and only assign this to 'new york state'. Then I hid all other entries for new york city using the simple exclude plugin. I then redirected the post I created 'new york' to /new-york-state/ and this worked ok. But, of course the problem is now that I see that post in the new-york-state category and as the post has nothing associated with it (I only created it so I could use it as a home page maker) it looks kind of odd sitting there on category page. </p>
<p>I have a headache trying to work out how to not show this. Any suggestions?</p>
<p>Basicially I am just trying to get a marker on the home page to each state rather than overloading the home page with all pins. </p>
<p>Thanks </p>
<p>Andrew
</p></description>
		</item>
		<item>
			<title>awilson3rd on "FAQ - Link markers on map to category pages"</title>
			<link>http://www.themolitor.com/forums/topic/tip-from-user-markers-on-map-linked-to-categories#post-26059</link>
			<pubDate>Fri, 03 Jan 2014 03:54:03 +0000</pubDate>
			<dc:creator>awilson3rd</dc:creator>
			<guid isPermaLink="false">26059@http://www.themolitor.com/forums/</guid>
			<description><p>Hello, </p>
<p>I know this is a really old post but this is what I am looking for on the home page. So, if anyway can give me an example of what to include in the 301 redirects plugin I would appreciate it. Basically I want to include a link to a category from the home page (states) instead of including all makers. I haven't got a clue though about how to add this in the 301 redirects page. I get 2 options, 1 for the request (old link) and one for the destination (new link). </p>
<p>Thanks in advance for any advise or examples of how to do this. </p>
<p>Andrew
</p></description>
		</item>
		<item>
			<title>awilson3rd on "Pins on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/pins-on-homepage#post-26053</link>
			<pubDate>Thu, 02 Jan 2014 16:07:24 +0000</pubDate>
			<dc:creator>awilson3rd</dc:creator>
			<guid isPermaLink="false">26053@http://www.themolitor.com/forums/</guid>
			<description><p>Hello Chris, </p>
<p>I couldn't get the class to associate with a .page-ID or a #post-(number)?</p>
<p>So, I tried the code below in the text section of the welcome message page and it worked, thought I would add it here in case anyone else needed to do the same:</p>
<pre><code>#marker1 { display: none !important; }
#prevMarker { display: none !important; }
#nextMarker { display: none !important; }</code></pre>
<p>This hides the bottom left marker/title and the navigation from the welcome page 'only'</p>
<p>Out of interest, any idea why the following wouldn't work in the custom css?</p>
<pre><code>.page-id-9 #marker1 { display: none !important; }</code></pre>
<p>or with the post:<br />
<pre><code>#post-11 #marker1 { display: none !important; }</code></pre>
<p>Thanks again, </p>
<p>Andrew
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Pins on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/pins-on-homepage#post-26047</link>
			<pubDate>Thu, 02 Jan 2014 15:29:06 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26047@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Oh, I see what you mean. The first info box will always have id #marker1.</p>
<p>Hope that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>awilson3rd on "Pins on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/pins-on-homepage#post-26043</link>
			<pubDate>Thu, 02 Jan 2014 12:53:14 +0000</pubDate>
			<dc:creator>awilson3rd</dc:creator>
			<guid isPermaLink="false">26043@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks Chris, I would imagine hiding the info box on the bottom left should be just a case of hiding the class by using the page I'd in the custom CSS option so I only need to know what class to set the display to none - would be easy if I knew the class Id css. </p>
<p>Thanks </p>
<p>Andrew
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Pins on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/pins-on-homepage#post-26041</link>
			<pubDate>Thu, 02 Jan 2014 12:40:45 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26041@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The default home page is intended to display your latest map posts with the map centering on the most recently published item. </p>
<p>The welcome page setting is just for displaying a welcome message title and content (it doesn't utilize any of the custom post options available on the page edit screen).</p>
<p>Regarding your question about editing the home page, unfortunately that isn't a simple edit. To explore your options, please submit a customization request here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>awilson3rd on "Pins on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/pins-on-homepage#post-26034</link>
			<pubDate>Thu, 02 Jan 2014 12:08:44 +0000</pubDate>
			<dc:creator>awilson3rd</dc:creator>
			<guid isPermaLink="false">26034@http://www.themolitor.com/forums/</guid>
			<description><p>Meant to say in the last line of the above:</p>
<p>---- If so, is there any way to 'turn off' the small image/link at the bottom left of the map on the homepage only (the latest post one)</p>
<p>Thanks</p>
<p>Andrew
</p></description>
		</item>
		<item>
			<title>awilson3rd on "Pins on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/pins-on-homepage#post-26029</link>
			<pubDate>Thu, 02 Jan 2014 11:37:26 +0000</pubDate>
			<dc:creator>awilson3rd</dc:creator>
			<guid isPermaLink="false">26029@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks Chris, </p>
<p>Yes, that does help. Of course the issue I have now is that the map is at the correct zoom on the homepage but the wrong location (it shows the last post). Either this is the way it is supposed to be? or I am missing something. I thought that by adding a lat and lng to the homepage and setting that as the static page it would be correct but from the above I guess not? </p>
<p>So, if the above is right and my thoughts on the homepage were wrong then I guess I could add a dummy location with a transparent png as the marker for the actual place I want the map centered and then ensure this is always the latest post? (how do I ensure this is the latest by the way?) If so, is there any way to 'turn off' the small image/link at the bottom left of the map (the latest post one)</p>
<p>Hope that makes sense!:-)</p>
<p>Thanks again for the help. </p>
<p>Andrew
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Pins on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/pins-on-homepage#post-26016</link>
			<pubDate>Thu, 02 Jan 2014 10:58:50 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26016@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You're Static Front Page settings should look like this: <a href="http://s2.postimg.org/69j22gcbd/Screen_Shot_2014_01_02_at_10_57_51_AM.png" rel="nofollow">http://s2.postimg.org/69j22gcbd/Screen_Shot_2014_01_02_at_10_57_51_AM.png</a></p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>awilson3rd on "Pins on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/pins-on-homepage#post-25999</link>
			<pubDate>Wed, 01 Jan 2014 05:58:38 +0000</pubDate>
			<dc:creator>awilson3rd</dc:creator>
			<guid isPermaLink="false">25999@http://www.themolitor.com/forums/</guid>
			<description><p>Hello, </p>
<p>Not really sure what I am doing wrong with the setup but I cannot see cat/post pins on the homepage. Here is what I have done so far:</p>
<p>1 setup a new page to be the homepage called 'welcome'<br />
2 setup a blog cat with a 'dummy' post<br />
3 in theme options I have set the front page to be the homepage (welcome page) </p>
<p>Now the homepage displays the map with the lat/long I set in the homepage (zoomed out view of the USA) but there is just one pin and that pin leads to nothing because it is just a setting for the homepage map view. </p>
<p>I have added a couple of posts and in the cat/post view the map is ok but there are 2 problems. First the pins for the posts are not showing on the homepage (welcome page) and the pin that is on the homepage is just there for reference and leads to nothing. I am really confused. I had to put the lat and lng in the homepage for the map to display on the home page with the correct view but of course the marker there is meaningless. </p>
<p>Help!!:-)</p>
<p>Thanks </p>
<p>Andrew</p>
<p>PS - I have read previous posts, deactivated all plugins etc but still the pins don't appear.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Satellite Map"</title>
			<link>http://www.themolitor.com/forums/topic/satellite-map#post-25920</link>
			<pubDate>Mon, 30 Dec 2013 11:14:18 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25920@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I just updated the instructions at the top of that page to work for version 2.0+. </p>
<p>If you still need help, please continue to post in that thread (I'm closing this thread).</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>awilson3rd on "Satellite Map"</title>
			<link>http://www.themolitor.com/forums/topic/satellite-map#post-25885</link>
			<pubDate>Mon, 30 Dec 2013 06:51:53 +0000</pubDate>
			<dc:creator>awilson3rd</dc:creator>
			<guid isPermaLink="false">25885@http://www.themolitor.com/forums/</guid>
			<description><p>Hello, </p>
<p>I have just downloaded a copy of the theme today and I cannot set the default homepage menu to be satellite. I have followed the instructions in the following post but it does not change anything?</p>
<p><a href="http://www.themolitor.com/forums/topic/use-satellite-view-by-default-for-main-map" rel="nofollow">http://www.themolitor.com/forums/topic/use-satellite-view-by-default-for-main-map</a></p>
<p>Thanks</p>
<p>Andrew
</p></description>
		</item>
		<item>
			<title>jimmy on "FAQ - Different zoom for each category (user edit)"</title>
			<link>http://www.themolitor.com/forums/topic/different-zoom-for-each-category-1#post-25871</link>
			<pubDate>Sun, 29 Dec 2013 04:49:33 +0000</pubDate>
			<dc:creator>jimmy</dc:creator>
			<guid isPermaLink="false">25871@http://www.themolitor.com/forums/</guid>
			<description><p>Anyone know how to do this in the new version ?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Where do I change out &quot;Submit a Comment&quot;?"</title>
			<link>http://www.themolitor.com/forums/topic/where-do-i-change-out-submit-a-comment#post-25258</link>
			<pubDate>Wed, 04 Dec 2013 10:19:20 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25258@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Positive ratings REALLY help me out.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>cloudnein on "Where do I change out &quot;Submit a Comment&quot;?"</title>
			<link>http://www.themolitor.com/forums/topic/where-do-i-change-out-submit-a-comment#post-25245</link>
			<pubDate>Tue, 03 Dec 2013 14:01:49 +0000</pubDate>
			<dc:creator>cloudnein</dc:creator>
			<guid isPermaLink="false">25245@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you for your help &#38; prompt response. </p>
<p>Yes, it worked!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Where do I change out &quot;Submit a Comment&quot;?"</title>
			<link>http://www.themolitor.com/forums/topic/where-do-i-change-out-submit-a-comment#post-25201</link>
			<pubDate>Mon, 02 Dec 2013 14:13:09 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25201@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>All comments-related text is controlled from single.php, page.php and comments.php.</p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>cloudnein on "Where do I change out &quot;Submit a Comment&quot;?"</title>
			<link>http://www.themolitor.com/forums/topic/where-do-i-change-out-submit-a-comment#post-25174</link>
			<pubDate>Mon, 02 Dec 2013 09:15:02 +0000</pubDate>
			<dc:creator>cloudnein</dc:creator>
			<guid isPermaLink="false">25174@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris, </p>
<p>Where can I change the "Comment" and "Submit a Comment" ? </p>
<p>I'd like to change it to "Prayer" &#38; "Submit a Prayer" .......</p>
<p>Thanks.
</p></description>
		</item>

	</channel>
</rss>
