Skip to main content

Wordpress 2.3

Finally, Today, I find time to upgrade this site to Wordpress 2.3 which was released a week back (september 25).

In this release, Wordpress has included Tags Support. i.e, Now the user can add tags to the blogs.

For me, Categories and tags for a blog more or less the same. The difference is that tag cloud(look at the first box in right most column). The characters in the Tag cloud appears bigger as per the no. of posts have that tag. while, categories (look at the one below tag cloud), its just a list.

When I was browsing, I find tag cloud was not much helpful. May be in future, I might be able to appreciate its purpose.

As days goes by, wordpress comes up with more and more functionality and now with a threat to privacy. Slashdot has reported that wordpress spying on users. So , there is not much difference between blogger & wordpress but still, in wordpress, the owner can remove the unwanted code.

After the immediate opposition from the users, Wordpress has released a plugin that disables the functionality,
http://wordpress.org/extend/plugins/disable-wordpress-core-update/
http://wordpress.org/extend/plugins/disable-wordpress-plugin-updates/

/* From.. http://groups.google.com/group/wp-hackers */
But I find the best way, is to remove the code than installing another plugin.
Following are the lines that needs to be removed from the code for this fix.

in wp-includes/update.php , remove line 52..
add_action( 'init', 'wp_version_check' );

in wp-admin/include/update.php , remove line 106..
add_action( 'load-plugins.php', 'wp_update_plugins' );


The another common issue is that every time, an admin user log into wordpress. The package was designed to make a call to Wordpress development blog and Planet News feeds. To remove this annoying blog feeds,
In wp-admin folder, open index.php..
Remove the following lines
In line 3 to 15
function index_js() {
?>
<script type="text/javascript">
jQuery(function() {
jQuery('#incominglinks').load('index-extra.php?jax=incominglinks');
jQuery('#devnews').load('index-extra.php?jax=devnews');
jQuery('#planetnews').load('index-extra.php?jax=planetnews');
});
</script>
<?php
}
add_action( 'admin_head', 'index_js' );

Line 133 to 137

<div id="devnews"></div>

<div id="planetnews"></div>


That's it with Wordpress 2.3..

Popular posts from this blog

Firefox, Revisitied

Last couple of years, Microsoft was kicked back in web arena by Google and Firefox. Anyway this blog is not about firefox vs ie cold war and its all about sharing what i have seen in web today. The First one is the following Cover picture of the book (See Right), where Firefox was eating the blue e!. Its an intuitive thinking with the double meaning. ie = e! and the word Blue E matching ie icon.. When I see this cover, the thing that immediately pops in my mind is that. Mr. Project , a perfect opensource competitor of Ms Project . Microsoft Project or Miss Project. I have seen many instances where Microsoft Often refferred as Miss (Ms). I think she is planning to marry Yahoo to stand against mighty Google.. Lets wait and see.. The next one, is about Firefox 3 which is available in alpha 4. Firefox 3 has heightened my expectation because of its new functionality called FUEL ( Firefox User Extension Language) which seems to reduce the amount of time in developing addon. Already, there ...

Time… runs life

In each and every minute, its time that runs all the life. Be it work, eat or even sleep, its time that determines the action. Some say that Man's life is to kill time and some live life as a service to society. Whatever be the reason behind this life, the hardest truth is that Man is deficit of Time. It can't be saved but it can be made to live. One should always remember "Time is more costlier than money". have to take care of it.. Never turn back, look at the brighter future.. Sorry, Its too bright and so I cant see anything If you think, this blog is my wierd theory on time, you are absolutely wrong. Because It is about softwares that I was using to manage/plan my time with the slight touch of Firefox. The calendar, Be it 30 or 31 days .. its purpose is to plan one's tasks. Here goes the list of calendars I have used so far Diary/Notebook(no computer), Outlook(X), Mozilla Sunbird Firefox Reminderfox addon (Great) (on computer) Yahoo Google (Grea...

Working with Two Monitors

Many times I have wondered, how come a person, able to work on two pc simultaneously, at the same time. I remember in one of the Google Company videos where a guy ( Google Employee ) would be working in two big PC s . It takes me, almost more than a year, to realise that its not two PC s , its just two monitors with extended desktop option provided by the operating system. In those days, it was surprising for me, but now, it was part and parcel of my everyday life. Anyways, Its a great option by which can drag and drop application across the monitors.It was very helpful. Particularly, In my case, as a web application development, where I can code in one monitor and can refresh the browser on the other monitor. If I were doing some documentation. I would open my mail box in the one monitor and keeps doing on the documenting in other monitor. It makes the life simpler and working more effective. ( at the cost of electricity) .. So I would recommend anyone who buys a laptop to buy ano...