<?php
$args = array(
'smallest' => 8,
'largest' => 22,
'unit' => 'pt',
'number' => 45,
'format' => 'flat',
'orderby' => 'name',
'order' => 'ASC',
'exclude' => null,
'include' => null,
'topic_count_text_callback' => default_topic_count_text,
'link' => 'view',
'taxonomy' => 'post_tag',
'echo' => true );
wp_tag_cloud( $args );
?>
<?php
echo bloginfo('name');
// Site name
?>
<?php
echo bloginfo('description');
// Site description
?>
<?php
echo bloginfo('charset');
// Site charset
?>
<?php
echo bloginfo('version');
// WordPress version
?>
<?php echo bloginfo('version'); // WordPress version ?>
Or else load the page wp-includes > version.php and find ot the following line:
$wp_version = '2.8.4';
<?php
echo bloginfo('text_direction');
// Text Direction
?>
<?php
echo bloginfo('language');
// Site language
?>
Zend | Magento Certified PHP | eCommerce Architect