WordPress 2.8 has now been released and as always, it’s a great improvement on the previous version. I’ve been using it on a couple of sites and so far the biggest improvement has been the theme editor with its colour coding and line numbering.
There are a few other good looking features, the widget interface has improved greatly and you can now arrange your dashboard into four columns. Under your General settings you can change your timezone to a city in your country and then update for daylight savings which is a major update for those of us who forget!
Finally you can now control how many items are displayed per page in your admin, great for those who want 50 posts on the edit posts page rather than the default 15. To change this you need to go into the page eg. Edit Posts, the click on the Screen Options tab at the top and there you can change it to how ever many you want (it says 20 but there are only 15 there by default, honest!).
So how about the new template tags available? There are a few which are listed below. This won’t seem as major as the 2.7 upgrade where we had new code for the comment listing, however, the tags below may be of use to some and should help tidy up your code even further in areas.
If you want to return the data then use get_the_author_meta($field, $ID) instead. (Note: this will eventually replace many of the the template tags starting (get_)the_author_. Check the deprecated tags list for more info). This tag seems to be similar to get_usermeta(), it just doesn’t require a user ID specifying.
Author comments are in a darker gray color for you to easily identify the posts author in the comments
Comments are closed since this post is older than 30 days. However, you can continue this discussion in our popular Blogging Forums
Thanks for sharing. I have posted a collection of tips and tricks about the new release on my blog.
Really, WordPress guys have done good release. I felt that the admin panel is 60% faster than the one on 2.7
I lost my web hosting a while back and I have not really had much experience with anything after wordpress 2.3 which was what I had then. I have wordpress 2.8 on a couple of my sites now and I like a lot of things about it, choosing and activating themes is one of them. Adding a plugin feature is very convenient. I am barely just scratching the surface. Thanks for the tips.