You can create URL redirection service for your blog within five minutes using nothing but web server’s mod_redirect module. For example, when you type or share a url io9.in/t/5159 you will be automatically redirected to http://www.cyberciti.biz/tips/my-10-unix-command-line-mistakes.html. In this quick post I will explain how to create url shortener and integrate your wordpress based blog without installing any new scripts.
Wordpress version 2.7 has been released and can be upgraded easily using UNIX / Linux shell prompt. A few assumptions:
- Wordpress database name: wptheosblog
- Wordpress directory name: /var/www/html/theos.in
- Wordpress domain name: theos.in
- Operating system: Linux
WARNING! If you are not comfortable with UNIX shell prompt (IF YOU ARE new to a UNIX/Linux os), please follow traditional way of
upgrading wordpress and DO NOT use the three Steps described here.
Wordpress version 2.7 has been released and available for download. From the announcement page:
The first thing you’ll notice about 2.7 is its new interface. From the top down, we’ve listened to your feedback and thought deeply about the design and the result is a WordPress that’s just plain faster. Nearly every task you do on your blog will take fewer clicks and be faster in 2.7 than it did in a previous version.
What is new in Wordpress 2.7
For a visual introduction to what 2.7 is, check out this video (available in HD, and full screen):
Download the latest release of WordPress version 2.7, released on 10 December 2008.
Recently, I had noticed lots of 404 error generated by my wordpress software. My old wordpress tag structure changed from:
/tips/tag/linux_software
/tips/tag/one_two_foo
To:
/tips/tag/linux-software
/tips/tag/one-two-foo
As a result lots of error 404 was dumped into my log file. I wrote a small php code to get rid of the problem.
Wordpress 2.7 promises to add threaded comments support along with lots of new features. Checkout Ryan’s blog post about all upcoming features.
Wordpress 2.6 has been released and available for download almost a month ahead schedule.
WordPress 2.5 has been released and available for download.The dashboard is cleaner, faster, less cluttered. From the release note: WordPress 2.5, the culmination of six months of work by the WordPress community, people just like you. The improvements in 2.5 are numerous, and almost entirely a result of your feedback: multi-file uploading, one-click plugin upgrades, [...]
WordPress 2.7 Native Threaded Comments Support Coming Soon
by nixCraft on September 12, 2008 · 2 comments
Wordpress 2.7 promises to add threaded comments support along with lots of new features. Checkout Ryan’s blog post about all upcoming features.
{ Comments on this post are closed. If you'd like to continue the discussion on this topic, you can do so at our forum. }