<?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>The Wordpress Landing Page Theme</title>
	<atom:link href="http://wordpresslandingpage.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpresslandingpage.com</link>
	<description>Tools for Turning The Thesis Theme into A Landing Page</description>
	<lastBuildDate>Fri, 09 Jul 2010 21:25:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Like our Landing Page?  Here&#8217;s how to do the header.</title>
		<link>http://wordpresslandingpage.com/07/like-our-landing-page-heres-how-to-do-the-header/</link>
		<comments>http://wordpresslandingpage.com/07/like-our-landing-page-heres-how-to-do-the-header/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 21:23:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Custom Stuff]]></category>
		<category><![CDATA[wordpress landing page theme]]></category>
		<category><![CDATA[wordpress squeeze page theme]]></category>
		<guid isPermaLink="false">http://wordpresslandingpage.com/?p=367</guid>
		<description><![CDATA[Scott of Lehigh Valley Orthodontist asked me last week (sorry it took me a week to get back to you!) how we  did the header on our landing page as seen below: So here&#8217;s how we did it, and here is how you can do it for your WordPress Landing Page Powered site too. How to [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F07%2Flike-our-landing-page-heres-how-to-do-the-header%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F07%2Flike-our-landing-page-heres-how-to-do-the-header%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Scott of <a title="lehigh valley orthodontist" href="http://www.lehighvalleyorthodontist.com/">Lehigh Valley Orthodontist</a> asked me last week (sorry it took me a week to get back to you!) how we  did the header on our landing page as seen below:</p>
<p><a href="http://wordpresslandingpage.com/wp-content/uploads/2010/07/The-Wordpress-Landing-Page-Theme-—-Wordpress-Landing-Page-Theme-Tools-for-Turning-The-Thesis-Theme-into-A-Landing-Page.jpg" rel="lightbox[367]"><img class="aligncenter size-medium wp-image-368" title="The WordPress Landing Page Theme — WordPress Landing Page Theme Tools for Turning The Thesis Theme into A Landing Page" src="http://wordpresslandingpage.com/wp-content/uploads/2010/07/The-Wordpress-Landing-Page-Theme-—-Wordpress-Landing-Page-Theme-Tools-for-Turning-The-Thesis-Theme-into-A-Landing-Page-300x119.jpg" alt="" width="300" height="119" /></a>So here&#8217;s how we did it, and here is how you can do it for your <a title="wordpress landing page theme" href="http://wordpresslandingpage.com/">WordPress Landing Page</a> Powered site too.</p>
<p><strong>How to Mimic our Header:</strong></p>
<p><strong>1.</strong> Obviously you need WordPress Landing Page to get started.  So make sure you have a copy and it&#8217;s installed on your site and ready to go.</p>
<p><strong>Background info:</strong></p>
<p><strong> </strong>The header is an image that is actually a background image called in by CSS.  The actual CSS declaration for my home page looks like this:</p>
<pre>.longsalespage div#page {
background: url(http://wordpresslandingpage.com/wp-content/uploads/2010/02/landingpagetop.jpg) no-repeat;
}</pre>
<p><strong>2. </strong>To make this work for your site, you&#8217;ll want to edit a few things.  First you&#8217;ll want to replace that &#8216;.longsalespage&#8217; with whatever landing page you want this header to show up on.  So it may be &#8216;bluelandingpage&#8217; or &#8216;greylandingpage&#8217; or whatever.</p>
<p><strong>3.</strong> Now you want to change the image so it has your website&#8217;s name and tagline on it instead of mine.  You can use my header graphic as a template.  To download that template, just <a href="http://wordpresslandingpage.com/wp-content/uploads/2010/02/landingpagetop.jpg" rel="lightbox[367]">click here</a> and then right click on the image and &#8216;Save As&#8230;&#8217;</p>
<p><strong>4</strong>. Open up that image template in photoshop and make it look the way you want with your header and tagline, etc.  Try to keep it the same size.</p>
<p><strong>5.</strong> Now save and upload your modified header image to your wordpress site.  And then flop out the URL where your image is with where my image is in the CSS declaration from above.  So you&#8217;ll be changing:</p>
<pre>background: url(http://wordpresslandingpage.com/wp-content/uploads/2010/02/landingpagetop.jpg) no-repeat;</pre>
<p>to</p>
<pre>background: url(YOURURLHERE) no-repeat;</pre>
<p>It&#8217;s really just plug-n-play.</p>
<p><strong>6. </strong>Now grab your CSS declaration and plug it into your CSS file.  The image should now show on whatever landing page you changed .longsalespage to, whether that be bluelandingpage&#8217; or &#8216;greylandingpage&#8217; or whatever.  If it doesn&#8217;t work, make sure your image URL is right, you&#8217;ve emptied your cache and refreshed the page, and that you have all of the correct punctuation in the CSS.</p>
<p>Now go out and enjoy your new headers!</p>
<p>Best, Brad
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F07%2Flike-our-landing-page-heres-how-to-do-the-header%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F07%2Flike-our-landing-page-heres-how-to-do-the-header%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpresslandingpage.com/07/like-our-landing-page-heres-how-to-do-the-header/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thesis Openhook Changes its settings</title>
		<link>http://wordpresslandingpage.com/04/thesis-openhook-changes-its-settings/</link>
		<comments>http://wordpresslandingpage.com/04/thesis-openhook-changes-its-settings/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 14:56:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code updates]]></category>
		<category><![CDATA[New Version Released]]></category>
		<category><![CDATA[squeeze pages in thesis theme]]></category>
		<category><![CDATA[wordpress landing page theme]]></category>
		<category><![CDATA[wordpress squeeze page theme]]></category>
		<guid isPermaLink="false">http://wordpresslandingpage.com/?p=363</guid>
		<description><![CDATA[Thesis Openhook has changed it&#8217;s settings recently with the launch of Thesis 1.7 to no longer have the stylesheet editor.  I&#8217;m not possitive on the reasons for this, but I assume it&#8217;s a nod to Thesis&#8217;s increasingly useful stylesheet editor that comes built in. With that, the instructions for installing the WordPress Landing Page Theme [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F04%2Fthesis-openhook-changes-its-settings%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F04%2Fthesis-openhook-changes-its-settings%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Thesis Openhook has changed it&#8217;s settings recently with the launch of Thesis 1.7 to no longer have the stylesheet editor.  I&#8217;m not possitive on the reasons for this, but I assume it&#8217;s a nod to Thesis&#8217;s increasingly useful stylesheet editor that comes built in.</p>
<p>With that, the instructions for installing the <a title="wordpress landing page theme" href="/">WordPress Landing Page Theme</a> have changed a bit.  But only an itty-bitty bit.</p>
<p>Please take a look at the video below for detailed on instructions on where to place the custom css now&#8230;<br />
<object width="450" height="298"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11327165&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=11327165&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="450" height="298"></embed></object></p>
<p>Hope that helps, and as always&#8230; if you have a question feel free to <a title="helpdesk" href="http://wordpresslandingpage.com/help/">drop us a line at the help desk.</a>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F04%2Fthesis-openhook-changes-its-settings%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F04%2Fthesis-openhook-changes-its-settings%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpresslandingpage.com/04/thesis-openhook-changes-its-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Release Today with Bug Corrections</title>
		<link>http://wordpresslandingpage.com/04/new-release-today-with-bug-corrections/</link>
		<comments>http://wordpresslandingpage.com/04/new-release-today-with-bug-corrections/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 21:33:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code updates]]></category>
		<category><![CDATA[New Version Released]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://wordpresslandingpage.com/?p=357</guid>
		<description><![CDATA[Hey WordPress Marketers, I found out last night about a bug that was causing some people who installed the CSS to get funky borders on their landing pages, and occasionally the right side of the paragraph text would be hidden.  If that sounds like a bug that you are having, then make sure to login [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F04%2Fnew-release-today-with-bug-corrections%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F04%2Fnew-release-today-with-bug-corrections%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Hey WordPress Marketers,</p>
<p>I found out last night about a bug that was causing some people who installed the CSS to get funky borders on their landing pages, and occasionally the right side of the paragraph text would be hidden.  If that sounds like a bug that you are having, then make sure to login and grab the new files from the &#8216;How to Download and Install&#8217; Page.</p>
<p>Sorry about the bug and if you ever have a problem, make sure to <a title="submit help ticket" href="http://wordpresslandingpage.com/help/">submit a help ticket</a>.</p>
<p>Thanks again for using our <a title="wordpress landing page theme" href="http://wordpresslandingpage.com/">WordPress Landing Page Theme</a> and here&#8217;s to your success!</p>
<p>Brad
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F04%2Fnew-release-today-with-bug-corrections%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F04%2Fnew-release-today-with-bug-corrections%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpresslandingpage.com/04/new-release-today-with-bug-corrections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why We Use Wishlist Member on This Site</title>
		<link>http://wordpresslandingpage.com/02/why-we-use-wishlist-member-on-this-site/</link>
		<comments>http://wordpresslandingpage.com/02/why-we-use-wishlist-member-on-this-site/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 03:01:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[squeeze pages in thesis theme]]></category>
		<category><![CDATA[wordpress landing page theme]]></category>
		<category><![CDATA[wordpress squeeze page theme]]></category>
		<category><![CDATA[wishlist member]]></category>
		<category><![CDATA[wordpress affiliate tools]]></category>
		<guid isPermaLink="false">http://wordpresslandingpage.com/?p=260</guid>
		<description><![CDATA[As some of you may know,this site runs on WordPress.  I can&#8217;t say enough about how great WordPress is and it&#8217;s a pleasure to be part of the growing WP community. Members of the WordPress Landing Page Theme may find that this site is a lot easier to use than our competitors.  If you were [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F02%2Fwhy-we-use-wishlist-member-on-this-site%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F02%2Fwhy-we-use-wishlist-member-on-this-site%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>As some of you may know,this site runs on WordPress.  I can&#8217;t say enough about how great WordPress is and it&#8217;s a pleasure to be part of the growing WP community.</p>
<p>Members of the WordPress Landing Page Theme may find that this site is a lot easier to use than our competitors.  If you were thinking that, then we both have <a title="wishlist member discount" href="http://www.bradleyspencer.com/2010/5-5-awesome-things-about-wishlist-member-plugin-for-wordpress/">Wishlist Member</a> to thank.</p>
<p>As a marketer, I thought you might want to know how Wishlist Member works, so I did a long write up about Wishlist Member on my blog at bradleyspencer.com.  You can check out the <a title="wishlist member coupon code" href="http://www.bradleyspencer.com/2010/5-5-awesome-things-about-wishlist-member-plugin-for-wordpress/">write-up and a Wishlist Member Coupon for you readers</a>.</p>
<p>Thanks, and talk to you guys soon,</p>
<p>Brad
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F02%2Fwhy-we-use-wishlist-member-on-this-site%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F02%2Fwhy-we-use-wishlist-member-on-this-site%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpresslandingpage.com/02/why-we-use-wishlist-member-on-this-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code now works with ALL THESIS VERSIONS</title>
		<link>http://wordpresslandingpage.com/02/code-now-works-with-all-thesis-versions/</link>
		<comments>http://wordpresslandingpage.com/02/code-now-works-with-all-thesis-versions/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 18:24:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[thesis theme landing pages]]></category>
		<guid isPermaLink="false">http://wordpresslandingpage.com/?p=257</guid>
		<description><![CDATA[The WordPress Landing Page Theme now works with all Thesis Versions.  So confidently download your copy today. Best, Brad]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F02%2Fcode-now-works-with-all-thesis-versions%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F02%2Fcode-now-works-with-all-thesis-versions%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>The WordPress Landing Page Theme now works with all Thesis Versions.  So confidently <a href="/">download your copy</a> today.</p>
<p>Best,</p>
<p>Brad
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F02%2Fcode-now-works-with-all-thesis-versions%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F02%2Fcode-now-works-with-all-thesis-versions%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpresslandingpage.com/02/code-now-works-with-all-thesis-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changes for Thesis Theme 1.6</title>
		<link>http://wordpresslandingpage.com/11/changes-for-thesis-theme-1-6/</link>
		<comments>http://wordpresslandingpage.com/11/changes-for-thesis-theme-1-6/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 05:34:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[squeeze pages in thesis theme]]></category>
		<category><![CDATA[wordpress landing page theme]]></category>
		<category><![CDATA[wordpress squeeze page theme]]></category>
		<guid isPermaLink="false">http://wordpresslandingpage.com/?p=185</guid>
		<description><![CDATA[Hey all- Since Thesis 1.6 changed the game, we have to change our code and regroup.  That&#8217;s why everything looks all messy right now. If you are still using pre-1.6, you can still get your copy of WordPress Landing Page Theme here. Check back with us soon! Brad]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F11%2Fchanges-for-thesis-theme-1-6%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F11%2Fchanges-for-thesis-theme-1-6%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Hey all-</p>
<p>Since <a title="thesis theme" href="http://www.bradleyspencer.com/links/thesis.html">Thesis 1.6</a> changed the game, we have to change our code and regroup.  That&#8217;s why everything looks all messy right now.</p>
<p>If you are still using pre-1.6, you can still <a title="wordpress landing page theme" href="http://wordpresslandingpage.com/paypal/">get your copy of WordPress Landing Page Theme here</a>.</p>
<p>Check back with us soon!</p>
<p>Brad
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F11%2Fchanges-for-thesis-theme-1-6%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F11%2Fchanges-for-thesis-theme-1-6%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpresslandingpage.com/11/changes-for-thesis-theme-1-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Support is Live</title>
		<link>http://wordpresslandingpage.com/11/free-support-is-alive/</link>
		<comments>http://wordpresslandingpage.com/11/free-support-is-alive/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 05:51:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress landing page theme]]></category>
		<category><![CDATA[wordpress squeeze page theme]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[updates]]></category>
		<guid isPermaLink="false">http://wordpresslandingpage.com/?p=183</guid>
		<description><![CDATA[Hey everybody, I&#8217;ve got a couple of updates to pass along about the WordPress Landing Page Theme for Thesis Theme&#8230; Source code has been updated. There were a few improvements I wanted to make and eventually put into the source code tonight.  A bug that caused some landing pages to have a lot of extra [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F11%2Ffree-support-is-alive%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F11%2Ffree-support-is-alive%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Hey everybody,</p>
<p>I&#8217;ve got a couple of updates to pass along about the <a title="wordpress landing page theme" href="http://wordpresslandingpage.com/">WordPress Landing Page Theme</a> for <a title="thesis theme rebate" href="http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/">Thesis Theme</a>&#8230;</p>
<ol>
<li><strong>Source code has been updated. </strong>There were a few improvements I wanted to make and eventually put into the source code tonight.  A bug that caused some landing pages to have a lot of extra white space on either side of the content has been removed, and <em>you now have the ability to make each landing page a different width</em>!  If you already have a license for the WordPress Landing Page Theme, then go download the new files, otherwise <a title="buy wordpress landing page theme" href="http://wordpresslandingpage.com/paypal/">buy a license and start using Thesis to make money</a>.</li>
<li><strong>Support Forums are Go.</strong> Most people don&#8217;t realize that everybody who gets the WordPress Landing Page Theme gets free support for life.  But it&#8217;s true.  And to make getting support (or browsing through common questions and customization) easier, you can now get into <a title="wordpress landing page support forum" href="http://wordpresslandingpage.com/forum/">the Support Forum</a>.  Head over and check it out!  We even have a <a title="wordpress landing page theme support" href="http://wordpresslandingpage.com/forum/forum/add-your-css-design">thread where you can show off your own landing pages right here</a>.</li>
</ol>
<p>Best,</p>
<p>Brad
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F11%2Ffree-support-is-alive%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F11%2Ffree-support-is-alive%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpresslandingpage.com/11/free-support-is-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending the Idea of Custom Thesis Backgrounds</title>
		<link>http://wordpresslandingpage.com/09/extending-the-idea-of-custom-thesis-backgrounds/</link>
		<comments>http://wordpresslandingpage.com/09/extending-the-idea-of-custom-thesis-backgrounds/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 16:47:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[thesis custom background]]></category>
		<guid isPermaLink="false">http://wordpresslandingpage.com/?p=171</guid>
		<description><![CDATA[I found a great article on Custom Thesis Backgrounds for the novice. If you are looking to extend this idea a LOT, then check out our WordPress Landing Page theme for Thesis. -Brad]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F09%2Fextending-the-idea-of-custom-thesis-backgrounds%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F09%2Fextending-the-idea-of-custom-thesis-backgrounds%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I found a great article on <a title="custom thesis background" href="http://diythemes.com/thesis/custom-backgrounds/">Custom Thesis Backgrounds</a> for the novice.</p>
<p>If you are looking to extend this idea a LOT, then check out our <a title="wordpress landing page theme for thesis" href="/">WordPress Landing Page theme for Thesis</a>.</p>
<p>-Brad
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F09%2Fextending-the-idea-of-custom-thesis-backgrounds%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F09%2Fextending-the-idea-of-custom-thesis-backgrounds%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpresslandingpage.com/09/extending-the-idea-of-custom-thesis-backgrounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save $25 (or 100%) On WordPress Landing Page Theme Thanks to TrialPay</title>
		<link>http://wordpresslandingpage.com/08/save-25-or-100-on-wordpress-landing-page-theme-thanks-to-trialpay/</link>
		<comments>http://wordpresslandingpage.com/08/save-25-or-100-on-wordpress-landing-page-theme-thanks-to-trialpay/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 03:36:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[squeeze pages in thesis theme]]></category>
		<category><![CDATA[wordpress landing page theme]]></category>
		<category><![CDATA[wordpress squeeze page theme]]></category>
		<category><![CDATA[thesis theme coupon]]></category>
		<category><![CDATA[thesis theme discounts]]></category>
		<category><![CDATA[thesis theme rebate]]></category>
		<category><![CDATA[thesis trialpay]]></category>
		<guid isPermaLink="false">http://wordpresslandingpage.com/?p=160</guid>
		<description><![CDATA[So as most of you know, we have funded development of the WordPress Landing Page Theme two different ways so far: Buy Thesis through our link, and get The WordPress Landing Pages download free, or If you already own Thesis, you can get the download for only $24.95. Well, I&#8217;m very pleased to announce that [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F08%2Fsave-25-or-100-on-wordpress-landing-page-theme-thanks-to-trialpay%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F08%2Fsave-25-or-100-on-wordpress-landing-page-theme-thanks-to-trialpay%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>So as most of you know, we have funded development of the <a title="wordpress squeeze page maker" href="/">WordPress Landing Page Theme</a> two different ways so far:</p>
<ol>
<li>Buy <a href="/links/thesis.html">Thesis through our link</a>, and get The WordPress Landing Pages download free, or</li>
<li>If you already own Thesis, you can <a href="/paypal">get the download for only $24.95</a>.</li>
</ol>
<p>Well, I&#8217;m very pleased to announce that we&#8217;ve <strong>partnered with TrialPay and are now able to offer The WordPress Landing Page Theme download free to everyone</strong>- whether or not you already own Thesis.</p>
<p>How does this work?</p>
<p>It&#8217;s simple.  All you do is go to TrialPay and choose a trial.  Maybe it&#8217;s a free month at blockbuster, or some Gap gift certificates or something.  It&#8217;s likely something you&#8217;d like to have anyway.  The advertiser whose trial you just chose actually <strong>buys the download for you</strong>, without you spending a dime.</p>
<p>Since the trials change all the time, I can&#8217;t tell you for sure what sorts of free stuff they have today, but you can <a title="trialpay" href="http://wordpresslandingpage.com/links/trialpay.html">click here to see the free offers.</a></p>
<p><a href="http://wordpresslandingpage.com/links/trialpay.html"><img class="aligncenter size-full wp-image-155" title="trialpay" src="http://wordpresslandingpage.com/wp-content/uploads/2009/08/trialpay.jpg" alt="trialpay" width="503" height="165" /></a></p>
<p>So why not get the download free, instantly?  See <a title="trialpay" href="http://wordpresslandingpage.com/links/trialpay.html">what trials there are now by clicking here</a>.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F08%2Fsave-25-or-100-on-wordpress-landing-page-theme-thanks-to-trialpay%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F08%2Fsave-25-or-100-on-wordpress-landing-page-theme-thanks-to-trialpay%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpresslandingpage.com/08/save-25-or-100-on-wordpress-landing-page-theme-thanks-to-trialpay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thesis Tip: Replace &#8220;0 Comments&#8221; with something more inviting</title>
		<link>http://wordpresslandingpage.com/08/thesis-tip-replace-0-comments-with-something-more-inviting/</link>
		<comments>http://wordpresslandingpage.com/08/thesis-tip-replace-0-comments-with-something-more-inviting/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 21:42:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[thesis theme hints]]></category>
		<category><![CDATA[thesis theme tips]]></category>
		<guid isPermaLink="false">http://wordpresslandingpage.com/?p=147</guid>
		<description><![CDATA[If you use The Thesis Theme, chances are some of your posts don&#8217;t have comments. And chances are you&#8217;d rather not point that out to your readers. Instead of reminding everyone that there are &#8220;0 Comments&#8221;, why not replace that text with something more inviting&#8230; like &#8220;Be the first to comment.&#8221;. Oh yeah, that sounds [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F08%2Fthesis-tip-replace-0-comments-with-something-more-inviting%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F08%2Fthesis-tip-replace-0-comments-with-something-more-inviting%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>If you use <a title="thesis theme" href="/links/thesis.html">The Thesis Theme</a>, chances are some of your posts don&#8217;t have comments.  And chances are you&#8217;d rather not point that out to your readers.</p>
<p>Instead of reminding everyone that there are &#8220;0 Comments&#8221;, why not replace that text with something more inviting&#8230; like &#8220;Be the first to comment.&#8221;.</p>
<p>Oh yeah, that sounds a lot better.</p>
<p>Use the <a title="change code in thesis theme" href="http://diythemes.com/answers/change-0-comments-display/">code on this page at Thesis Developer&#8217;s Page</a> to <em>get your change on</em>.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresslandingpage.com%2F08%2Fthesis-tip-replace-0-comments-with-something-more-inviting%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresslandingpage.com%2F08%2Fthesis-tip-replace-0-comments-with-something-more-inviting%2F&amp;source=thatbradleyguy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpresslandingpage.com/08/thesis-tip-replace-0-comments-with-something-more-inviting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
