<?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>WordPress Wiki Theme &#187; Writing Content</title>
	<atom:link href="http://wpwikitheme.com/category/demystifying-the-wiki/writing-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpwikitheme.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 14 Mar 2010 16:02:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Write a FAQ</title>
		<link>http://wpwikitheme.com/demystifying-the-wiki/writing-content/how-to-write-a-faq/</link>
		<comments>http://wpwikitheme.com/demystifying-the-wiki/writing-content/how-to-write-a-faq/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 11:37:31 +0000</pubDate>
		<dc:creator>Derek Herman</dc:creator>
				<category><![CDATA[Writing Content]]></category>

		<guid isPermaLink="false">http://wpwikitheme.com/?p=17</guid>
		<description><![CDATA[Writing a FAQ is pretty simple, it's really just like adding a post and since WordPress 2.7 came out and I upgraded the FAQs plugin it truly resembles the Add Post interface.]]></description>
			<content:encoded><![CDATA[<p><img src="http://wpwikitheme.com/wp-content/uploads/2008/12/faq.jpg" alt="faq" title="faq" /></p>
<h4>So easy a caveman could do it!</h4>
<p>Seriously, this is easy! All you need to do is give it a title (the question) and fill in the textarea (the answer). Then you can choose if you want it to stick to the front page. As well, you will select the category the FAQ will be associated with and since the theme really only shows subcategories by default you should choose the subcategory you want it to be associated with, unless you don&#8217;t mind it not being visible except only on the FAQs page (if you decide to have one). Once you do all that the FAQ will show at the bottom of the category page you associated it with or it will be on the home page, as well. That&#8217;s up to you.</p>
<p>Lastly you need to choose the priority level of the FAQ which will rank it and the higher the rank the higher up the list the FAQ is on the page. As well, if two FAQs have the same priority and category the oldest one will be higher on the list, just so you know.</p>
<h5>It&#8217;s that simple, pretty much like a post.</h5>
]]></content:encoded>
			<wfw:commentRss>http://wpwikitheme.com/demystifying-the-wiki/writing-content/how-to-write-a-faq/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Style an Article</title>
		<link>http://wpwikitheme.com/demystifying-the-wiki/writing-content/how-to-write-an-article/</link>
		<comments>http://wpwikitheme.com/demystifying-the-wiki/writing-content/how-to-write-an-article/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 11:34:41 +0000</pubDate>
		<dc:creator>Derek Herman</dc:creator>
				<category><![CDATA[Writing Content]]></category>

		<guid isPermaLink="false">http://wpwikitheme.com/?p=14</guid>
		<description><![CDATA[This is were you can find all the styles that you have access to when posting articles using the WordPress Wiki Theme. ]]></description>
			<content:encoded><![CDATA[<p>When writing an article with the WordPress Wiki Theme you have a few options for styling your posts. Below I will demonstrate the various styles and code used to achieve the desired effect. The first style is the sections div</p>
<div id="sections" class="clearfix">
<ul>
<li><a href="#type">Typography</a></li>
<li><a href="#shout">Shout Out&#8217;s</a></li>
<li><a href="#other">Other Stuff</a></li>
</ul>
</div>
<p>To archive the sections style you would add the following code.<br />
&lt;div id=&quot;sections&quot;&gt;<br />
&nbsp;&nbsp;&lt;ul&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;a href=&quot;#type&quot;&gt;Typography&lt;/a&gt;&lt;/li&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;a href=&quot;#shout&quot;&gt;Shout Out&#8217;s&lt;/a&gt;&lt;/li&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;a href=&quot;#other&quot;&gt;Other Stuff&lt;/a&gt;&lt;/li&gt;<br />
&nbsp;&nbsp;&lt;/ul&gt;<br />
&lt;/div&gt;</p>
<h2>Typography<a name="type"></a></h2>
<p>This section is a very important part of the theme. There was a lot of thought that went into the typography, and that&#8217;s why this theme looks so freaking awesome. Go me, LOL. Anyhow, here are the different typography elements.</p>
<h1>H1 Heading</h1>
<h2>H2 Heading</h2>
<h3>H3 Heading</h3>
<h4>H4 Heading</h4>
<h5>H5 Heading</h5>
<h6>H6 Heading</h6>
<p>This paragraph shows how all text encapsulated only within <strong>&lt;p&gt;&lt;/p&gt;</strong> tags will appear. Donec leo. Aliquam risus elit, luctus vel, interdum vitae, malesuada eget, elit. Nulla vitae ipsum. Donec ligula ante, bibendum sit amet, elementum quis, viverra eu, ante. Fusce tincidunt. Mauris pellentesque, arcu eget feugiat accumsan, ipsum mi molestie orci, ut pulvinar sapien lorem nec dui.</p>
<p>More text examples are as follows:</p>
<p><em>This is emphasised text</em><br />
<strong>This is strong text</strong></p>
<p><acronym title="This is an acronym - &lt;acronym&gt;&lt;/acronym&gt;">This is an acronym</acronym><br />
<del>This is deleted text</del><br />
<a href="#">This is a link</a></p>
<blockquote><p>This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui. Curabitur et metus. This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui. Curabitur et metus.</p>
</blockquote>
<h3>Unordered list</h3>
<ul>
<li>List item example</li>
<li>List item example
<ul>
<li>Sub list item example</li>
<li>Sub list item example</li>
</ul>
</li>
<li>List item example</li>
</ul>
<h3>Ordered list</h3>
<ol>
<li>List item example</li>
<li>List item example
<ol>
<li>Sub list item example</li>
<li>Sub list item example</li>
</ol>
</li>
<li>List item example</li>
</ol>
<h3>Definition list</h3>
<dl>
<dt>Definition title</dt>
<dd>Definition description</dd>
<dt>Definition title</dt>
<dd>Definition description</dd>
</dl>
<p></p>
<h2>Shout Out&#8217;s<a name="shout"></a></h2>
<p>There are a few shout out styles I want to demonstrate for you here:</p>
<h3>Success</h3>
<div class="success">&lt;div class=&quot;success&quot;&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip consequat.&lt;/div&gt;</div>
<h3>Error</h3>
<div class="error">&lt;div class=&quot;error&quot;&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip consequat.&lt;/div&gt;</div>
<h3>Help or Question</h3>
<div class="help">&lt;div class=&quot;help&quot;&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip consequat.&lt;/div&gt;</div>
<h3>A Tip</h3>
<div class="tip">&lt;div class=&quot;tip&quot;&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip consequat.&lt;/div&gt;</div>
<h3>A Code Block</h3>
<pre class="code">&lt;pre class=&quot;code&quot;&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip consequat.&lt;/pre&gt;</pre>
<h2>Other Stuff<a name="other"></a></h2>
<p>This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui. Curabitur et metus. This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui. Curabitur et metus.</p>
<div class="wp-caption alignleft">
<img src="http://wpwikitheme.com/wp-content/themes/wiki/screenshot.png" alt="Wiki Theme"/><br />
<span class="wp-caption-text">A Screen Capture of the WordPress Wiki Theme (alignleft)</span>
</div>
<p>This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui. Curabitur et metus. This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui. Curabitur et metus.</p>
<p>This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui. Curabitur et metus. This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui. Curabitur et metus.</p>
<p>This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui. Curabitur et metus. This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui. Curabitur et metus.</p>
<div class="wp-caption alignright">
<img src="http://wpwikitheme.com/wp-content/themes/wiki/screenshot.png" alt="Wiki Theme"/><br />
<span class="wp-caption-text">A Screen Capture of the WordPress Wiki Theme (alignright)</span>
</div>
<p>This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui. Curabitur et metus. This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui. Curabitur et metus.</p>
<p>This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui. Curabitur et metus. This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui. Curabitur et metus.</p>
<p>This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui. Curabitur et metus. This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui. Curabitur et metus.</p>
<h4>Right Click View Source</h4>
<p>Feel free to look at the source of this website to see exactly how things are done if you don&#8217;t understand completely</p>
]]></content:encoded>
			<wfw:commentRss>http://wpwikitheme.com/demystifying-the-wiki/writing-content/how-to-write-an-article/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
