<?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>Webmaster-Source &#187; categories</title>
	<atom:link href="https://www.webmaster-source.com/tag/categories/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>WordPress Category Templates + Custom Taxonomies</title>
		<link>https://www.webmaster-source.com/2010/01/25/wordpress-category-templates-custom-taxonomies/</link>
		<comments>https://www.webmaster-source.com/2010/01/25/wordpress-category-templates-custom-taxonomies/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 11:55:55 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[taxonomies]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2938</guid>
		<description><![CDATA[Here&#8217;s a part of WordPress that many people overlook: Category Templates. It&#8217;s actually quite easy to set up your theme so that it adapts to the content being displayed, allowing you to set up &#8220;departments&#8221; or &#8220;sub sites&#8221; that are styled differently. This isn&#8217;t anything new, but I recently had an interesting realization. This concept [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s a part of WordPress that many people overlook:<a href="http://codex.wordpress.org/Category_Templates"> Category Templates</a>. It&#8217;s actually quite easy to set up your theme so that it adapts to the content being displayed, allowing you to set up &#8220;departments&#8221; or &#8220;sub sites&#8221; that are styled differently.</p>
<p>This isn&#8217;t anything new, but I recently had an interesting realization. This concept would be a lot more powerful when coupled with <a href="http://yoast.com/wordpress-custom-taxonomies/">Custom Taxonomies</a>, which have been a part of WordPress since version 2.8 or so.<span id="more-2938"></span></p>
<p>Imagine a movie-related blog. You could have a &#8220;Departments&#8221; taxonomy set up to separate posts into reviews, production news, upcoming release announcements, box office info, etc.. You then build your theme to separate these different content types into different parts of the site, each with their own distinct &#8220;look.&#8221; (Sort of like having multiple blogs under one site, if you want to think of it that way.)</p>
<p>Then you can have other taxonomies setup that allow you to tag a post with actor names, movie franchises, directors, etc.. These extra taxonomies could be used to create other sorts of templates. Want to create a landing page for updates about the &#8220;Harry Potter&#8221; franchise? Create a new template with spaces that pull data from the appropriate taxonomies, and style it how you want it.</p>
<p>If you poke around the <a href="http://news.cnet.com/river/">CNET News</a> site, you&#8217;ll get a good idea of what I&#8217;m talking about. All of the &#8220;blogs&#8221; that are all part of the greater site have their own different stylings, and posts have metadata that allows them to be displayed in different spots. WordPress could easily be used to build something like that.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/01/25/wordpress-category-templates-custom-taxonomies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Taxonomies in WordPress 2.8</title>
		<link>https://www.webmaster-source.com/2009/06/15/custom-taxonomies-in-wordpress-28/</link>
		<comments>https://www.webmaster-source.com/2009/06/15/custom-taxonomies-in-wordpress-28/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 11:37:31 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2279</guid>
		<description><![CDATA[There has been a bit of talk about &#8220;custom taxonomies&#8221; in WordPress, which have been around since version 2.3, and how WordPress 2.8 will integrate them into the interface in some amazing, better-than-sliced-bread way. Many of the posts out there, unfortunately, never explained in a clear manner what custom taxonomies were. They talked of how [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>There has been a bit of talk about &#8220;custom taxonomies&#8221; in WordPress, which have been around since version 2.3, and how WordPress 2.8 will integrate them into the interface in some amazing, better-than-sliced-bread way.</p>
<p>Many of the posts out there, unfortunately, never explained in a clear manner what custom taxonomies were. They talked of how amazing the concept was, and things like that, but they didn&#8217;t lay out the concept so people could understand the concept.</p>
<p>Justin Tadlock has a comprehensive post, <a href="http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28">Custom taxonomies in WordPress 2.8</a>, that explains the concept very well, and has pretty much everything you need to know. What&#8217;s coming in 2.8, what&#8217;s already in WP, code snippets illustrating the use of the Custom Taxonomy API, etc.<span id="more-2279"></span></p>
<blockquote><p>By default, WordPress comes pre-loaded with three taxonomies: <code>category</code>, <code>post_tag</code>, and <code>link_category</code>. The first two allow us to label our posts a certain way. The last lets us categorize our links. I’ll be showing you how to easily create your own and use them in this tutorial.</p>
<p>Each taxonomy has what are called <em>terms</em>.  For example, all of your tags are actually <em>terms</em> that live within the <code>post_tag</code> taxonomy.</p></blockquote>
<p>Essentially, custom taxonomies are groups of tags. Suppose you run a movie review blog. You could create a taxonomy for &#8220;Actors,&#8221; and WordPress 2.8 will add an &#8220;Actors&#8221; box to the Write Post page, where you can assign a term (i.e. tag) for each of the actors in the movie.</p>
<p>This will be very useful for large sites with more advanced functionality or massive amounts of content that need to be indexed thoroughly. You could turn WordPress into an <a href="http://imdb.com">IMDB</a> clone without too much effort.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/06/15/custom-taxonomies-in-wordpress-28/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Navigation: Archives Aren&#8217;t Good Enough</title>
		<link>https://www.webmaster-source.com/2008/04/11/blog-navigation-archives-arent-good-enough/</link>
		<comments>https://www.webmaster-source.com/2008/04/11/blog-navigation-archives-arent-good-enough/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 12:37:27 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[archives]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=498</guid>
		<description><![CDATA[What can we do to make blogs easier to navigate? As they stand, it can be hard to find things in the archives. Not everyone has read everyone of your posts as they came out, and people often want to return to pages they&#8217;d read before. Date-based archives aren&#8217;t any help. They may be the [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>What can we do to make blogs easier to navigate? As they stand, it can be hard to find things in the archives.</p>
<p><strong>Not everyone has read everyone of your posts as they came out,</strong> and people often want to return to pages they&#8217;d read before.</p>
<p><strong>Date-based archives aren&#8217;t any help.</strong> They may be the least-useful of blog navigation techniques. Sure, there may be times when you want to see the posts from a specific month, but not very often.</p>
<p><strong>Search forms are great,</strong> possibly the best navigation method used on blogs today, <strong>but you have to know what so search before it&#8217;s of any use.</strong></p>
<p>Then you have tags and categories, which have their uses, but are just another way to sort data. <strong>You <em>need</em> to have tags and/or categories on your blog.</strong> They help people find what they&#8217;re looking for, though if you have 3+ years of posts in your archives, it may still take awhile to find the posts worth reading.</p>
<p>The posts worth reading&#8230;</p>
<p>Essentially, you want a place to highlight your best work, the posts that everyone should read. While you obviously still have a lot of good stuff in your archives, to be unearthed by readers when they need it, this page would have the posts you want everyone to see right away.</p>
<p>Thinking about this, I ended up building my <a href="http://www.webmaster-source.com/featured/">Featured Posts</a> page, which is essentially a yearly archive of a &#8220;Featured&#8221; category I use for this purpose. Here&#8217;s <a href="http://www.webmaster-source.com/2008/01/25/how-to-feature-your-best-posts-in-your-sidebar/">how to set it up</a>.</p>
<p>My Featured Posts scheme helps, but it&#8217;s not the ultimate answer. It&#8217;s just one piece of the blog navigation puzzle.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/04/11/blog-navigation-archives-arent-good-enough/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-06-10 07:45:00 by W3 Total Cache
-->