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

Breaking the Silence

Generally, a blogger (like me) fails to blog continuously, because one or more of the following Four reasons. 1. There is nothing happened in my life to blog about..( which is impossible.) 2. There happened lots of things and got busy with the things that came up. 3. No internet connection. 4. good bye to blog For me, Its the second reason that make this blog silent over the last month. Not only that there is slight touch of third reason i.e.I had limited access to internet. It is good in one way, as always quality work is associated with the efficient usage of limited internet rather than slogging all time in internet. Over the last month, though I have been to Chennai and Bangalore over the last two week, I could not meet lots of my friends. As I used to say, In Life, "It happens". And also, There were lots of events, trips and learnings i have come across that definitely needs blogging. Hope I would blog something better in the next blog other than mere update. Let's...

Working, A way of Learning

The luxurious part of life is learning ( not earning ). The One letter "L" which completely changes the way of life by thousands of fold. Learning, is the simplest and cutest thing that brings out truth and happiness in the job.. Its the real motivation behind the life. It has got various nice attributes like evergrowing, non depletable, un predictable etc..etc. Thats philosophy, consider me, I always had lot to learn,.. Be it robotics from Guru.. JSF from Latchu(:-).. Random article from wikipedia .. Reading Others scraps in Orkut(yet to be released).. Programming for projects... ware waa.. whatever it is... There is no end to learning.. Some used to take learning as a serious exercise and ends up in making hell out of it; Some thought that Learning as a knowledge gathered from book or multiple books; Some consider it as studying in reputed college; (even I was stuck on this) Some consider it as a pursuit of Happiness; Its often subjective and the truth is that Learnin...

Sultan, The Warrior

Kannu, Ithu Puthusu, Sultan. What ever Rajni Does... that makes a huge talk in Tamil Nadu... and Now, the fire was spreading all over the country and unto the world. Thats shows how his charisma wins the heart of crores of people. While Sivaji running great across theatres, homes, internet... there was large amount of hype and hoopla around his next movie... and yes, Sultan, The warrior would definitely make history in World Cinema. Being a fan..Here goes what I thought negative about the Trailer: - * Rajini - doesn't Appear as Rajni... When you take a close look at him... he appears as Slim Vijayakanth.. * Even in animation, they have used Doop for Rajni. It was clearly visible when he hides his face while swinging the sword. :) * I don’t know why he jumps so unusual to take that sword. Style?? * Soundarya Rajnikanth - is directing the movie... Remember chandramukhi graphics... which was widely appreciated (?*&#&) * Only the name of the movie was ready, other casts were n...