<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sales Page Theme &#187; Creating A Sales Page Theme With Thesis</title>
	<atom:link href="http://salespagetheme.org/creating-a-sales-page-theme-with-thesis/feed" rel="self" type="application/rss+xml" />
	<link>http://salespagetheme.org</link>
	<description>Creating Sales Pages With Wordpress</description>
	<lastBuildDate>Tue, 16 Feb 2010 03:20:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Creating A Sales Page Theme With Thesis</title>
		<link>http://salespagetheme.org/creating-a-sales-page-theme-with-thesis</link>
		<comments>http://salespagetheme.org/creating-a-sales-page-theme-with-thesis#comments</comments>
		<pubDate>Thu, 11 Feb 2010 17:34:16 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Sales Page Tutorials]]></category>

		<guid isPermaLink="false">http://salespagetheme.org/?p=17</guid>
		<description><![CDATA[If you have your own product to sell, or just want to promote an affiliate product via PPC, you&#8217;ll probably want to create some sort of Sales Page LP for it. At a minimum, a standard sales page will have a one-column layout, a compelling headline, and a list of benefits that will pre-sell the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you have your own product to sell, or just want to promote an affiliate product via PPC, you&#8217;ll probably want to create some sort of Sales Page LP for it.  At a minimum, a standard sales page will have a one-column layout, a compelling headline, and a list of benefits that will pre-sell the visitor to buying whatever product you are promoting.  If you are a competent web designer, creating a static sales page like this isn&#8217;t too difficult.  But what if you are using a CMS like WordPress?  </p>
<p>By default, creating a Sales Page with one of the default wordpress themes can be quite challenging.  There&#8217;s just a lot of stuff to rework and takeout so you can achieve the clean look of a standard sales page.  There&#8217;s a lot of different ways to achieve this, but in this post, I want to show you how to easily create a sales page using the <a href="get/thesis">Thesis</a> wordpress theme, my current WP theme of choice.  I originally learned how to do this from Marko Saric&#8217;s excellent <a href="http://www.howtomakemyblog.com/thesis/how-to-create-a-sales-letter-landing-page-with-wordpress-thesis-theme/">tutorial</a>, so I wanted to reprint the steps here.</p>
<p>1) Add a new page to your site and write your sales page copy.</p>
<p>2) In the page options, under the <strong>SEO Details and Additional Style</strong> section, there&#8217;s a field called <strong>CSS Class</strong>.  In the text field, I&#8217;m entering the name <strong>salespage</strong>.</p>
<p>3) The next step is to remove all the unnecessary parts of your theme, including the header, sidebars, navigation menu, etc.  To do this, you need to open up your <strong>custom.css</strong> file and copy and paste the following changes:</p>
<div style="margin: 0 0 15px 15px; background-color:#ccc;padding:10px">
.salespage #header { padding: 0; border-bottom: 0em; }<br />
.salespage #footer { padding-bottom: 0; border-top: 0em; }<br />
.salespage #footer { display: none; }<br />
.salespage #sidebars { display: none; border: none; }<br />
.salespage #tabs {display:none;}<br />
.salespage #content_box { background:none; }<br />
.salespage .comments_closed { display: none; }<br />
.salespage #header #logo { display: none; }<br />
.salespage #header #tagline { display: none; }<br />
.salespage #content { margin: 0 auto; float: none; }
</div>
<p>Voila!  Your very own <strong>&#8220;Sales Page Theme&#8221;</strong>.  Now, any page that you tag with this new custom class will turn into a stripped down Thesis page.  To make any additional modifications to your sales page, just prepend the <strong>.salespage</strong> class to any sales page specific css rules in the same custom.css file.  </p>
<p>The rest of your pages and posts will be left untouched, so you can have a single sales page and have a standard looking blog as well.  Very cool, and I think this demonstrates how powerful and flexible the <a href="get/thesis">Thesis</a> theme is.  I hope you try this tip out, the next time you need to create a sales page with WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://salespagetheme.org/creating-a-sales-page-theme-with-thesis/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

