Quick run down of the new Thingamablog tags

Thingamablog is still fully compatible with all the old templates, but yes, for the labels, keywords, and other stuff there are new template tags to take advantage of them.

Code:
<$EntryExtra1$> 
<$EntryExtra2$>
<$EntryKeywords$>
<$EntryDescription$>

Containers:

Code:
<AuthorList>
   <$AuthorName$>
   <$AuthorURL$>
   <$AuthorEmail$>
   <$AuthorDetails$>
</AuthorList>

Code:
<Ignore>
Anything inside this is ignored and will not be output.
</Ignore>

Code:
<Entries>
</Entries>
Same as <BlogEntry> except that it doesn't care which template it is on. By default it will always return a list of the most recent entries.  This is different from <BlogEntry> which by default knows about the context of the template and will return the entries appropriate for that page.

Both <Entries> and <BlogEntry> can now take a few arguments to provide more control about what entries get output. Here are some examples:

Code:
<Entries category="What Ever"></Entries>
This will output the the entries only belonging to a category "What Ever" on any page.

Code:
<Entries category="What Ever"  entries_between="2008-12-31 AND 2010-12-31">
</Entries>
THis will output the the entries in "What Ever" between 2008-12-31 and 2010-12-31

Code:
<Entries id="10">
</Entries>
This will output the entry with ID of 10 (if it exists)

Also new are "Labels."  Labels are similar to categories except that no page is generated for a Label. Labels are use in conjunction with the arguments above to help layout a page. For example, suppose you wanted to have "Sticky posts" at the top of the front page of your blog. You'd create a label called "sticky" and do something like this on the front page template..
Code:
<h1>Sticky Posts</h1>
<Entries label="sticky">
Only "sticky" posts will be here
...
</Entries>

<h2>Regular Blog posts</h2>
<BlogEntry>
The usual blog entry stuff goes here
...
</BlogEntry>

Sticky posts are only one example. You could also list posts with photos, or whatever. There is a new option "Create custom template" if you right click on the "Templates" folder.  You could make certain posts show up in a custom template with labels.








Quick run down of the new Thingamablog tags
Top of Page | Front Page | Newer Post | Older Post | Tags: Thingamablog     Post a link to this on your Facebook Wall
User Contributed Comments:
You're still using this for all your content, right?

Does it still work flawlessly (sometimes) off of a thumbdrive?

Would you recommend it for someone who wants to update regularly from anywhere with an internet connection?

I always liked the idea of it, but it fell short for me constantly with the database crapping out... and only after a few posts often.
Shane - www - Tuesday December 01st 2009 at 01:09 PM

Yes, I only use it from my USB key now. I don't have it installed any other way.

The old version I had tweaked perfectly, but this new one sometimes loses the drive letter if it changes from machine to machine.

But the new features in 1.5 more than make up for it...
Steph - Tuesday December 01st 2009 at 04:25 PM

Your Name: Remember me.
Your Email:  (optional) Notify me of followup comments via e-mail
Web Site:   (optional) like this: www.shoppe.ca
Captcha:  Copy the text from the image into the box.
Comment:

or