Wordpress How to get the vesrion of wordpress April 19, 2011 Pramod T P Leave a comment <?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';