<?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 to put a text section in the main page</title>
	<atom:link href="http://leathermanner.com/how-to-put-a-text-section-in-the-main-page/feed" rel="self" type="application/rss+xml" />
	<link>http://leathermanner.com/how-to-put-a-text-section-in-the-main-page</link>
	<description>Wordpress Themes Tips and More...</description>
	<lastBuildDate>Tue, 27 Jul 2010 16:52:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: warren</title>
		<link>http://leathermanner.com/how-to-put-a-text-section-in-the-main-page/comment-page-1#comment-47</link>
		<dc:creator>warren</dc:creator>
		<pubDate>Sun, 03 Jan 2010 06:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://leathermanner.com/?p=34#comment-47</guid>
		<description>Thank you..

It help me alot..!

i&#039;ll mark your site..</description>
		<content:encoded><![CDATA[<p>Thank you..</p>
<p>It help me alot..!</p>
<p>i&#8217;ll mark your site..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://leathermanner.com/how-to-put-a-text-section-in-the-main-page/comment-page-1#comment-29</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 01 Dec 2009 15:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://leathermanner.com/?p=34#comment-29</guid>
		<description>It can definitely be done. I&#039;ll post a tutorial for that soon.</description>
		<content:encoded><![CDATA[<p>It can definitely be done. I&#8217;ll post a tutorial for that soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zulu42</title>
		<link>http://leathermanner.com/how-to-put-a-text-section-in-the-main-page/comment-page-1#comment-28</link>
		<dc:creator>zulu42</dc:creator>
		<pubDate>Wed, 25 Nov 2009 16:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://leathermanner.com/?p=34#comment-28</guid>
		<description>what do you think of using the category description as the text section? that would ensure that every category displays something else...</description>
		<content:encoded><![CDATA[<p>what do you think of using the category description as the text section? that would ensure that every category displays something else&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://leathermanner.com/how-to-put-a-text-section-in-the-main-page/comment-page-1#comment-24</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Sat, 31 Oct 2009 15:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://leathermanner.com/?p=34#comment-24</guid>
		<description>Hi!!
Great list of tips!
I&#039;d like to do this but have it only show up on the main page. I want to use the area to show a graphical representation of the categories. when a user clicks the image it takes them to the category list.
any clue how to make it only show on the main page?</description>
		<content:encoded><![CDATA[<p>Hi!!<br />
Great list of tips!<br />
I&#8217;d like to do this but have it only show up on the main page. I want to use the area to show a graphical representation of the categories. when a user clicks the image it takes them to the category list.<br />
any clue how to make it only show on the main page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://leathermanner.com/how-to-put-a-text-section-in-the-main-page/comment-page-1#comment-17</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 09 Jul 2009 05:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://leathermanner.com/?p=34#comment-17</guid>
		<description>Thanks for dropping by. 

Anyway, the code is still there with version 2.9.2 (index.php).

Or you can find this code (these are the first few lines of code in the index.php). 

&lt;?php
require_once dirname( __FILE__ ) . &#039;/form_process.php&#039;;
get_header( ); 
include_classified_form( );
?&gt;

and then after that put the code  I have mentioned above.</description>
		<content:encoded><![CDATA[<p>Thanks for dropping by. </p>
<p>Anyway, the code is still there with version 2.9.2 (index.php).</p>
<p>Or you can find this code (these are the first few lines of code in the index.php). </p>
<p>< ?php<br />
require_once dirname( __FILE__ ) . '/form_process.php';<br />
get_header( );<br />
include_classified_form( );<br />
?></p>
<p>and then after that put the code  I have mentioned above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pupilo</title>
		<link>http://leathermanner.com/how-to-put-a-text-section-in-the-main-page/comment-page-1#comment-15</link>
		<dc:creator>Pupilo</dc:creator>
		<pubDate>Thu, 09 Jul 2009 05:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://leathermanner.com/?p=34#comment-15</guid>
		<description>Dear Admin, 
thank you for sharing your great customizations.

I have installed the latest CP version 2.9.2
I tried putting your code into the index.php but I noticed that it has changed in the new version.

I guess that the code you mention here should be modified a bit for 2.9.2?, I can´t find the lines of code you mention above.

In 2.9.2 where should I paste the code you suggest?, and your code is still the same? or it has to be updated?
Please advice!


Thanks a lot
Pupilo</description>
		<content:encoded><![CDATA[<p>Dear Admin,<br />
thank you for sharing your great customizations.</p>
<p>I have installed the latest CP version 2.9.2<br />
I tried putting your code into the index.php but I noticed that it has changed in the new version.</p>
<p>I guess that the code you mention here should be modified a bit for 2.9.2?, I can´t find the lines of code you mention above.</p>
<p>In 2.9.2 where should I paste the code you suggest?, and your code is still the same? or it has to be updated?<br />
Please advice!</p>
<p>Thanks a lot<br />
Pupilo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve krause</title>
		<link>http://leathermanner.com/how-to-put-a-text-section-in-the-main-page/comment-page-1#comment-11</link>
		<dc:creator>steve krause</dc:creator>
		<pubDate>Wed, 17 Jun 2009 05:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://leathermanner.com/?p=34#comment-11</guid>
		<description>Yep, good call.  I just had the image source path wrong.

Thanks.

It&#039;s a really cool feature.  

I&#039;m glad you set up this blog. I look forward to getting some more tips.</description>
		<content:encoded><![CDATA[<p>Yep, good call.  I just had the image source path wrong.</p>
<p>Thanks.</p>
<p>It&#8217;s a really cool feature.  </p>
<p>I&#8217;m glad you set up this blog. I look forward to getting some more tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://leathermanner.com/how-to-put-a-text-section-in-the-main-page/comment-page-1#comment-10</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 17 Jun 2009 04:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://leathermanner.com/?p=34#comment-10</guid>
		<description>Kindly recheck where you put the codes. Mine are ok even when I navigate to the next page. Here&#039;s my site www.cars.cebulive.com.</description>
		<content:encoded><![CDATA[<p>Kindly recheck where you put the codes. Mine are ok even when I navigate to the next page. Here&#8217;s my site <a href="http://www.cars.cebulive.com" rel="nofollow">http://www.cars.cebulive.com</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
