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( [...]
PHP Class: How to read ID3v2 tags from mp3 files
To read Id3 v2 tags from any given mp3 file you can use the attached PHP class. Usage is very simple:
PHP Class: How to read ID3 v1 tag from mp3 files
To read Id3 v1 tag from any given mp3 file you can use the attached PHP class.
Open Calais- tag your content automatically
Open Calais is a free to use web service which tags submitted content. On their website you can find some code examples, but they are a bit primitive. Here’s a very handy PHP class you can use for free.