<?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; Writing</title>
	<atom:link href="http://www.wp-jazz.com/tag/writing/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>10 Tips For Writing Better Articles</title>
		<link>http://www.wp-jazz.com/featured/13/</link>
		<comments>http://www.wp-jazz.com/featured/13/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 23:07:32 +0000</pubDate>
		<dc:creator>solostream</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.wp-jazz.com/?p=13</guid>
		<description><![CDATA[Writing articles is a great way to create exposure for yourself and your business. In fact, I'd suggest it's one of the best marketing tools you can use. Webmasters and newsletter publishers are always looking for good content. Further, aside from your time investment, it's completely free advertising. Here are 10 practical tips to ensure your articles get published and read by others.]]></description>
			<content:encoded><![CDATA[<p>I actually wrote this article a few years ago (before blogs rose to prominence), so it may seem a bit out of date. I think there&#8217;s still some good tips in it though, so have at it.<span id="more-13"></span></p>
<p><img src="http://www.wp-jazz.com/wp-content/uploads/2009/03/laptop-150x150.jpg" alt="laptop" title="laptop" width="150" height="150" class="alignright size-thumbnail wp-image-17" /><strong>10 Tips for Writing Better Articles</strong></p>
<p>Writing articles is a great way to create exposure for yourself and your business. In fact, I&#8217;d suggest it&#8217;s one of the best marketing tools you can use. Webmasters and newsletter publishers are always looking for good content. Further, aside from your time investment, it&#8217;s completely free advertising.</p>
<p>Here are 10 practical tips to ensure your articles get published and read by others.</p>
<p><strong>1. Write to serve.</strong><br />
Before writing an article, ask yourself what problem it will help others solve. Some of the more common issues people deal with revolve around a lack of something, whether it&#8217;s time, money, self-confidence or just joy in life. How will your article help with these issues.</p>
<p><strong>2. Grab their attention early.</strong><br />
If possible, intend to &#8220;hook&#8221; your reader right from the get-go. Ideally, your title should be the hook. When creating the title, ask yourself if it would make you want to read the article. Your first paragraph should also serve as a hook , as well as a general introduction to the article content.</p>
<p><strong>3. Write to one person only.</strong><br />
Forget the fact your article will be read by many people and write to only one person, just like I&#8217;m doing with you now.</p>
<p><strong>4. Keep the flow logical.</strong><br />
Don&#8217;t bounce around from one idea to the next. Each paragraph should logically follow the next. Although there may be different ideas expressed in each paragraph, they should dovetail off each other.</p>
<p><strong>5. Use quotes to support your main idea.</strong><br />
Quotes from famous people are a great method to reinforce your ideas. They help you make your point and add credibility to your overall message. I use the quote library found at Motivation Mecca <a href="http://www.joshhinds.com/">http://www.joshhinds.com</a> or Uinspire at <a href="http://www.uinspire.com/">http://www.uinspire.com</a></p>
<p><strong>6. Keep your paragraphs short.</strong><br />
Ideally, 4-6 lines per paragraph is what you want to shoot for. It looks and feels much more appealing to the reader to see &#8220;bite-sized&#8221; paragraphs.</p>
<p><strong>7. Inspire action in your article.</strong><br />
If your article is, in fact, intended to solve a common problem, give people practical suggestions for taking action. Remember the formula &#8220;insight + action = growth.&#8221;</p>
<p><strong>8. When possible, tie your message to everyday activities.</strong><br />
A good example of this is &#8220;life is like a box of chocolates.&#8221; Make it easy for your reader to relate to your ideas. That will also make it easier for your reader to apply your ideas in their life.</p>
<p><strong>9. Summarize the article in the final 1-2 paragraphs.</strong><br />
Briefly summarize the main points of your article, how people can take action from the information and what results they can achieve.</p>
<p><strong>10. Don&#8217;t forget the resource box. </strong><br />
Provide a brief resource box following your article. It should tell a little about you, your business, how you serve others and how to contact you. Be sure to include your URL and email address with an invitation to contact you or visit your site.</p>
<p>Using these 10 tips should help you write powerful articles that get published and read. Above all else, remember this. A writer writes. So &#8211; first &#8211; be a writer in your own mind.</p>
<img src="http://www.wp-jazz.com/?ak_action=api_record_view&id=13&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wp-jazz.com/featured/13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
