I’ve been busy – changenote for the latest upgrade are mostly on the styles and support for having a really long page for storing my notes. I’ve also updated the styles for post and page content, it now looks much cleaner (in my opinion).
The sidebar for post and page will by default show something informative about the page / post being viewed.
I haven’t fixed searching for tags and categories yet. If you search for a tag you will be presented with the full post of the first match found, as opposed to the ‘grid view’ hat you see in the frontpage. This is because here in my live site the URL is
http://wp-instance-server.com/tag/tagName
as opposed to
http://wp-instance-server.com?tag=tagName
At the moment, the code expect the request parameter ?tag= to be passed when searching for a tag. However in my live site here the URL is not constructed that way, perhaps I need to put the extra condition in (“if /tag/ is in URL, then…”). Anyway that is work for 2.3 (next week).
Till then, chillax time.