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…)
Archive for the ‘How Tos’ Category
How to install Filezilla in Ubuntu – Command Line
Monday, May 3rd, 2010Just run your terminal and write:
sudo aptitude install filezilla
It asks you for password. Enter your password.
Original : Here