createNew()
function -- it solves the problems mentioned on the Blogger page about multiple authors without full admin privileges). Here is a quick brag screen shot of how one fully featured entry looks, when I browse around:There was one feature I would like to add, which I did not fix today: a calendar that lists post titles when hovering an entry.
While theoretically doable using (server side unaided) AJAX calls, I decided against banging the server to get those titles, and rather feature requested template tag support from the Blogger guys to make pulling that off somewhat more resource sane. I appreciate any help from others feature requesting some additional template subtags. Feel free to borrow my wording (which might improve the chances of this feature request ending up on the TODO lists of our benevolent free hosting hero developers :-): "I want subtags to
<BloggerArchives>
to loop through ItemPages, tying in their BlogItemPermalinkURLs and ItemTitles, besides their ArchiveNames (=dates)."Presently, all you can do with the
<BloggerArchives>
is really looping through the archive pages, sucking out their URLs (with <$BlogArchiveURL$>
) and dates (with <$BlogArchiveName$>
). In addition to that, I would want another optional nesting level below, call it <BloggerItems>
, for instance -- which loops through all post Items of an Archive page, exposing item page URLs, their titles, and why not post time and optional link attribute as well, for completeness' sake. With that, blogger templates could be so much more reader friendly than they presently are.I'm still not sure about whether I like the positioning of the previous and next links, on the index page. While it felt natural at the time to point to older posts on the left side of the page and linking to newer posts on the right side -- my brain is somehow surprised that it isn't the other way around. Reader opinions?
It would admittedly be very nice with next and previous links. How is that done?
ReplyDeletePresently by setting up Blogger to archive by day, listing all the archive in every page and setting up a javascript hook which parses present day date and looks through the archive links for the surrounding dates.
ReplyDeleteI'm loosely planning on succeeding that system with one based on my blog post categorizing script; it would make pages weigh less for that particular feature. Whether I manage to come up with a tutorial before or after that I'm not sure yet. :-)