For one I use category archiving, and for the other I use monthly archiving.
How do I set it so the MTEntryLink tag is a true permalink in itself - ie it goes to month.php#entryid or category.shtml#entryid? Currently it's just going to the main page, not anchoring to the entry itself.
So I figure this is done in the blog config/archiving section. But when I tried to put in
CODE
<$MTArchiveCategory dirify="1"$>.shtml#<$MTEntryID pad="1"$>
for the category based blog, I got an error when rebuilding.
any ideas?