Update 2:22pm: Okay, I figured out on my own (doh!) that I just had to check a box in the weblog config- and then rebuild my category archives so they existed. Simple enough.
Now I'm trying to have more than two entries on my home page. Any ideas? -- thanks!
Hi guys,
I'm just trying to implement a CategoryList module (see code below) in the Wide Hive Blog, and I'm getting this error. Is there an MT tag that has changed names or something?
An error occurred:
Build error in template 'Main Index': Error intag: Build error in template 'CategoryList': Error in tag: The archive type specified in MTArchiveList ('Category') is not one of the chosen archive types in your blog configuration.
code in the CategoryList module:
Posted by Lisa at May 30, 2005 12:35 PM | TrackBack
<div class="sidetitle">
All Categories
</div>
<div class="side">
<MTArchiveList archive_type="Category">
<a href="<$MTArchiveLink$>"><$MTArchiveTitle encode_html="1"$></a> (<$MTArchiveCount$>)<br />
</MTArchiveList>
</div>