How to show more tags in Wordpress tag cloud?

WP by default shows 45 tags in a tag cloud displayed in sidebar. If you want to change this value then open file wp-includes/category-template.php and look for function wp_tag_cloud.
If you have it then change value 45 to anything you want- for example 60. After you do it you should end with something like this:

function wp_tag_cloud( [...]

How to reset admin password in Magento, Wordpress, Joomla…?

Getting admin password is a complicated task, because different websites use different hashing algorithms.
So- here’s a nice application which does the trick- it allows you to generate new admin password for websites powered by: Mantis, Joomla, Wordpress, Mambo, vBulletin, Typo3, phpBB, Drupal, Prestashop or Magento.

Wordpress Plugin- Redirect from post to somewhere else

This plugin allows you to redirect your visitor to any other place when he visits your post. When the post is shown on archive page the plugin doesn’t redirect to anywhere but instead shows link which visitor can click to go to that place.

Wordpress Plugin- Add rel=”nofollow” to links in posts in chosen categories

This plugin will add “nofollow” attribute to all links in every post in chosen categories. You can choose categories on the plugin’s setting page.

Wordpress plugin- Youtube embedder

Here’s my next Wordpress plugin. This one lets you embed a youtube video on your blog easily. You don’t have to use embed html code anymore. Just write:

[ youtube http://www.youtube.com/watch?v=AABBCCDDEEFF 300 200]

Wordpress Plugin – Iframe Embedder

This plugin is really no big deal, but I couldn’t find a working plugin for this.
Thanks to it you can write in your post something like this (remove space before iframe):
[ iframe http://de77.com 100% 200]

 
TopOfBlogs Web Development & Design Blogs