<?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>Privateer Web Solutions &#187; categories</title>
	<atom:link href="http://www.privateerwebsolutions.com/tagged/categories/feed" rel="self" type="application/rss+xml" />
	<link>http://www.privateerwebsolutions.com</link>
	<description>Online Traffic Websites for Internet Sellers</description>
	<lastBuildDate>Mon, 11 Apr 2011 15:25:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to create category directories for your store traffic site</title>
		<link>http://www.privateerwebsolutions.com/articles/how-to-create-category-directories-for-your-store-traffic-site.html</link>
		<comments>http://www.privateerwebsolutions.com/articles/how-to-create-category-directories-for-your-store-traffic-site.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 22:36:15 +0000</pubDate>
		<dc:creator>Privateer Web Solutions</dc:creator>
				<category><![CDATA[Creating Your Site]]></category>
		<category><![CDATA[Online Traffic Site]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.privateerwebsolutions.com/?p=473</guid>
		<description><![CDATA[Creating a category directory for your store traffic site can help visitors to your site quickly find all of the different product categories you carry. An example of a category directory Below is an example category directory, displayed using the Atahualpa theme for WordPress. The above category directory does the following for a store traffic [...]]]></description>
			<content:encoded><![CDATA[<p>Creating a category directory for your store traffic site can help visitors to your site quickly find all of the different product categories you carry.</p>
<p><span id="more-473"></span></p>
<h3>An example of a category directory</h3>
<p>Below is an example category directory, displayed using the Atahualpa theme for WordPress.</p>
<p><img src="/images/category-directory-for-store-traffic-sites.jpg" width="580" height="320" alt="An example category directory for a store traffic site" /></p>
<p>The above category directory does the following for a store traffic site:</p>
<dl class="steps">
<dt>It provides quick navigation between category showcases</dt>
<dd>It also provides some information about each category.</dd>
<dt>It provides links to categories on your store which you have not created showcases for</dt>
<dd>This can be useful when you have a large number of categories and do not want to take the time to create showcases for them all while building your site.</dd>
<dt>It can also bring in occasional customers via search traffic.</dd>
</dl>
<h3>Creating your own Category Directory</h3>
<p>To create a category directory like the one above, you will need the following:</p>
<ul>
<li><b>A WordPress site</b>
<ul>
<li>See my <a href="/store-traffic-website">store traffic website</a> page for details.</li>
</ul>
</li>
<li>(optional) <a href="http://wordpress.bytesforall.com/?p=67" rel="nofollow" target="_blank">The Atahualpa Theme (version 3.2)</a></li>
</ul>
<p><b>Note: <span style="color: #DE0000;">These instructions do not work with newer versions of Atahualpa due to changes in the theme.</span></b></p>
<h4>Setting up your Category Directory Page</h4>
<p>Before you create a category directory page, you should decide where you want it to show up on menus.</p>
<p>I recommend placing it in one of four ways:</p>
<dl class="steps">
<dt>Use it as the top level page which all category showcases are children of.</dt>
<dd>This is especially effective when you have a lot of categories on a well structured store.</dd>
<dd>I recommend using one of your site keywords to name the directory if you go this route.</dd>
<dt>Place your main category showcases as top level pages and additional category showcases as children of your directory page.</dt>
<dd>This works well for stores with a large number of categories that are not necessarily related to each other.</dd>
<dt>Create multiple category directories with a few category showcases under each one</dt>
<dd>This works well if you sell items which group nicely into related categories.</dd>
<dd>For example, cat related items, computer hardware, and clothing.</dd>
<dt>Don&#8217;t use a category directory at all</dt>
<dd>If you have only a couple of types of things you sell and they are not related to each other, I would skip this and simply create each category showcase as a top level page.</dd>
</dl>
<p>Once you have decided on where to place your category directory (or if you want one at all), you will then need to create the page.</p>
<h4>Step 1: Add CSS entries to your site</h4>
<p>The category directory above uses a single CSS setting to take care of look and placement of each category displayed.</p>
<p>You may want to add more css entries for finer display control.</p>
<p><b>Add the below stylesheet information to your site</b><br />
<br />&bull; <u>Atahualpa Instructions:</u></p>
<dl class="steps" style="padding-left: 1em;">
<dt>Copy the contents of the box below</dt>
<dd>Click in the box</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Select All&quot; from the file menu</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Copy&quot; from the file menu</dd>
<dt>Login to your wordpress site</dt>
<dt>Select &quot;Appearance&quot; &rarr; &quot;Atahualpa Theme Options&quot;</dt>
<dt>Select &quot;HTML/CSS Inserts&quot; from the theme options at the top</dt>
<dt>Paste the copied code into the end of the CSS Inserts box</dt>
<dd>Scroll down to the end of the CSS Inserts Box</dd>
<dd>Click at the end of the last line</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Paste&quot; from the file menu</dd>
<dt>Select &quot;Save Your Changes&quot; from the bottom of the screen</dt>
</dl>
<p>&bull; For most other themes, copy the contents into your style.css file.</p>
<pre><textarea rows="4" cols="80" readonly style="padding-top: 0.25em; margin-left: 15px; white-space: nowrap; overflow: scroll;" wrap="off">
.pws-cat-list tr td {
    vertical-align: top;
}
</textarea></pre>
<h4>Step 2: Create your new Category Directory Page</h4>
<p>To create a category directory page like that shown at the top of this page, use the following code snippet for the body and edit it to suit your tastes.</p>
<pre><textarea rows="25" cols="80" readonly style="padding-top: 0.25em; margin-left: 15px; white-space: nowrap; overflow: scroll;" wrap="off">

INTRODUCTORY BLURB
<table class="pws-cat-list">
<!-- start individual category description -->
<tr>
<td>

<b><a hef="CATEGORY-LINK" title="CAT-LINK-DESC">CATEGORY X TITLE</a></b>
	CATEGORY X PARAGRAPH
</td>
</tr>

<!-- end individual category description -->
<tr>
<td>

<b><a hef="CATEGORY-LINK" title="CAT-LINK-DESC">CATEGORY X TITLE</a></b>
	CATEGORY X PARAGRAPH
</td>
</tr>
<tr>
<td>

<b><a hef="CATEGORY-LINK" title="CAT-LINK-DESC">CATEGORY X TITLE</a></b>
	CATEGORY X PARAGRAPH
</td>
</tr>
</table>

</textarea></pre>
<h4>Create a new Page in WordPress</h4>
<dl class="steps">
<dt>Log into WordPress</dt>
<dt>Select &quot;Pages&quot;Add New&quot; from the admin menu</dt>
<dd>This will bring up the new page dialogue.</dd>
<dt>Enter the name you want for your category directory page</dt>
<dd>If possible the name should use a site or category keyword.</dd>
<dt>Copy the above text into the body of your new page</dt>
<dd>Click in the box above which contains the page pieces</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Select All&quot; from the file menu</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Copy&quot; from the file menu</dd>
<dd>Click in the body of your new page</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Paste&quot; from the file menu</dd>
<dt>Set the page order and parent if wanted</dt>
<dt>Fill in Description and Keywords for Platinum SEO Pack if installed</dt>
<dt>Select Save Draft</dt>
</dl>
<h4>Edit the page contents for your site</h4>
<dl class="steps">
<dt>Edit DIRECTORY BLURB</dt>
<dd>This should provide descriptive introduction to the store categories and category showcases that you are going to list in your directory.</dd>
<dt>Add your categories</dt>
<dd>You can have as many or as few category showcases and store categories displayed as you want.</dd>
<dd>To add more category showcases or store categories, copy one section and add it before the &lt;/table&gt; tag.</dd>
<dd>&bull; A section consists of the 6 lines located between the <b>&lt;!&#8211; &#8211;&gt;</b> lines.</dd>
<dd>To list a category showcase or directory:
<dl>
<dt>Edit CATEGORY-LINK</dt>
<dd>This should be changed to the URL of the category showcase or store category you want to link to.
<dl>
<dt>Find the URL for the category you want to link to</dt>
<dd>Visit the page you want to link to.</dd>
<dd>Look for the box containing http://&#8230; located at the top of the browser.</dd>
<dt>Copy the URL</dt>
<dd>Click in the box containing the URL</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Select All&quot; from the <a href="/articles/what-is-a-file-menu.html" title="What is a file menu?">file menu</a>.</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Copy&quot; from the file menu.</dd>
<dt>Paste the URL between the quotes after href=</dt>
<dd>Place your cursor between the quotes</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Paste&quot; from the file menu.</dd>
</dl>
</dd>
<dt>Edit CATEGORY X TITLE</dt>
<dd>This should be a descriptive name of the category you want listed.</dd>
<dd>It will be used as a link to your store category or category showcase.</dd>
<dt>Edit CAT-LINK-DESC</dt>
<dd>This gives a description to the link.</dd>
<dd>It is normally shown when someone places their mouse over the link.</dd>
<dt>Edit CATEGORY X PARAGRAPH</dt>
<dd>This should contain a short description of the category you are linking to.</dd>
</dl>
</dd>
<dd>Repeat this process for each category you want to link.</dd>
<dt>Set extra information for the category directory</dt>
<dd>If using Platinum SEO, enter your meta description and meta keywords</dd>
<dd>Note whether you want to allow comments or not ( I recommend not )</dd>
<dd>Specify any parent page if necessary</dd>
<dd>Specify a menu order if you are manually ordering your pages</dd>
<dt>Save your changes as a draft</dt>
<dd>You could just publish it, but I recommend always looking at new posts and pages before actually publishing them.</dd>
<dt>Publish your category directory</dt>
<dd>Once you are satisfied with the look, publish it.</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://www.privateerwebsolutions.com/articles/how-to-create-category-directories-for-your-store-traffic-site.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create category showcases for your store traffic site</title>
		<link>http://www.privateerwebsolutions.com/articles/how-to-create-category-showcases-for-your-store-traffic-site.html</link>
		<comments>http://www.privateerwebsolutions.com/articles/how-to-create-category-showcases-for-your-store-traffic-site.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 20:16:28 +0000</pubDate>
		<dc:creator>Privateer Web Solutions</dc:creator>
				<category><![CDATA[Creating Your Site]]></category>
		<category><![CDATA[Online Traffic Site]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[showcases]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.privateerwebsolutions.com/?p=430</guid>
		<description><![CDATA[Creating a category showcase for your store traffic site can help to increase the number of reasonably well targeted potential buyers who visit your store. An example of a category showcase Below is an example category showcase built for the Atahualpa 3.2 WordPress theme. The above category showcase does the following for a store traffic [...]]]></description>
			<content:encoded><![CDATA[<p>Creating a category showcase for your store traffic site can help to increase the number of reasonably well targeted potential buyers who visit your store.</p>
<p><span id="more-430"></span></p>
<h3>An example of a category showcase</h3>
<p>Below is an example category showcase built for the <a href="http://wordpress.bytesforall.com/?p=67" rel="nofollow" target="_blank">Atahualpa 3.2 WordPress theme</a>.</p>
<p><img src="/images/category-showcase-for-store-traffic-sites.jpg" width="580" height="503" alt="An example category showcase for a store traffic site" /></p>
<p>The above category showcase does the following for a store traffic site:</p>
<dl class="steps">
<dt>It provides a general page for driving traffic related to roleplaying games</dt>
<dt>It has sections for information relevant to potential customers:
<dt>
<dd>
<ul>
<li>Reasons to buy from you</li>
<li>Links to news and resources published on site which are updated automatically as you create new content.</li>
<li>A quick selection of subcategories for those interested in particular roleplaying items or systems</li>
<li>A list of recently added roleplaying games which is generated automatically from the most recent product showcases published on site.</li>
<li>A store widget to showcase a couple of specific products</li>
</ul>
</dd>
</dl>
<h3>Creating your own Category Showcase</h3>
<p>To create a category showcase like the one above, you will need the following:</p>
<ul>
<li><b>A WordPress site</b>
<ul>
<li>See my <a href="/store-traffic-website">store traffic website</a> page for details.</li>
</ul>
</li>
<li><b>The <a href="http://wordpress.org/extend/plugins/recent-posts-plugin/" rel="nofollow" target="_blank">Recent Posts plugin for WordPress</b></a></li>
<li><b>The <a href="http://wordpress.org/extend/plugins/post-plugin-library/" rel="nofollow" target="_blank">Post Plugin Library for WordPress</b></a></li>
</ul>
<p><b>Note:</b><br />See <a href="/articles/setting-up-new-plugins-in-wordpress.html">Setting up new plugins in WordPress</a> for help with installation.</p>
<h4>Step 1: Setting up the Recent Posts Plugin</h4>
<p>The Recent Posts plugin needs to be configured to allow output in content.</p>
<dl class="steps">
<dt>Log into WordPress</dt>
<dt>Select &quot;Settings&quot; &rarr; &quot;Recent Posts&quot;</dt>
<dd>This will bring you to the recent posts setting screen.</dd>
<dt>Select &quot;Placement&quot; from the top menu</dt>
<dd>This will bring up the recent posts Placement Settings screen</dd>
<dt>Set &quot;Output in content:&quot; to &quot;Yes&quot;</dt>
<dd>This lets you place special tags in posts and pages to display recent posts.</dd>
<dt>Select &quot;Save Placement Settings&quot;</dt>
<dd>This will save your settings</dd>
</dl>
<h4>Step 2: Add CSS entries to your site</h4>
<p>The category above uses a few CSS settings to take care of placement.</p>
<p>You may want to add more for finer display control.</p>
<p><b>Add the below stylesheet information to your site</b><br />
<br />&bull; <u>Atahualpa version 3.2 Instructions:</u></p>
<dl class="steps" style="padding-left: 1em;">
<dt>Copy the contents of the box below</dt>
<dd>Click in the box</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Select All&quot; from the file menu</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Copy&quot; from the file menu</dd>
<dt>Login to your wordpress site</dt>
<dt>Select &quot;Appearance&quot; &rarr; &quot;Atahualpa Theme Options&quot;</dt>
<dt>Select &quot;HTML/CSS Inserts&quot; from the theme options at the top</dt>
<dt>Paste the copied code into the end of the CSS Inserts box</dt>
<dd>Scroll down to the end of the CSS Inserts Box</dd>
<dd>Click at the end of the last line</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Paste&quot; from the file menu</dd>
<dt>Select &quot;Save Your Changes&quot; from the bottom of the screen</dt>
</dl>
<p>&bull; For most other themes, copy the contents into your style.css file.</p>
<pre><textarea rows="7" cols="80" readonly style="padding-top: 0.25em; margin-left: 15px; white-space: nowrap; overflow: scroll;" wrap="off">
.pws-cat-list tr td {
    vertical-align: top;
}
.pws-cat-show tr td {
    vertical-align: top;
}
</textarea></pre>
<h4>Step 3: Update Atahualpa Theme Options</h4>
<dl>
<dt>Disable the right sidebar on &quot;Page&quot; pages</dt>
<dd>To do so:</p>
<ul>
<li>Log into WordPress.</li>
<li>Select &quot;Appearance&quot; &rarr; &quot;Atahualpa Theme Options&quot;.</li>
<li>Select &quot;Sidebars&quot; under the Atahualpa Theme Options header.</li>
<li>In the &quot;Right Sidebar: Display on&quot; section, uncheck &quot;Page pages&quot;</li>
<li>Save your changes</li>
</ul>
</dd>
</dl>
<h4>Step 4: Create your new Category Showcase Page</h4>
<p>To create a category page like that shown at the top of this page, use the following code snippet for the body and edit it to suit your tastes.</p>
<pre><textarea rows="36" cols="80" readonly style="padding-top: 0.25em; margin-left: 15px; white-space: nowrap; overflow: scroll;" wrap="off">

 CATEGORY BLURB 
<table class="pws-cat-show">
<tr>
<td width="50%">
<table width="100%">
<tr>
<th>Why buy from us?</th>
</tr>
<tr>
<td>

REASON-AND-INCENTIVE-INFO
</td>
</tr>
<tr>
<th>News and Resources</th>
</tr>
<tr>
<td>
  &lt;!--RecentPosts limit=5&amp;tag_str=*********************--&gt;
 </td>
</tr>
</table>
</td>
<td>
<table width="100%">
<tr>
<th>Our store categories</th>
</tr>
<tr>
<td>
<ul>
<li><a href="URL_HERE">LINK_NAME</a></li>
<li><a href="URL_HERE">LINK_NAME</a></li>
<li><a href="URL_HERE">LINK_NAME</a></li>
<li><a href="URL_HERE">LINK_NAME</a></li>
</ul>
</td>
</tr>
<tr>
<th>RECENTLY_ADDED_CAT_NAME_HERE</th>
</tr>
<tr>
<td>&lt;!--RecentPosts limit=5&amp;included_cats=**^**^**^**^**^**^**--&gt;</td>
</tr>
</table>
</td>
</tr>
</table>

<center>


WIDGET_HERE


</center>
</textarea></pre>
<h4>Create a new Page in WordPress</h4>
<dl class="steps">
<dt>Log into WordPress</dt>
<dt>Select &quot;Pages&quot;Add New&quot; from the admin menu</dt>
<dd>This will bring up the new page dialogue.</dd>
<dt>Enter the name you want for your category showcase page</dt>
<dd>This should be the primary keyword for your category.</dd>
<dt>Copy the below text into the body of your new page</dt>
<dd>Click in the box below</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Select All&quot; from the file menu</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Copy&quot; from the file menu</dd>
<dd>Click in the body of your new page</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Paste&quot; from the file menu</dd>
<dt>Set the page order and parent if wanted</dt>
<dt>Fill in Description and Keywords for Platinum SEO Pack if installed</dt>
<dt>Select Save Draft</dt>
</dl>
<h4>Edit the page contents for your site</h4>
<dl class="steps">
<dt>Edit CATERGORY BLURB</dt>
<dd>This should provide descriptive information about your category.</dd>
<dt>Edit REASON-AND-INCENTIVE-INFO</dt>
<dd>This should offer information on why buying from you is a good thing</dd>
<dt>Edit tag_str=***************</dt>
<dd>The *********** should be changed to a list of tags seperated by commas.</dd>
<dd>Posts with the tags listed here will automatically show up in the News and Resources box on the page.</dd>
<dd>For example, tag_str=books,fiction,adventure</dd>
<dt>Enter links to related store categories</dt>
<dd>These should be links directly to categories in your store.
<dl>
<dt>Replace URL_HERE with the URL to your store category
<dt>
<dd>Visit your store category in a different browser window or tab</dd>
<dd>Click in the box at the top where you see http://&#8230;.</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Select All&quot; from the file menu</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Copy&quot; from the file menu</dd>
<dd>Back in your wordpress editor, delete the URL_HERE you want to replace</dd>
<dd>Place your cursor between the quotes after href=</dd>
<dd>Select &quot;Edit&quot; &rarr; &quot;Paste&quot; from the file menu</dd>
<dt>Replace LINK_NAME with the name you want for the link</dt>
<dd>This should be your primary keyword for the linked category.</dd>
<dt>Repeat for each category link you want to display</dt>
<dt>Remove any extra list item lines</dt>
<dt>To add more links copy a line and edit it.</dt>
</dl>
</dd>
<dt>Edit RECENTLY_ADDED_CAT_NAME_HERE</dt>
<dd>Something like &quot;Newly added whatevers&quot;</dd>
<dt>Set categories to have recent posts displayed for</dt>
<dd>Delete the **^**^**^**^**^**^** after included_cats=</dd>
<dd>Enter the IDs post categories you want to display here
<dl>
<dt>Finding post category IDs</dt>
<dd>In a new window, go to your wordpress admin panel</dd>
<dd>Select &quot;Posts&quot; &rarr; &quot;Categories&quot; from the menu</dd>
<dd>Click the category you are interested in</dd>
<dd>In your browsers URL line, find cat_ID=#</dd>
<dd>That number is the ID for the category you selected.</dd>
</dl>
</dd>
<dd>Multiple IDs can be specified by seperating them with commas</dd>
<dt>Edit WIDGET-HERE</dt>
<dd>If you don&#8217;t want a widget, just delete everything after the last &lt;/table&gt; tag</dd>
<dd>If you do want a widget:
<dl>
<dt>Delete the WIDGET-HERE text</dt>
<dt>Copy a widget into the area it was in</dt>
<dd>See <a href="/articles/creating-a-bonanzle-widget-and-placing-it-on-your-web-site.html" title="Creating a bonanzle widget and placing it on your web site">Bonanzle Widget Instructions</a></dd>
</dl>
</dd>
<dt>Select Save Draft</dt>
<dt>Select Preview to view your showcase</dt>
<dd>Make sure that everything looks ok</dd>
<dd>Test the links out to ensure they work</dd>
</dl>
<p>When you are satisfied that everything looks good, publish your new page.</p>
<h4>Creating a Template for Future Category Showcases</h4>
<p>Now that you have your first category showcase created, you might want to go ahead and create a template for it.</p>
<p>Read <a href="/articles/how-to-create-templates-for-faster-wordpress-posting.html">how to create templates for faster wordpress posting</a> for full instructions on how to make a template for your category pages.</p>
<p><b>Note:</b> As of WordPress 2.8, template creation is more difficult than it was because you can no longer edit templates with the plugin I use&#8230;but it still works just fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.privateerwebsolutions.com/articles/how-to-create-category-showcases-for-your-store-traffic-site.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create post categories in WordPress</title>
		<link>http://www.privateerwebsolutions.com/articles/how-to-create-post-categories-in-wordpress.html</link>
		<comments>http://www.privateerwebsolutions.com/articles/how-to-create-post-categories-in-wordpress.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 06:13:23 +0000</pubDate>
		<dc:creator>Privateer Web Solutions</dc:creator>
				<category><![CDATA[Creating Your Site]]></category>
		<category><![CDATA[Online Traffic Site]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.privateerwebsolutions.com/?p=398</guid>
		<description><![CDATA[Creating post categories in WordPress is fairly simple and straightforward, especially if you know how you want to make use of them. For the purpose of buiding a site to drive traffic to an online store, we will be using them to do the following: Provide a navigation panel on one of your sidebars. Provide [...]]]></description>
			<content:encoded><![CDATA[<p>Creating post categories in WordPress is fairly simple and straightforward, especially if you know how you want to make use of them.</p>
<p><span id="more-398"></span></p>
<p>For the purpose of buiding a site to drive traffic to an online store, we will be using them to do the following:
<ul>
<li>Provide a navigation panel on one of your sidebars.</li>
<li>Provide easy links for jumping to similar products and articles on your site.</li>
<li>Provide a means for automatically listing related items in category showcases.</li>
</ul>
<p>If you haven&#8217;t done <a href="/articles/keyword-research-for-post-category-creation.html">keyword research for your post categories</a>, be sure to do so before you create them&#8230;though changing them later isn&#8217;t typically too painful.</p>
<h3>Organizing your post categories</h3>
<p>For post categories, I recommend using the following structure:</p>
<ul>
<li>News and Updates</li>
<li>Products
<ul>
<li>Category One</li>
<li>Category Two</li>
<li>&#8230;</li>
<li>Category N</li>
</ul>
</li>
<li>Other post categories</li>
</ul>
<p>In the above, you can use any name for News and Updates. The idea for the category is to provide information concerning your site, general information about your store, and other such things.</p>
<p>Products can be named whatever you wish. For tightly focused theme stores, you might use a much more specific term. For example, if you sell exclusively kids toys, you might use kids toys in place of products</p>
<p>Your main keyword for each of your store categories should be placed in the slots shown as Category One through Category N, with subcategories underneath of them unless you want to treat sub categories just the same as top level categories.</p>
<h3>Creating a category</h3>
<ol>
<li><b>Log into your WordPress admin panel</b></li>
<li><b>Select &quot;Posts&quot; &rarr; &quot;Categories&quot; from the admin menu</b></li>
<li><b>Enter the name for your category</b><br />This should be semi short so that it can fit into a sidebar without wrapping.</li>
<li><b>Leave category slug blank</b><br />It will be created automatically from your category name.</li>
<li><b>Set the Category Parent for your category</b>
<ul>
<li>For top level categories this should be &quot;None&quot;</li>
<li>For second or third tier categories this should be the name of the post category you want this category to be a child of</li>
<li>Enter a short description for your post category</li>
</ul>
</li>
<li><b>Select &quot;Add Category&quot;</b></li>
</ol>
<h3>Editing a Category</h3>
<p>Should you decide that you want to change a post category for some reason, here is how you do so:</p>
<ul>
<li><b>Log into your WordPress admin panel</b></li>
<li><b>Select &quot;Posts&quot; &rarr; &quot;Categories&quot; from the admin menu</b></li>
<li><b>Place your cursor over the category you want to edit</b><br />You should see options come up under it when you do so.</li>
<li><b>Select &quot;Edit&quot;</b><br />This will bring up the post category editor.</li>
<li><b>Make the changes you want</b>
<ul>
<li>Change the category name</li>
<li>Change the category slug</li>
<li>Change the category parent<br />This will move the category to be a child of a different category or to be a top level category.</li>
<li>Change the description</li>
</ul>
</li>
<li><b>Select &quot;Update Category&quot; to save your changes</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.privateerwebsolutions.com/articles/how-to-create-post-categories-in-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keyword research for store category creation</title>
		<link>http://www.privateerwebsolutions.com/articles/keyword-research-for-store-category-creation.html</link>
		<comments>http://www.privateerwebsolutions.com/articles/keyword-research-for-store-category-creation.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 06:09:00 +0000</pubDate>
		<dc:creator>Privateer Web Solutions</dc:creator>
				<category><![CDATA[Creating Your Site]]></category>
		<category><![CDATA[Online Traffic Site]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[keyword research]]></category>

		<guid isPermaLink="false">http://www.privateerwebsolutions.com/?p=393</guid>
		<description><![CDATA[Once you have listed out the categories you want to target for your web site, you should do some keyword research before you do anything else. See basic keyword research for targeted marketing if you are unfamiliar with the basics of keyword research then come back here. For each category you decided upon, you should [...]]]></description>
			<content:encoded><![CDATA[<p>Once you have listed out the categories you want to target for your web site, you should do some keyword research before you do anything else.</p>
<p><span id="more-393"></span></p>
<p>See <a href="/articles/basic-keyword-research-for-targeted-marketing.html" title="Basic keyword research for targeted marketing">basic keyword research for targeted marketing</a> if you are unfamiliar with the basics of keyword research then come back here.</p>
<p>For each category you decided upon, you should take the time to research the words or phrases that you will use for category showcase names and post categories on your site as well as the words and phrases that you want your site to rank for on search engines.</p>
<p>A good category keyword has a mesh of the following things going for it:</p>
<ul>
<li><b>A good search volume to competition ratio</b><br />The higher the volume and the lower the number of competing sites, the better&#8230;as long as the rest are true as well.</li>
<li><b>Used with reasonable popularity by buyers</b><br />While you cannot always tell this, if you see a large number of searches for &quot;buy&quot; or &quot;store&quot; and your keyword, you can be sure that buyers use that term.</li>
<li><b>No 800 pound gorillas in the top search spots</b><br />Those gorillas aren&#8217;t typically as tough as they would have you believe, but if you can find terms with low pagerank sites having few backlinks coming in as the top results you will have an easier time of taking the top spot in search results.</li>
</ul>
<p>For each category, try to come up with at least three to four good search terms and use the one which appears to have the most promise ( the best mix of the above ) as your primary keyword for that category. The rest will be secondary keywords for it.</p>
<p>When you finish you should keep your list somewhere safe as you will continue to use it while building your site and when you start actively marketing it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.privateerwebsolutions.com/articles/keyword-research-for-store-category-creation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing categories for mixed stores</title>
		<link>http://www.privateerwebsolutions.com/articles/choosing-categories-for-mixed-stores.html</link>
		<comments>http://www.privateerwebsolutions.com/articles/choosing-categories-for-mixed-stores.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 06:05:12 +0000</pubDate>
		<dc:creator>Privateer Web Solutions</dc:creator>
				<category><![CDATA[Creating Your Site]]></category>
		<category><![CDATA[Online Traffic Site]]></category>
		<category><![CDATA[categories]]></category>

		<guid isPermaLink="false">http://www.privateerwebsolutions.com/?p=389</guid>
		<description><![CDATA[If you have a store that has a few groups of related items as well as a few groups of items which don&#8217;t relate to anything else or even each other, then you have a couple of options. Option One: One site for everything If you want to use one site to drive traffic to [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a store that has a few groups of related items as well as a few groups of items which don&#8217;t relate to anything else or even each other, then you have a couple of options.</p>
<p><span id="more-389"></span></p>
<h3>Option One: One site for everything</h3>
<p>If you want to use one site to drive traffic to your store for all of your items, then you might want to have several top level categories as well as subcatories for items which relate to each other.</p>
<p>An example of this might be as follows:</p>
<ul>
<li>Dogs and Puppies
<ul>
<li>Dog Toys</li>
<li>Dog Callars</li>
<li>Dog Pictures</li>
<li>Dog Figurines</li>
</ul>
</li>
<li>Books
<ul>
<li>Law Books</li>
<li>Fantasy Novels</li>
</ul>
</li>
<li>Video Games</li>
<li>Computer Hardware</li>
</ul>
<p>In this way, you can do marketing for general types of items as well as more specific types of items while keeping them in a neat, clean order on your site</p>
<h3>Option Two: Use multiple site</h3>
<p>If you have the time and money, you can typically get better results by being more focused with your site. Search engines often rank sites as a whole better when there is some rhyme or reason to them.</p>
<p>This is not to say that having everything in one site is not perfectly valid, but rather that it is a bit easier to rank more focused websites than it is to rank less focused ones.</p>
<p>Using the above example, you might make sites for each top level category and create categories on each site for subcategories.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.privateerwebsolutions.com/articles/choosing-categories-for-mixed-stores.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing categories for flea market stores</title>
		<link>http://www.privateerwebsolutions.com/articles/choosing-categories-for-flea-market-stores.html</link>
		<comments>http://www.privateerwebsolutions.com/articles/choosing-categories-for-flea-market-stores.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 06:01:54 +0000</pubDate>
		<dc:creator>Privateer Web Solutions</dc:creator>
				<category><![CDATA[Creating Your Site]]></category>
		<category><![CDATA[Online Traffic Site]]></category>
		<category><![CDATA[categories]]></category>

		<guid isPermaLink="false">http://www.privateerwebsolutions.com/?p=385</guid>
		<description><![CDATA[If your store contains a variety of items which have no real relationship to each other, then you have a couple of options available to you where categories are concerned. Option one: The general site If you want everything on one site, then you would simply create what categories you can and add an other [...]]]></description>
			<content:encoded><![CDATA[<p>If your store contains a variety of items which have no real relationship to each other, then you have a couple of options available to you where categories are concerned.</p>
<p><span id="more-385"></span></p>
<h3>Option one: The general site</h3>
<p>If you want everything on one site, then you would simply create what categories you can and add an other items category for everything else.</p>
<p>When marketing such a site, you would focus primarily on ranking up your category showcase pages and related articles rather than ranking your site up as a whole.</p>
<p>There is nothing wrong with this approach, but it will likely take a bit longer to rank your entire site up with search engines than it would if you were a bit more focused.</p>
<h3>Option Two: Targeted Sites</h3>
<p>The main alternative to the general store site is to create multiple sites, one for each major category of products you carry. You would then create categories for those sites consisting of subcategories of the major category in question.</p>
<p>This typically involves a slightly larger investment ( multiple domains and multiple hosts ), but makes it a bit easier to rank each individual site up as a whole.</p>
<p>If you are just getting started and have little extra time or money, I would recommend the general site. However, if you have some extra time and money, you will typically get more for your money in the long run by creating multiple focused sites instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.privateerwebsolutions.com/articles/choosing-categories-for-flea-market-stores.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing categories for structured stores</title>
		<link>http://www.privateerwebsolutions.com/articles/choosing-categories-for-structured-stores.html</link>
		<comments>http://www.privateerwebsolutions.com/articles/choosing-categories-for-structured-stores.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 05:58:54 +0000</pubDate>
		<dc:creator>Privateer Web Solutions</dc:creator>
				<category><![CDATA[Creating Your Site]]></category>
		<category><![CDATA[Online Traffic Site]]></category>
		<category><![CDATA[categories]]></category>

		<guid isPermaLink="false">http://www.privateerwebsolutions.com/?p=380</guid>
		<description><![CDATA[If your online store if fairly well focused and contains different types of products that are related to each other, then deciding upon the initial categories to use for your store traffic website should be quite easy. Because you will be using your chosen categories to create category showcases, organize your product showcases, and organize [...]]]></description>
			<content:encoded><![CDATA[<p>If your online store if fairly well focused and contains different types of products that are related to each other, then deciding upon the initial categories to use for your store traffic website should be quite easy.</p>
<p><span id="more-380"></span></p>
<p>Because you will be using your chosen categories to create category showcases, organize your product showcases, and organize other things that you post to your store traffic site, the main thing is to come up with a list of categories that have something to do with each other.</p>
<p>If your store is extraordinarily focused ( perhaps you sell only victorian era hemp dresses ), then you should consider seeing if you can create sub categories for even more focus ( perhaps by style of dress, the region is was made in, etc. ).</p>
<p>With that in mind, look over your categories and make note of them on a piece of paper.</p>
<p>You will be using that list to do initial keyword research so that you can tell what names to actually use for each category on your site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.privateerwebsolutions.com/articles/choosing-categories-for-structured-stores.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

