<?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>WP-Jazz - Premium Wordpress Theme from Solostream &#187; A-Tutorial</title>
	<atom:link href="http://www.wp-jazz.com/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wp-jazz.com</link>
	<description>Premium Wordpress Theme from Solostream</description>
	<lastBuildDate>Wed, 01 Apr 2009 14:43:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to Write a Post with WP-Jazz</title>
		<link>http://www.wp-jazz.com/tutorial/how-to-write-a-post-with-wp-jazz/</link>
		<comments>http://www.wp-jazz.com/tutorial/how-to-write-a-post-with-wp-jazz/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 14:00:47 +0000</pubDate>
		<dc:creator>solostream</dc:creator>
				<category><![CDATA[A-Tutorial]]></category>
		<category><![CDATA[Category 1]]></category>
		<category><![CDATA[Category 2]]></category>
		<category><![CDATA[Category 3]]></category>
		<category><![CDATA[Category 4]]></category>
		<category><![CDATA[Category 5]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.wp-jazz.com/?p=84</guid>
		<description><![CDATA[Don't let the title of this post fool you ... I'm not meaning to insult your intelligence when I imply that your <em>DON'T</em> know how to write a post with WordPress (I'm sure you do). It's just that there are a few features built into WP-Jazz, and it's worthwhile to tell you how to get the most out of it.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wp-jazz.com/wp-content/uploads/2009/03/blogpic.jpg"><img src="http://www.wp-jazz.com/wp-content/uploads/2009/03/blogpic-150x150.jpg" alt="blogpic" title="blogpic" width="150" height="150" class="alignright size-thumbnail wp-image-86" /></a>Don&#8217;t let the title of this post fool you</strong> &#8230; I&#8217;m not meaning to insult your intelligence when I imply that your <em>DON&#8217;T</em> know how to write a post with WordPress (I&#8217;m sure you do). It&#8217;s just that there are a few features built into WP-Jazz, and it&#8217;s worthwhile to tell you how to get the most out of it.<span id="more-84"></span></p>
<p><strong>If you look at the home page of this demo site</strong>, you&#8217;ll see that all the posts &#8211; including the featured posts at the top &#8211; display a post introduction (or excerpt) rather than the full post itself. It&#8217;s the same on the <a href="http://www.wp-jazz.com/category/tutorial/">category pages</a>, <a href="http://www.wp-jazz.com/2009/">archive pages</a> and <a href="http://www.wp-jazz.com/?s=the&amp;x=33&amp;y=9">search results pages</a>. Then, when you click through to the individual post, you get the full post content along with comments and other information.</p>
<p><strong>There are 2 possible methods to create the post introduction or excerpt &#8230; </strong></p>
<h3>Set WP-Jazz to Use Post Excerpt, and Use the Excerpt Field</h3>
<p><strong>Go to your WP-Jazz Theme Settings page, and click &#8220;Basic Post Settings.&#8221;</strong> You&#8217;ll see an option to use the Post Excerpts or Post Content (default value is Excerpts). You&#8217;ll want to leave it set to Post Excerpts.</p>
<p><strong>Now that the theme is set up for excerpts</strong>, the trick is to tell WordPress how to create the excerpt the way you want it rather than it&#8217;s own way. Without any other instructions, WordPress will create the excerpt on it&#8217;s own. Here&#8217;s what it does &#8230;</p>
<blockquote><p><strong><a href="http://codex.wordpress.org/Template_Tags/the_excerpt">WordPress Codex</a></strong>: &#8220;If you do not provide an explicit excerpt to a post (in the post editor&#8217;s optional excerpt field), it will display a teaser which refers to the first 55 words of the post&#8217;s content. Also in the latter case, HTML tags and graphics are stripped from the excerpt&#8217;s content.&#8221;</p></blockquote>
<p><strong>So the solution is simple &#8230; Use the Excerpt field on the Write Post screen</strong>.</p>
<p>Whatever you place in the Excerpt field is what will be displayed as the post excerpt on your home page. And keep in mind, you will need to add some HTML to the Excerpt field if you want it to be used in the excerpt. Otherwise, WordPress strips out all code including HTML. For example, lets say you want your post excerpt to be displayed just like this:</p>
<blockquote><p>This is the post introduction. I want to include a link to <a href="http://www.wp-jazz.com">this site</a>, and <a href="http://www.wp-jazz.com">this site</a>.</p></blockquote>
<p>In that case, here&#8217;s exactly what you&#8217;d need to place in the Excerpt field:</p>
<p><code>This is the post introduction. I want to include a link to &lt;a href=&quot;http://www.wp-jazz.com&quot;&gt;this site&lt;/a&gt;, and &lt;a href=&quot;http://www.wp-jazz.com&quot;&gt;this site&lt;/a&gt;.</code></p>
<p><strong>If you need some help with the HTML code</strong>, you can write your excerpt in the normal post editor, then click the HTML view tab, and simply copy the HTML code from there. </p>
<p><strong>As a side note</strong>, some folks have inquired whether they can include video in there post excerpt. The answer is yes, you can &#8230; you just need to place the code for the video in the Excerpt field.</p>
<p><strong>That&#8217;s all for this option</strong>. Lets move on to the second method you can use to create your post introduction/excerpt.</p>
<h3>Set WP-Jazz to Use Post Content, and Use the More Tag</h3>
<p><strong>With this method, all you have to do is set WP-Jazz to use Content rather than Excerpts</strong>. Then, when you write your post, simply use the More tag to cut the post according to your preference. The benefit of using this method over the previous one is simplicity. You don&#8217;t have to remember to use the Excerpt field, and any HTML code will still show up in your post introduction/excerpt. </p>
<p><strong>Note: If you use the Post Content option, you need to make sure you DO NOT place any images before the More tag &#8230; or else you may end up with double thumbnail images on your home page.</strong></p>
<p>That&#8217;s it. Use either of these 2 methods to write your posts, and you&#8217;ll be the proud owner of a sexy, new, WP-Jazz-driven site in no time.</p>
<img src="http://www.wp-jazz.com/?ak_action=api_record_view&id=84&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wp-jazz.com/tutorial/how-to-write-a-post-with-wp-jazz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Site Map Page</title>
		<link>http://www.wp-jazz.com/tutorial/how-to-create-a-site-map-page/</link>
		<comments>http://www.wp-jazz.com/tutorial/how-to-create-a-site-map-page/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 00:09:05 +0000</pubDate>
		<dc:creator>solostream</dc:creator>
				<category><![CDATA[A-Tutorial]]></category>
		<category><![CDATA[set-up]]></category>

		<guid isPermaLink="false">http://www.wp-jazz.com/?p=48</guid>
		<description><![CDATA[You may have noticed the <strong><a href="http://www.wp-jazz.com/site-map/">Site Map</a></strong> page on this site. That's done with the built-in Site Map template, and it's easy for you to create a site map for your own WP-Jazz driven site.]]></description>
			<content:encoded><![CDATA[<p>You may have noticed the <strong><a href="http://www.wp-jazz.com/site-map/">Site Map</a></strong> page on this site. That&#8217;s done with the built-in Site Map template, and it&#8217;s easy for you to create a site map for your own WP-Jazz driven site.</p>
<p><span id="more-48"></span></p>
<h3>Step 1 &#8211; Write a New Page</h3>
<p>Just click the &#8220;Add New&#8221; link under the Pages tab in your WordPress control panel. Be sure to give your page a page title by filling in the Title field. Other than that, you don&#8217;t need to write any content in the post editor box.</p>
<h3>Step 2 &#8211; Assign the Site Map Page Template to your Page</h3>
<p>To the right of the Write Page console, you&#8217;ll see a blue box title &#8220;Attributes.&#8221; From the Template drop-down list, select &#8220;Site Map,&#8221; and click the Publish button.</p>
<img src="http://www.wp-jazz.com/?ak_action=api_record_view&id=48&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wp-jazz.com/tutorial/how-to-create-a-site-map-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
