<?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: Removing &#039;Designed and Developed by the MOLITOR&#039;</title>
		<link>http://www.themolitor.com/forums/topic/removing-designed-and-developed-by-the-molitor</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Removing &#039;Designed and Developed by the MOLITOR&#039;</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 16:53:31 +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/removing-designed-and-developed-by-the-molitor" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Removing &#039;Designed and Developed by the MOLITOR&#039;"</title>
			<link>http://www.themolitor.com/forums/topic/removing-designed-and-developed-by-the-molitor#post-18480</link>
			<pubDate>Tue, 12 Feb 2013 14:03:30 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18480@http://www.themolitor.com/forums/</guid>
			<description><p>You bet!</p>
<p>Please don't forget to rate the theme on your downloads page when you have the chance. It REALLY helps.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>ninoliveri on "Removing &#039;Designed and Developed by the MOLITOR&#039;"</title>
			<link>http://www.themolitor.com/forums/topic/removing-designed-and-developed-by-the-molitor#post-18473</link>
			<pubDate>Tue, 12 Feb 2013 13:55:47 +0000</pubDate>
			<dc:creator>ninoliveri</dc:creator>
			<guid isPermaLink="false">18473@http://www.themolitor.com/forums/</guid>
			<description><p>perfect!<br />
many thanks!</p>
<p>nino
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Removing &#039;Designed and Developed by the MOLITOR&#039;"</title>
			<link>http://www.themolitor.com/forums/topic/removing-designed-and-developed-by-the-molitor#post-18454</link>
			<pubDate>Tue, 12 Feb 2013 13:30:45 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18454@http://www.themolitor.com/forums/</guid>
			<description><p>Oh, okay. That text is on line 37 if "footer.php".</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>ninoliveri on "Removing &#039;Designed and Developed by the MOLITOR&#039;"</title>
			<link>http://www.themolitor.com/forums/topic/removing-designed-and-developed-by-the-molitor#post-18450</link>
			<pubDate>Tue, 12 Feb 2013 13:21:44 +0000</pubDate>
			<dc:creator>ninoliveri</dc:creator>
			<guid isPermaLink="false">18450@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Cris,</p>
<p>yes it would be the footer on the front end of the site.</p>
<p>Thanks a lot.</p>
<p>Nino
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Removing &#039;Designed and Developed by the MOLITOR&#039;"</title>
			<link>http://www.themolitor.com/forums/topic/removing-designed-and-developed-by-the-molitor#post-18433</link>
			<pubDate>Tue, 12 Feb 2013 12:11:41 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18433@http://www.themolitor.com/forums/</guid>
			<description><p>Just to clarify, are you referring to the text in the WordPress dashboard footer, or on the front-end of the site?</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>ninoliveri on "Removing &#039;Designed and Developed by the MOLITOR&#039;"</title>
			<link>http://www.themolitor.com/forums/topic/removing-designed-and-developed-by-the-molitor#post-18432</link>
			<pubDate>Tue, 12 Feb 2013 11:51:19 +0000</pubDate>
			<dc:creator>ninoliveri</dc:creator>
			<guid isPermaLink="false">18432@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Cris,<br />
thanks for your reply.<br />
Unfortunately I cannot seem to get this working. </p>
<p>I have tried both editing and/or cancelling<br />
 //REPLACE FOOTER INFO<br />
function remove_footer_admin () {<br />
    echo "Theme designed and developed by <a href='http://themeforest.net/user/themolitor/portfolio?ref=themolitor'>THE MOLITOR</a>";<br />
}<br />
add_filter('admin_footer_text', 'remove_footer_admin');</p>
<p>I have tried this from both from the FTP and from the editing panel in the backend but it still shows up unaltered...</p>
<p>Am I doing something wrong?<br />
Thanks a lot,<br />
nino
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Removing &#039;Designed and Developed by the MOLITOR&#039;"</title>
			<link>http://www.themolitor.com/forums/topic/removing-designed-and-developed-by-the-molitor#post-18427</link>
			<pubDate>Tue, 12 Feb 2013 10:53:20 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18427@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Remove/edit the following from the "functions.php" file...</p>
<pre><code>//REPLACE FOOTER INFO
function remove_footer_admin () {
    echo &#34;Theme designed and developed by &#60;a href=&#039;http://themeforest.net/user/themolitor/portfolio?ref=themolitor&#039;&#62;THE MOLITOR&#60;/a&#62;&#34;;
}
add_filter(&#039;admin_footer_text&#039;, &#039;remove_footer_admin&#039;);</code></pre>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>ninoliveri on "Removing &#039;Designed and Developed by the MOLITOR&#039;"</title>
			<link>http://www.themolitor.com/forums/topic/removing-designed-and-developed-by-the-molitor#post-18389</link>
			<pubDate>Mon, 11 Feb 2013 21:43:12 +0000</pubDate>
			<dc:creator>ninoliveri</dc:creator>
			<guid isPermaLink="false">18389@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>just wondering how you do this.<br />
many thanks,</p>
<p>nino
</p></description>
		</item>
		<item>
			<title>cgdesign1966 on "Removing &#039;Designed and Developed by the MOLITOR&#039;"</title>
			<link>http://www.themolitor.com/forums/topic/removing-designed-and-developed-by-the-molitor#post-13007</link>
			<pubDate>Sat, 21 Jul 2012 20:38:58 +0000</pubDate>
			<dc:creator>cgdesign1966</dc:creator>
			<guid isPermaLink="false">13007@http://www.themolitor.com/forums/</guid>
			<description><p>And how do you remove it?</p>
<p>Thanks </p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>JCollis on "Removing &#039;Designed and Developed by the MOLITOR&#039;"</title>
			<link>http://www.themolitor.com/forums/topic/removing-designed-and-developed-by-the-molitor#post-12814</link>
			<pubDate>Wed, 18 Jul 2012 17:10:06 +0000</pubDate>
			<dc:creator>JCollis</dc:creator>
			<guid isPermaLink="false">12814@http://www.themolitor.com/forums/</guid>
			<description><p>Great! Thanks Chris.
</p></description>
		</item>
		<item>
			<title>ckelley on "Removing &#039;Designed and Developed by the MOLITOR&#039;"</title>
			<link>http://www.themolitor.com/forums/topic/removing-designed-and-developed-by-the-molitor#post-12760</link>
			<pubDate>Wed, 18 Jul 2012 06:49:09 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">12760@http://www.themolitor.com/forums/</guid>
			<description><p>nope not at all, you're free to change or modify anything you like, most the time thats simply there for demo purposes</p>
<p>-Chris K
</p></description>
		</item>
		<item>
			<title>JCollis on "Removing &#039;Designed and Developed by the MOLITOR&#039;"</title>
			<link>http://www.themolitor.com/forums/topic/removing-designed-and-developed-by-the-molitor#post-12738</link>
			<pubDate>Wed, 18 Jul 2012 00:04:10 +0000</pubDate>
			<dc:creator>JCollis</dc:creator>
			<guid isPermaLink="false">12738@http://www.themolitor.com/forums/</guid>
			<description><p>Hello again,</p>
<p>I am considering getting some customisations to my site, am I infringing your copyright T&#38;Cs if I remove (if this is at all possible) the 'Designed and Developed by the MOLITOR'? Not that I don't appreciate all your product and help, it's just my colleagues keep asking me if it can be removed!</p>
<p>Many thanks<br />
Jacqui
</p></description>
		</item>

	</channel>
</rss>
