<?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>Rockstar Guide Books &#187; How to</title>
	<atom:link href="http://rockstarguidebooks.com/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://rockstarguidebooks.com</link>
	<description>Just another LoveRockstar Websites site</description>
	<lastBuildDate>Thu, 03 Mar 2011 18:57:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Single Posts and Facebook</title>
		<link>http://rockstarguidebooks.com/single-posts-facebook/</link>
		<comments>http://rockstarguidebooks.com/single-posts-facebook/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 23:02:55 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[How to]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=1381</guid>
		<description><![CDATA[After discussing the Facebook features of the last two days you may be curious how to add them to a single post as you can see on this post. Above is a like button. It appears on single posts and &#8230; <a class="more-link" href="http://rockstarguidebooks.com/single-posts-facebook/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After discussing the Facebook features of the last two days you may be curious how to add them to a single post as you can see on this post.</p>
<p>Above is a like button.  It appears on single posts and says like about the particular post.</p>
<p>What you want to do is actually as simple as copying and pasting.  However you are adding code to your current theme.  It does have the possibility of causing problems.  If you are at all uncomfortable with adding codes then please do not do this.</p>
<p>If you are still here you must feel comfortable with adding codes.  For the next step you want to scroll down to appearance on the dashboard.</p>
<p>Open the box and select editor.  Now you will note a whole long list of different things you can edit on the right.  As themes title forms differently you will have to read the list carefully. Most call it Single Post, you might recognize the file name as single.php.</p>
<p>Select this and the code will appear in the middle box.</p>
<p>Look for &lt;?php the_content(); ?&gt;</p>
<p>Now you can either add the code below, before for a like button at the top of the post, or below for it to appear beneath the post.    Simply copy these code and paste it in one of those two locations.</p>
<p>&lt;!&#8211;Start Facebook&#8211;&gt;<br />
 &lt;iframe width=&#8221;465&#8243; height=&#8221;61&#8243; src=&#8221;http://www.facebook.com/plugins/like.php?href=&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=65&amp;amp;action=like&amp;amp;colorscheme=light&#8221; scrolling=&#8221;no&#8221; frameborder=&#8221;0&#8243; allowTransparency=&#8221;true&#8221; style=&#8221;border:none; overflow:hidden; width:465px; height:61px&#8221;&gt;&lt;/iframe&gt;<br />
 &lt;!&#8211;End Facebook&#8211;&gt;</p>
<p>Now read <a title="Permalink to Additional Facebook Plugins" rel="bookmark" href="../additional-facebook-plugins.html">Additional Facebook Plugins </a> that was yesterday&#8217;s post.  Find the plugin you want to add to your single posts.  You will probably want to add it just before or after the comments.  This code can vary, but ti should look similar to</p>
<p>&lt;?php comments_template( &#8221;, true ); ?&gt;</p>
<p>So you will want to past the code you get before or after that.  Again if you are not comfortable with CSS or other codes, do not do this.   Otherwise remember as easily as you can paste the codes in, you can cut them out.</p>
<p><em><span style="color: #800000"> <img src='http://rockstarguidebooks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   YOU ROCK!</span></em></p>
<p><em><span style="color: #800000">MJ Schrader</span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/single-posts-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Facebook WITHOUT Plugins</title>
		<link>http://rockstarguidebooks.com/adding-facebook-no-plugin/</link>
		<comments>http://rockstarguidebooks.com/adding-facebook-no-plugin/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 15:47:47 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[no plugin]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=1352</guid>
		<description><![CDATA[As I have said before plugins are helpful, but the more plugins you have the more potential for problems.  In addition, why add plugins that get poor ratings when you can add a Facebook like button simply and easily? Facebook &#8230; <a class="more-link" href="http://rockstarguidebooks.com/adding-facebook-no-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As I have said before plugins are helpful, but the more plugins you  have the more potential for problems.  In addition, why add plugins that  get poor ratings when you can add a Facebook like button simply and  easily?</p>
<p>Facebook has great developers and they have made things simple for you.  You just visit the <a href="http://developers.facebook.com/plugins" target="_blank">developer site</a> and find that they have several different options for you that will  give you the complete code you need with just a little bit of typing.   Type your site name, and then choose the options you need.</p>
<p><a href="http://developers.facebook.com/docs/reference/plugins/like"><img src="http://static.ak.fbcdn.net/rsrc.php/zh/r/o7L4NudG8GY.png" alt="" width="128" height="88" /></a>Yesterday  was a mention of the like button.  Now you can visit the developers  site and get one to add to your WordPress (or any site with HTML).  With  this code here, you want to put it someplace like a sidebar since this  will be for the overall site.</p>
<p>Simply visit the <a href="http://developers.facebook.com/docs/reference/plugins/like" target="_blank">Facebook Like Button</a> at the Developer Site.  You type in the name of your site or your fan  page site or whatever URL you wish.  You have a couple of options to  choose.</p>
<p>You will probably want to change the width unless you are putting it  across a whole page.  Most sidebars are only 200 pixels.  If you have 2  sidebars, probably they are 150 pixels or less.  If you do not know,  just make a guess.  You can always change the width to something smaller  if it goes over and repeat the following steps.</p>
<p>After the width, you have a couple more options to choose.  Then you press get code.</p>
<p>A popup window will appear with 2 sets of code.  The first is what  most users will need which is Iframe.  Most sites do not use the XFBML  code.</p>
<p>Now you will want to open a second tab.  In it you are going to open  your WordPress website, or other site where you can add HTML codes. With  WordPress you are going to scroll down to appearance.  Click it.  Click  widgets.</p>
<p>First you are going to the right hand of the screen to click the down  arrow on what is called the sidebar or &#8220;primary widget area&#8221; depending  on your theme.  This will open the area so you can drag and drop in  a  text box.</p>
<p>In the middle of the screen you will see several boxes.  Scroll down  to the text box.  Right click on it and drag it into the box you opened  in the step above.  Now click the little arrow on the right to open the  text box and head back to the Facebook developers page.</p>
<p>You are going to Copy (ALT+C) the Iframe code and go back to  WordPress Widgets.  Inside the text box you are going paste (Alt+V) the  code there.  Now go to the upper left and click your website name so you  see how it looks.  If it goes over the edge you will want to reduce the  width. Again these instructions will vary if you do not have WordPress.</p>
<p>Now your visitors can &#8220;Like&#8221; your website which will show up on their walls and hopefully bring in a few more visitors.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #800000"><em>Live ♥ Laugh ♥ Love</em></span></p>
<p><span style="color: #800000"><em>MJ Schrader</em></span></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/adding-facebook-no-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video ~ NextGen Photo Gallery Plugin for WordPress</title>
		<link>http://rockstarguidebooks.com/video-nextgen-photo-gallery-plugin-wordpress/</link>
		<comments>http://rockstarguidebooks.com/video-nextgen-photo-gallery-plugin-wordpress/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 23:26:31 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[Plugin]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=1267</guid>
		<description><![CDATA[NextGen has now become the most requested plugin on WordPress.org with over 2 million downloads. Why is it so popular? It has a small footprint, meaning it doesn&#8217;t use much memory or power and is easy to use.   Yet like &#8230; <a class="more-link" href="http://rockstarguidebooks.com/video-nextgen-photo-gallery-plugin-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>NextGen has now become the most requested plugin on WordPress.org with over 2 million downloads.</p>
<p><strong>Why is it so popular?</strong></p>
<p>It has a small footprint, meaning it doesn&#8217;t use much memory or power and is easy to use.   Yet like anything online there is a learning curve, hopefully this video will fully explain how to use this plugin.  Remember you must use the galleries and must have pictures in the galleries for these to work correctly.</p>
<p>Galleries are made up of pictures which you can load individually, as a zip file or point to a folder.   Pictures can be moved around after you have uploaded with the manage gallery feature.</p>
<p>Albums can be several galleries together.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/video-nextgen-photo-gallery-plugin-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add Video to Your Blog Website</title>
		<link>http://rockstarguidebooks.com/add-video-blog-website/</link>
		<comments>http://rockstarguidebooks.com/add-video-blog-website/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 15:23:40 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[blog boost]]></category>
		<category><![CDATA[blogboost]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[why]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=1045</guid>
		<description><![CDATA[As it is Video Wednesday,  you get a video about video.  Actually this is going to teach you how to embed a YouTube video or add video to your favorite social media site. The more places (within reason) that your &#8230; <a class="more-link" href="http://rockstarguidebooks.com/add-video-blog-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://rockstarguidebooks.com/wp-admin/YouTube"><img class="alignleft size-full wp-image-1046" style="margin: 9px" src="http://rockstarguidebooks.com/wp-content/uploads/2010/08/MJYoutube.jpg" alt="" width="60" height="60" /></a>As it is Video Wednesday,  you get a video about video.  Actually this is going to teach you how to embed a YouTube video or add video to your favorite social media site.</p>
<p><br class="spacer_" /></p>
<p>The more places (within reason) that your video is, the more viewers who will get to see your video and learn more from you.  Being able to add your video not only to your blog can allow additional viewers that chance.  Facebook, Twitter, Plurk, and other social media sites are great places to debut your new video blogging skills.</p>
<p>You can now get my videos to use on your website at <a href="http://RockstarGuideBooks.com/videos" target="_blank">RockstarGuideBooks.com/videos</a></p>
<p>Also you can get my articles to use on your website by visiting <a href="http://RockstarGuideBooks.com/article" target="_blank">RockstarGuideBooks.com/article</a></p>
</p>
<p><span style="color: #b22222"><br />
 </span></p>
<p><em><span style="color: #b22222">Live ♥ Laugh ♥ Love</span></em></p>
<p><em><span style="color: #b22222">MJ Schrader</span></em></p>
<p><br class="spacer_" /></p>
<p>Tomorrow: 5 ways to create videos</p>
<p>Friday:  Freebie Friday</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/add-video-blog-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Write Like the Wind</title>
		<link>http://rockstarguidebooks.com/write-wind/</link>
		<comments>http://rockstarguidebooks.com/write-wind/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 19:24:50 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=1007</guid>
		<description><![CDATA[Yes, a bit of a play on words, the actual song is &#8220;Ride Like the Wind&#8221; by Christopher Cross. The point of today&#8217;s post is how you can write a lot, fast, thus Write like the wind. There are several &#8230; <a class="more-link" href="http://rockstarguidebooks.com/write-wind/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 9px" src="http://lh6.ggpht.com/_wnyaQW5ZbTo/THR_KM5lK6I/AAAAAAAAAxk/7TRDb7nTKx0/typefast.jpg" alt="" width="225" height="126" />Yes, a bit of a play on words, the actual song is &#8220;Ride Like the Wind&#8221; by Christopher Cross.  The point of today&#8217;s post is how you can write a lot, fast, thus Write like the wind.  There are several methods to come up with blog posts and articles quickly.</p>
<p>This is a second post, the first was written a couple days ago <a title="Permanent Link to Writing for Internet Success" rel="bookmark" href="../writing-for-internet-success.html">Writing for Internet Success</a>.  Michelle Shaeffer of the Ultimate Blog Challenge added a method and I wanted to share a few more.<a title="Permanent Link to Writing for Internet Success" rel="bookmark" href="../writing-for-internet-success.html"><br />
 </a></p>
<p><br class="spacer_" /></p>
<p><strong>Brainstorm ~ via <a href="http://michelleshaeffer.com" target="_blank">Michelle Shaeffer</a></strong></p>
<p>In this method, you sit down and think of all the article topics you would like to cover.  Write down the topic, a title, whatever comes to your mind.  Write down something that might seem random but you know how to tie it into what you need.</p>
<p><strong>Multiple angles</strong></p>
<p>Almost any subject can be covered from multiple angles.  What if you were writing about computer repairs?  You could have an article about hard drive problems, problems with software, problems with hardware or  problems from viruses. <strong> </strong></p>
<p><strong>Write children articles.</strong></p>
<p>Now before you tell me you don&#8217;t write about children, I mean the article.  You write a post covering very basic information.  Then write articles to further explain what you covered.  Maybe you wrote about places to find videos cheap, this would be the parent article.  The children would be articles providing more information about each of the places.</p>
<p><strong>But I am writing for a blog!</strong></p>
<p>Just because you wrote several articles or posts it does not mean you have to post them all.    You can post one on one subject and use a different subject next.  Then after you cover a few subjects go back, like a rotation through all the posts you have.  This way you have variety and have covered what you need.</p>
<p><br class="spacer_" /></p>
<p><em><span style="color: #b22222">Live ♥  Laugh ♥ Love</span></em></p>
<p><em><span style="color: #b22222">~ MJ Schrader</span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/write-wind/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>More Website Traffic While Having Fun</title>
		<link>http://rockstarguidebooks.com/website-traffic-fun/</link>
		<comments>http://rockstarguidebooks.com/website-traffic-fun/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 15:54:50 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=967</guid>
		<description><![CDATA[Yesterday was some fun ways to build traffic.  Today are a few more fun ways for more website traffic.  Life is short, we all need to live, laugh, and love more. Create fun videos. The number of people who watch &#8230; <a class="more-link" href="http://rockstarguidebooks.com/website-traffic-fun/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday was some fun ways to build traffic.  Today are a few more fun ways for more website traffic.  Life is short, we all need to live, laugh, and love more.</p>
<p><strong>Create fun  videos.</strong></p>
<p>The number of people who watch videos on YouTube grows  daily.    Below you will see a video my cat and I made as introduction to Rockstar  Coaching.  I don&#8217;t think I even mentioned the coaching.  Next week I  will go into getting comfortable with video.</p>
<p>With a  fun video you could get more traffic. Create a funny  video,  an  instructional video, a video about your products or services.  Then   include tags related to your business and your website link.</p>
<p><strong>Use  contests.</strong></p>
<p>Fun contests with prizes that people love create  word of mouth   traffic. People tell friends and your traffic grows. There  is also a   curiosity factor that brings people. You can have contests  that require   visitors to contribute to your site, visit multiple pages  and more.</p>
<p><strong>Speaking of CONTESTS.</strong></p>
<p>I would like to hold one, but I want <em>YOUR</em> input.  What kind of contest would you like to see?  What would you like for a prize?</p>
<p><br class="spacer_" /></p>
<p><span style="color: #b22222"><strong><em>Live ♥ Laugh ♥ Love</em></strong></span></p>
<p><em>~ MJ Schrader</em></p></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/website-traffic-fun/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adding Templates to WordPress Themes</title>
		<link>http://rockstarguidebooks.com/adding-templates-wordpress-themes/</link>
		<comments>http://rockstarguidebooks.com/adding-templates-wordpress-themes/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 18:08:52 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=929</guid>
		<description><![CDATA[Today is about how to add templates to WordPress themes.  Now while this video is about sales themes, in particular sales templates by Jason Keith, this video would be the same with any template. What is the difference between a &#8230; <a class="more-link" href="http://rockstarguidebooks.com/adding-templates-wordpress-themes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today is about how to add templates to WordPress themes.  Now while this video is about sales themes, in particular <a href="http://templates.LoveRockstar.com" target="_blank">sales templates by Jason Keith</a>, this video would be the same with any template.</p>
<p><strong>What is the difference between a theme and a template?</strong></p>
<p>Your theme may have templates included.  Many WordPress themes include an &#8220;archive template&#8221; and the template is different from the standard theme used on most pages.  You can see if you have a template by reading <a title="Permanent Link to Creating Sales Letters in  WordPress" rel="bookmark" href="../creating-sales-letters-wordpress.html">Creating Sales Letters in WordPress</a>.   The theme on 365 Online Tips has different templates, the theme here has a separate box that allows me to turn features on and off.  Yet templates offered the look I wanted for my sales letters.</p>
<p><strong>Where do I install it?</strong></p>
<p>The video below will show you but, it may be hard to catch it.  You want to visit your File manager in your cpanel.  Then public_html.  Find the website you want to add the templates to, then look for wp_content.  Open your themes and find the theme you are currently using.   Open the theme upload your templates there.  Then find the templates you want to use and pull the contents, all of them, from the folder and put them into your theme.</p>
<p>And now time for your video!!</p>
<p><br class="spacer_" /></p>
</p>
<p><br class="spacer_" /></p>
<p>Hope you enjoy and hope it helps!</p>
<p>~ MJ Schrader</p>
<p><br class="spacer_" /></p>
<p>PS Get your templates at  <a href="http://templates.LoveRockstar.com" target="_blank">Templates.LoveRockstar.com</a></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/adding-templates-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Creating Sales Letters in WordPress</title>
		<link>http://rockstarguidebooks.com/creating-sales-letters-wordpress/</link>
		<comments>http://rockstarguidebooks.com/creating-sales-letters-wordpress/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 15:19:21 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=921</guid>
		<description><![CDATA[Yesterday you learned some of the advantages and disadvantages of advertising copy in WordPress.  Today is going to cover some solutions to the sidebars and menus. Does your theme have templates? Many WordPress themes have various templates. If you are &#8230; <a class="more-link" href="http://rockstarguidebooks.com/creating-sales-letters-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p>Yesterday you learned some of the advantages and disadvantages of advertising copy in WordPress.  Today is going to cover some solutions to the sidebars and menus.</p>
<p><a href="http://wp-landingpages.com/special/?hop=ms007" target="_blank"><img class="alignleft size-full wp-image-922" style="margin: 9px" src="http://rockstarguidebooks.com/wp-content/uploads/2010/07/pageattributes.jpg" alt="" width="277" height="152" /></a><strong>Does your theme have templates?</strong></p>
<p>Many WordPress themes have various templates.  If you are writing a page in WordPress you can look for Page Attributes.  This is to the right of your writing if you have two columns or underneath if you have just one.   In this box you hopefully will see parent and then template.  Unfortunately not all themes offer various templates.   The template will have a name sometimes it will tell you archive, no side bar, clean or something similar.</p>
<p><strong> Template Testing</strong></p>
<p>Unfortunately previous does not always show various templates.   If you do not want it going live, go to the publish button and change Visibility to private then publish.  Then you can see if that template is going to fit your needs.</p>
<p><strong>Theme Options</strong></p>
<p>Some themes have special page options.  You can look for a box with the theme name and options on your page.  There you can turn off the sidebar or navigation menu.</p>
<p><strong>Make Your Own Template</strong></p>
<p>You can learn coding to create your own template.  It really does not take much, if you like your theme you just create a copy of your sales page and remove the sidebar and header information.  Since this information varies so much there is no simple explanation of it.  I have created templates and now I would rather BUY MINE</p>
<p><strong>Buy Your Own</strong></p>
<p>This is what I did.  You can see the package I got (he&#8217;s since updated it with new templates) by visiting <a href="http://wp-landingpages.com/special/?hop=ms007" target="_blank">WP landing pages</a>.  Tomorrow I will have a video for you on how to load it and set it up.</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/creating-sales-letters-wordpress/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to Use The New WordPress Features</title>
		<link>http://rockstarguidebooks.com/wordpress-features/</link>
		<comments>http://rockstarguidebooks.com/wordpress-features/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 15:57:40 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[blog30]]></category>
		<category><![CDATA[explained]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[mini7]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=801</guid>
		<description><![CDATA[We are still talking about WordPress 3.0.  This is a major change so it is taking time.  Yesterday was how to use the menu feature.  Tomorrow will be about the developer features and a brief explanation of how they work. &#8230; <a class="more-link" href="http://rockstarguidebooks.com/wordpress-features/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We are still talking about WordPress 3.0.  This is a major change so it is taking time.  Yesterday was how to use the menu feature.  Tomorrow will be about the developer features and a brief explanation of how they work.</p>
<p><strong><a href="http://rockstarguidebooks.com/products/rockstar-guide-wordpress-plugins"><img class="alignleft size-thumbnail wp-image-538" src="http://rockstarguidebooks.com/wp-content/uploads/2010/05/WPPluginBook1-150x150.jpg" alt="" width="150" height="150" /></a>One Click Upgrade Plugins</strong></p>
<p>If you have several plugins, you know how often you see the little tab that says upgrades are available.  You know the process of upgrading each one.  You may even check the bulk actions tab wishing there was a way to upgrade all your plugins in one click.  No more, there it is!  Check the plugins that need upgrading, look under bulk actions and click upgrade and upgrade up to 15 plugins with one click.</p>
<p><strong>Upgrade Themes</strong></p>
<p>Yes, you can now upgrade themes.  WordPress 3.0 will tell you that you have themes that need upgrading.  It will create a &#8220;child theme&#8221; which should save most of your changes to your theme while upgrading the majority of the theme.  This is a great feature, because WordPress 3.0 is going to require some major theme upgrades.</p>
<p><strong>Short Links</strong></p>
<p>If you use Twitter or FriendFeed you know using a short link is almost always a requirement.  Now underneath your post title you can choose to edit the title, view your post or get shortlink.  The link starts with WP.me and then a short code like other services.  Currently you can not change the code, but you may be able to soon.</p>
<p>SEE WORDPRESS 3.0 ROCKS!!</p>
<p>~ MJ Schrader</p>
<p><strong>Want 25% off my  products? </strong></p>
<p>save 25% off any product<a href="../products/special-page" target="_blank"> this special page</a>.  You have until July 17th!</p>
<p>During Check Out use Coupon Code: PatSpecial610</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/wordpress-features/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Menu Feature in WordPress 3.0</title>
		<link>http://rockstarguidebooks.com/menu-feature-wordpress-30/</link>
		<comments>http://rockstarguidebooks.com/menu-feature-wordpress-30/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 15:20:05 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[appearance]]></category>
		<category><![CDATA[blog30]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[mini7]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=795</guid>
		<description><![CDATA[Yesterday was WordPress 3.0 is Live! What does that mean for you? with mentions of the features for regular users. Today I am going to discuss the menu feature, because this has been a rather hot topic. Tomorrow will be &#8230; <a class="more-link" href="http://rockstarguidebooks.com/menu-feature-wordpress-30/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday was <a title="Permanent Link to WordPress 3.0 is Live! What does  that mean for you?" rel="bookmark" href="../wordpress-30-live.html">WordPress 3.0 is Live! What does that mean for you?</a> with mentions of the features for regular users.  Today I am going to discuss the menu feature, because this has been a rather hot topic.  Tomorrow will be about some other features.  And then on Sunday there will be the Developers Features. While those are some really nice features, developers features require changing codes and some other things.   So really those are for advanced users, however any user may want to read up in case it something you want to add later.</p>
<p><strong>Menus</strong></p>
<p>Have you ever wished you could just quickly add a new tab to your menu?  Now you can!</p>
<p>Not all themes accept the menus option, but this impressive feature will  soon be something theme developers will add.  If your theme accepts it  great, if not you can visit  Widgets, Appearance, and drag the Custom  Menu to your sidebar. Just visit Appearance then Menus.   What you see on the right side will look similar to what you see below.</p>
<p><img class="aligncenter size-full wp-image-796" src="http://rockstarguidebooks.com/wp-content/uploads/2010/06/menu1.jpg" alt="" width="526" height="300" /></p>
<p><strong>Adding to Your Menu</strong></p>
<p>This is impressive.  Many of my clients want to link different blogs and websites.  With &#8220;Custom Links&#8221; you type in the web address, called URL, and then add a label for the menu.  You can check mark various pages to be added to your menu or scroll down and check the categories you want added.</p>
<p><strong>Change Your Menu</strong></p>
<p>Then over on the right on the new menu you can create a custom name.  Click the down arrow beside the menu item and you can change the &#8220;Title Attribute&#8221; or &#8220;Navigation Label.&#8221;   You will also notice you remove the item or cancel the change you made.  Drag and drop the menu to rearrange it, even move an item a bit to the right to make it a sub-menu item.</p>
<p>Of course the themes that support this are limited.  You can upload the brand new Twenty Ten theme created by the WordPress staff to use this feature.  You can also add to your sidebar as noted previously.  Either way the ability to create a unique to you menu is absolutely delicious.</p>
<p><em>~ MJ Schrader</em></p>
<p>PS.  Tomorrow you can read about other features.  If you want me to go into the features of the new Theme Twenty Ten please comment!  And please comment with your favorite features!</p>
<p><strong>PPS Save 25% off my  products? </strong></p>
<p>You can save 25% off any product<a href="../products/special-page" target="_blank"> this special page</a>.  You have until July 17th!</p>
<p>During Check Out use Coupon Code: PatSpecial610</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/menu-feature-wordpress-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

