Archive for the ‘How Tos’ Category

How to nofollow links in default related posts widget of WordPress

Wednesday, September 1st, 2010

Find the file default-widgets.php in wp-includes folder of WordPress Installation. Keep a backup of the original file incase you make mistake. Find the following lines of code under Recent_Posts widget class (more…)

How to install Filezilla in Ubuntu – Command Line

Monday, May 3rd, 2010

Just run your terminal and write:

sudo aptitude install filezilla

It asks you for password. Enter your password.

Original : Here